mounts.go 149 Bytes
Newer Older
1 2 3 4
package config

// Mounts stores the (string) mount points
type Mounts struct {
Ho-Sheng Hsiao's avatar
Ho-Sheng Hsiao committed
5 6 7
	IPFS           string
	IPNS           string
	FuseAllowOther bool
8
}