Files
ironmount/internal/driver/state.go
2025-08-09 12:36:16 +02:00

9 lines
100 B
Go

package driver
type Volume struct {
Name string
Path string
}
var volumes = map[string]Volume{}