mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 04:17:44 +08:00
13 lines
260 B
Go
13 lines
260 B
Go
package config
|
|
|
|
type Experiments struct {
|
|
FilestoreEnabled bool
|
|
UrlstoreEnabled bool
|
|
ShardingEnabled bool
|
|
GraphsyncEnabled bool
|
|
Libp2pStreamMounting bool
|
|
P2pHttpProxy bool
|
|
QUIC bool
|
|
StrategicProviding bool
|
|
}
|