Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
store.Config `json:",inline" yaml:",inline" mapstructure:",squash"`
Redis redis.Config `json:"redis" yaml:"redis" mapstructure:"redis"`
ExecutionTTL time.Duration `json:"execution_ttl" yaml:"execution_ttl" mapstructure:"execution_ttl"`
ResultTTL time.Duration `json:"result_ttl" yaml:"result_ttl" mapstructure:"result_ttl"`
ProgressTTL time.Duration `json:"progress_ttl" yaml:"progress_ttl" mapstructure:"progress_ttl"`
}
Config extends store.Config with Redis and TTL settings.
Click to show internal directories.
Click to hide internal directories.