Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chi ¶
type Chi struct{}
Chi structure value is a Chi GoAdmin adapter.
type Context ¶
type Context struct {
Request *http.Request
Response http.ResponseWriter
}
Context wraps the Request and Response object of Chi.
type HandleFun ¶
type HandleFun func(pattern string, handlerFn http.HandlerFunc)
HandleFun is type of route methods of chi.
Click to show internal directories.
Click to hide internal directories.