kubo/config/experiments.go
2018-08-26 10:42:03 +07:00

10 lines
179 B
Go

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