finish work
This commit is contained in:
@@ -11,3 +11,7 @@ type Volume struct {
|
||||
Name string `json:"name"`
|
||||
Scope string `json:"scope"`
|
||||
}
|
||||
type CreateVolume struct {
|
||||
Name string
|
||||
Type string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user