Documentation
¶
Index ¶
- type HTTP
- func (h *HTTP) AuthHandler(fn func(http.ResponseWriter, *http.Request)) http.HandlerFunc
- func (h *HTTP) DeleteHandler(w http.ResponseWriter, r *http.Request)
- func (h *HTTP) GetHandler(w http.ResponseWriter, r *http.Request)
- func (h *HTTP) Handler(w http.ResponseWriter, r *http.Request)
- func (h *HTTP) HttpServer()
- func (h *HTTP) PostHandler(w http.ResponseWriter, r *http.Request)
- func (h *HTTP) PutHandler(w http.ResponseWriter, r *http.Request)
- type ProcessInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTP ¶
type HTTP struct {
// contains filtered or unexported fields
}
func (*HTTP) AuthHandler ¶
func (h *HTTP) AuthHandler(fn func(http.ResponseWriter, *http.Request)) http.HandlerFunc
func (*HTTP) DeleteHandler ¶
func (h *HTTP) DeleteHandler(w http.ResponseWriter, r *http.Request)
func (*HTTP) GetHandler ¶
func (h *HTTP) GetHandler(w http.ResponseWriter, r *http.Request)
func (*HTTP) HttpServer ¶
func (h *HTTP) HttpServer()
func (*HTTP) PostHandler ¶
func (h *HTTP) PostHandler(w http.ResponseWriter, r *http.Request)
func (*HTTP) PutHandler ¶
func (h *HTTP) PutHandler(w http.ResponseWriter, r *http.Request)
type ProcessInfo ¶ added in v0.2.0
func NewProcessInfo ¶ added in v0.2.0
func NewProcessInfo(p *goforever.Process) ProcessInfo
func (ProcessInfo) String ¶ added in v0.2.0
func (p ProcessInfo) String() string
Click to show internal directories.
Click to hide internal directories.