cli/pkg/io/local/local.go

7 lines
116 B
Go
Raw Normal View History

2025-10-25 09:24:50 +01:00
package local
// Medium implements the io.Medium interface for the local disk.
type Medium struct {
root string
}