Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetDynamicConfig ¶
func SetDynamicConfig(c IDynamicConfig)
Types ¶
type IDynamicConfig ¶
type IDynamicConfig interface {
GetIavlCacheSize() int
}
var DynamicConfig IDynamicConfig = MockDynamicConfig{}
type MockDynamicConfig ¶
type MockDynamicConfig struct { }
func (MockDynamicConfig) GetIavlCacheSize ¶
func (d MockDynamicConfig) GetIavlCacheSize() int
Click to show internal directories.
Click to hide internal directories.