mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 15:27:57 +08:00
10 lines
179 B
Go
10 lines
179 B
Go
package config
|
|
|
|
type Experiments struct {
|
|
FilestoreEnabled bool
|
|
UrlstoreEnabled bool
|
|
ShardingEnabled bool
|
|
Libp2pStreamMounting bool
|
|
QUIC bool
|
|
}
|