Documentation ¶
Index ¶
- type Handler
- func (c *Handler) Activate(w http.ResponseWriter, r *http.Request)
- func (c *Handler) Create(w http.ResponseWriter, r *http.Request)
- func (c *Handler) Get(w http.ResponseWriter, r *http.Request)
- func (c *Handler) List(w http.ResponseWriter, r *http.Request)
- func (c *Handler) Mount(w http.ResponseWriter, r *http.Request)
- func (c *Handler) Path(w http.ResponseWriter, r *http.Request)
- func (c *Handler) Remove(w http.ResponseWriter, r *http.Request)
- func (c *Handler) Unmount(w http.ResponseWriter, r *http.Request)
- type Server
- type ServerInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { Controller *core.Controller // contains filtered or unexported fields }
func NewHandler ¶
type ServerInfo ¶
Click to show internal directories.
Click to hide internal directories.