cli/filesystem/local/local.go

7 lines
124 B
Go
Raw Normal View History

package local
// Medium implements the filesystem.Medium interface for the local disk.
type Medium struct {
root string
}