36533f7c3f
Fixes for new geth version
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
|
|
}
|