go-ipfs-config: Corenet API: Apply suggestions, cleanups

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera 2017-05-28 23:36:37 +02:00
parent 413034b740
commit 53ceee47a9

View File

@ -1,6 +1,7 @@
package config
type Experiments struct {
FilestoreEnabled bool
ShardingEnabled bool
FilestoreEnabled bool
ShardingEnabled bool
Libp2pStreamMounting bool
}