kubo/repo/config/mounts.go
2015-01-13 03:09:33 -08:00

8 lines
108 B
Go

package config
// Mounts stores the (string) mount points
type Mounts struct {
IPFS string
IPNS string
}