package
1.5.10
Repository: https://github.com/fragmenta/server.git
Documentation: pkg.go.dev

# Functions

At schedules execution for a particular time and at intervals thereafter.
NewContext returns a new context initialised with the given interfaces.

# Structs

ActionContext is the scheduled action context, a simplified version of a web request context.

# Interfaces

Config Interface to retreive configuration details of the server.
Context is the context passed to ScheduledActions, a subset of the router.Context interface.
Logger Interface for a simple logger (the stdlib log pkg and the fragmenta log pkg conform).

# Type aliases

ScheduledAction is the function type passed in to be executed at the given time.