Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct { Address string // contains filtered or unexported fields }
Router is the main application HTTP router.
func NewRouter ¶
func NewRouter(datastore *redis.Controller, database *sql.Controller) *Router
NewRouter creates a new Router struct from the given context.
Click to show internal directories.
Click to hide internal directories.