mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
9 lines
149 B
Go
9 lines
149 B
Go
package config
|
|
|
|
// Mounts stores the (string) mount points
|
|
type Mounts struct {
|
|
IPFS string
|
|
IPNS string
|
|
FuseAllowOther bool
|
|
}
|