Documentation ¶
Index ¶
Constants ¶
View Source
const (
SCHED_DURATION_DEFAULT = "24h"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sched ¶
type Sched struct { TimeoutHandler // contains filtered or unexported fields }
func NewSched ¶
func NewSched(h TimeoutHandler) *Sched
func (*Sched) StartSched ¶
func (s *Sched) StartSched()
type TimeoutHandler ¶
type TimeoutHandler interface {
RunOnce()
}
Click to show internal directories.
Click to hide internal directories.