Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheOpts ¶
type CacheOpts struct {
CacheTime string `koanf:"cacheTime"`
ReleaseExecutorWorkerCount int `koanf:"releaseExecutorWorkerCount"`
LeakDetectionOptions *LeakDetectionOpts `koanf:"leakDetection"`
}
type Caches ¶
type Caches struct {
Addresses *CacheOpts `koanf:"addresses"`
Children *CacheOpts `koanf:"children"`
Milestones *CacheOpts `koanf:"milestones"`
Blocks *CacheOpts `koanf:"blocks"`
IncomingBlocksFilter *CacheOpts `koanf:"incomingBlocksFilter"`
UnreferencedBlocks *CacheOpts `koanf:"unreferencedBlocks"`
}
type LeakDetectionOpts ¶
Click to show internal directories.
Click to hide internal directories.