Documentation ¶ Index ¶ type Handler func New(pvp *pvp.PVP) *Handler func (h *Handler) Get(w http.ResponseWriter, r *http.Request) func (h *Handler) List(w http.ResponseWriter, r *http.Request) func (h *Handler) Register(w http.ResponseWriter, r *http.Request) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func New ¶ func New(pvp *pvp.PVP) *Handler func (*Handler) Get ¶ added in v1.1.0 func (h *Handler) Get(w http.ResponseWriter, r *http.Request) func (*Handler) List ¶ func (h *Handler) List(w http.ResponseWriter, r *http.Request) func (*Handler) Register ¶ func (h *Handler) Register(w http.ResponseWriter, r *http.Request) Source Files ¶ View all Source files handler.go Click to show internal directories. Click to hide internal directories.