Documentation
¶
Index ¶
Constants ¶
View Source
const SCHEDULE_DEPART_AT = "at"
View Source
const SCHEDULE_DEPART_NOW = "now"
Variables ¶
View Source
var NUMBER *regexp.Regexp = regexp.MustCompile(`\d`)
Used to match a valid (possibly partial) time.
Functions ¶
This section is empty.
Types ¶
type PageRoute ¶
type PageRoute struct {
GlobalState *globalstate.GlobalState
ResultMRRoute *mobroute.RouteResponse
ResultMRRouteErrorDbglog bool
ResultMRRouteError error
TimerStage string
TimerStartMobroute *time.Time
// contains filtered or unexported fields
}
func Initialize ¶
func Initialize(u *globalstate.GlobalState) *PageRoute
Source Files
¶
Click to show internal directories.
Click to hide internal directories.