mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 14:11:32 +00:00
krata: move api proto to /proto and version api
This commit is contained in:
@ -7,7 +7,7 @@ pub mod watch;
|
||||
|
||||
use anyhow::{anyhow, Result};
|
||||
use clap::{Parser, Subcommand};
|
||||
use krata::control::{
|
||||
use krata::v1::control::{
|
||||
control_service_client::ControlServiceClient, ResolveGuestRequest, WatchEventsRequest,
|
||||
};
|
||||
use tonic::{transport::Channel, Request};
|
||||
|
Reference in New Issue
Block a user