1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 15:06:47 +08:00
Files
kubo/config/mounts.go

9 lines
150 B
Go

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