kubo/config/experiments.go
Kevin Atkinson ee071dbd6a go-ipfs-config: Add config option to enable urlstore.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2018-07-13 09:07:51 -04:00

9 lines
152 B
Go

package config
type Experiments struct {
FilestoreEnabled bool
UrlstoreEnabled bool
ShardingEnabled bool
Libp2pStreamMounting bool
}