mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 22:08:01 +08:00
9 lines
152 B
Go
9 lines
152 B
Go
package config
|
|
|
|
type Experiments struct {
|
|
FilestoreEnabled bool
|
|
UrlstoreEnabled bool
|
|
ShardingEnabled bool
|
|
Libp2pStreamMounting bool
|
|
}
|