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"`
Indexations *CacheOpts `koanf:"indexations"`
Milestones *CacheOpts `koanf:"milestones"`
Messages *CacheOpts `koanf:"messages"`
IncomingMessagesFilter *CacheOpts `koanf:"incomingMessagesFilter"`
UnreferencedMessages *CacheOpts `koanf:"unreferencedMessages"`
}
type LeakDetectionOpts ¶
Click to show internal directories.
Click to hide internal directories.