mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 03:47:45 +08:00
14 lines
287 B
Go
14 lines
287 B
Go
package config
|
|
|
|
type Experiments struct {
|
|
FilestoreEnabled bool
|
|
UrlstoreEnabled bool
|
|
ShardingEnabled bool
|
|
GraphsyncEnabled bool
|
|
Libp2pStreamMounting bool
|
|
P2pHttpProxy bool
|
|
QUIC bool
|
|
PreferTLS bool
|
|
StrategicProviding bool
|
|
}
|