kubo/config/experiments.go
Steven Allen 57089fd66b go-ipfs-config: feat: remove OverrideSecurityTransports
This was never included in a release, and has been replaced by a flexible
transport prioritization system.
2020-06-15 15:24:41 -07:00

12 lines
233 B
Go

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