Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupRouter ¶
func SetupRouter() *dispatch.TypedHandler[*Handler]
Types ¶
type HtmlOutputer ¶
type HtmlOutputer interface {
Html(http.ResponseWriter) error
}
type JsonOutputer ¶
type JsonOutputer interface {
Json(http.ResponseWriter) error
}
type TextOutputer ¶
type TextOutputer interface {
Text(http.ResponseWriter) error
}
Click to show internal directories.
Click to hide internal directories.