Finish implementation of RPC.
This commit is contained in:
@@ -2,6 +2,7 @@ package model
|
||||
|
||||
type Filesystem struct {
|
||||
Name string
|
||||
Parent *Filesystem
|
||||
Children []Filesystem
|
||||
Snapshots []Snapshot
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user