mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
9 lines
100 B
Go
9 lines
100 B
Go
package driver
|
|
|
|
type Volume struct {
|
|
Name string
|
|
Path string
|
|
}
|
|
|
|
var volumes = map[string]Volume{}
|