Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntervalTask ¶
type IntervalTask struct {
// contains filtered or unexported fields
}
func (*IntervalTask) Bytes ¶
func (task *IntervalTask) Bytes() []byte
func (*IntervalTask) Do ¶
func (task *IntervalTask) Do() *IntervalTask
func (*IntervalTask) Stop ¶
func (task *IntervalTask) Stop() bool
type OnExpired ¶
type OnExpired func(serializer common.Serializer) []byte
Click to show internal directories.
Click to hide internal directories.