mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 11:57:44 +08:00
8 lines
125 B
Go
8 lines
125 B
Go
package config
|
|
|
|
type Experiments struct {
|
|
FilestoreEnabled bool
|
|
ShardingEnabled bool
|
|
Libp2pStreamMounting bool
|
|
}
|