ipld-eth-server/vendor/github.com/ipfs/go-ipfs-config/experiments.go
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00

13 lines
260 B
Go

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