Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type DevicesCleanup ¶
type Duration ¶
func (*Duration) UnmarshalText ¶
type MessagesCleanup ¶
type MessagesHashing ¶
type MessagesHashing struct {
Interval Duration `yaml:"interval" envconfig:"TASKS__MESSAGES_HASHING__INTERVAL"`
}
type Tasks ¶
type Tasks struct {
MessagesHashing MessagesHashing `yaml:"messages_hashing"`
MessagesCleanup MessagesCleanup `yaml:"messages_cleanup"`
DevicesCleanup DevicesCleanup `yaml:"devices_cleanup"`
}
Click to show internal directories.
Click to hide internal directories.