Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheCodeStoreSetting ¶
type CacheCodeStoreSetting struct {
Enabled bool `json:"enabled" yaml:"enabled"`
}
type CodeStoreSetting ¶
type CodeStoreSetting struct {
Enabled bool `json:"enabled" yaml:"enabled"`
RequestInterval time.Duration `json:"requestInterval" yaml:"requestInterval"`
ExpireIn time.Duration `json:"expireIn" yaml:"expireIn"`
Cache *CacheCodeStoreSetting `json:"cache"`
Redis *RedisCodeStoreSetting `json:"store"`
}
type RedisCodeStoreSetting ¶
Click to show internal directories.
Click to hide internal directories.