Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
TIMELINE_ERROR_ALREADY_STARTED = errors.New("timeline already started")
)
Functions ¶
This section is empty.
Types ¶
type Timeline ¶
type Timeline struct {
Id uint16
Gap time.Duration
JobDict map[int64]map[int64]func()
JobIndex map[int64]int64
// contains filtered or unexported fields
}
func GetTimeline ¶
func (*Timeline) RegisterInt ¶
func (*Timeline) UnRegister ¶
Click to show internal directories.
Click to hide internal directories.