kubo/repo/config/experiments.go
Łukasz Magiera fc08d5331b 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
}