https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 9dbe4f4cca9d5c1a2f404052dff40a2d061a5a0e authored by Jorropo on 26 September 2023, 10:22:54 UTC
chore: update version
Tip revision: 9dbe4f4
mounts.go
package config

// Mounts stores the (string) mount points.
type Mounts struct {
	IPFS           string
	IPNS           string
	FuseAllowOther bool
}
back to top