Documentation ¶
Index ¶
- type Handlers
- func (h *Handlers) HandleBarExe(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) HandleExportBat(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) HandleFront(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) HandleImportBat(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) HandleSpec(w http.ResponseWriter, r *http.Request)
- type HttpTpl
- type Options
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
func NewHandlers ¶
func (*Handlers) HandleBarExe ¶
func (h *Handlers) HandleBarExe(w http.ResponseWriter, r *http.Request)
func (*Handlers) HandleExportBat ¶
func (h *Handlers) HandleExportBat(w http.ResponseWriter, r *http.Request)
func (*Handlers) HandleFront ¶
func (h *Handlers) HandleFront(w http.ResponseWriter, r *http.Request)
func (*Handlers) HandleImportBat ¶
func (h *Handlers) HandleImportBat(w http.ResponseWriter, r *http.Request)
func (*Handlers) HandleSpec ¶
func (h *Handlers) HandleSpec(w http.ResponseWriter, r *http.Request)
type HttpTpl ¶
type HttpTpl struct {
// contains filtered or unexported fields
}
weird. needs refactoring
func NewHttpTpls ¶
Click to show internal directories.
Click to hide internal directories.