Documentation ¶
Index ¶
- func NewGetStateHandler(app AppGetState) http.Handler
- func NewSetStateHandler(app AppSetState) http.Handler
- func OpenAPIHandler(w http.ResponseWriter, r *http.Request)
- func WelcomeHandler(w http.ResponseWriter, r *http.Request)
- type AppGetState
- type AppSetState
- type GetStateHandler
- type SetStateHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGetStateHandler ¶
func NewGetStateHandler(app AppGetState) http.Handler
func NewSetStateHandler ¶
func NewSetStateHandler(app AppSetState) http.Handler
func OpenAPIHandler ¶
func OpenAPIHandler(w http.ResponseWriter, r *http.Request)
func WelcomeHandler ¶
func WelcomeHandler(w http.ResponseWriter, r *http.Request)
Types ¶
type AppSetState ¶
type GetStateHandler ¶
type GetStateHandler struct {
// contains filtered or unexported fields
}
func (*GetStateHandler) ServeHTTP ¶
func (h *GetStateHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type SetStateHandler ¶
type SetStateHandler struct {
// contains filtered or unexported fields
}
func (*SetStateHandler) ServeHTTP ¶
func (h *SetStateHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.