github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/repo/config/mounts.go (about)

     1  package config
     2  
     3  // Mounts stores the (string) mount points
     4  type Mounts struct {
     5  	IPFS           string
     6  	IPNS           string
     7  	FuseAllowOther bool
     8  }