Skip to content

Commit a9dfa7c

Browse files
committed
lib.rs: update
Signed-off-by: Gyuho Lee <[email protected]>
1 parent bd1e0fe commit a9dfa7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/lib.rs

+8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ pub mod plugin;
44
pub mod vm {
55
tonic::include_proto!("vm");
66
}
7+
use vm::vm_server::Vm;
78

89
pub mod metrics {
910
tonic::include_proto!("metrics");
1011
}
12+
13+
#[derive(Debug)]
14+
pub struct KvVm {}
15+
16+
// impl Vm for KvVm {
17+
// TODO
18+
// }

0 commit comments

Comments
 (0)