mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 20:37:53 +08:00
8 lines
108 B
Go
8 lines
108 B
Go
package config
|
|
|
|
// Mounts stores the (string) mount points
|
|
type Mounts struct {
|
|
IPFS string
|
|
IPNS string
|
|
}
|