Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
HandleGetValue func(w http.ResponseWriter, r *http.Request)
HandleAddValue func(w http.ResponseWriter, r *http.Request)
HandleRemoveValue func(w http.ResponseWriter, r *http.Request)
}
Handler is a strictly typed object containing the list of available handlers
Click to show internal directories.
Click to hide internal directories.