Files
stfs/pkg/hardware/config.go
2021-12-06 22:43:37 +01:00

6 lines
60 B
Go

package hardware
type DriveConfig struct {
Drive string
}