kubo/config/experiments.go
Łukasz Magiera 53ceee47a9 go-ipfs-config: Corenet API: Apply suggestions, cleanups
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-05-31 11:33:17 +02:00

8 lines
125 B
Go

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