mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: basic volume plugin commands
This commit is contained in:
8
internal/driver/state.go
Normal file
8
internal/driver/state.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package driver
|
||||
|
||||
type Volume struct {
|
||||
Name string
|
||||
Path string
|
||||
}
|
||||
|
||||
var volumes = map[string]Volume{}
|
||||
Reference in New Issue
Block a user