Documentation
¶
Overview ¶
Package handlers ...
Index ¶
- type Flic
- type FlicHandler
- func (h *FlicHandler) FindFlicByKey(w http.ResponseWriter, r *http.Request)
- func (h *FlicHandler) FindFlicListByZip(w http.ResponseWriter, r *http.Request)
- func (h *FlicHandler) GetNew() Handlers
- func (h *FlicHandler) SetFlicTable(w http.ResponseWriter, r *http.Request)
- func (h *FlicHandler) SetLogLevel(w http.ResponseWriter, r *http.Request)
- type Handlers
- type LogLevel
- type LogResponse
- type Request
- type TableRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flic ¶
type Flic struct {
Key string `json:"id"`
Lic string `json:"license"`
ExpDate string `json:"expDate"`
LicName string `json:"licenseName"`
BusName string `json:"businessName"`
PremiseAddress string `json:"premiseAddress"`
Address string `json:"address"`
City string `json:"city"`
State string `json:"state"`
PremiseZip string `json:"premiseZip"`
MailingAddress string `json:"mailingAddress"`
Phone string `json:"phone"`
}
Flic Flic
type FlicHandler ¶
FlicHandler FlicHandler
func (*FlicHandler) FindFlicByKey ¶
func (h *FlicHandler) FindFlicByKey(w http.ResponseWriter, r *http.Request)
FindFlicByKey FindFlicByKey
func (*FlicHandler) FindFlicListByZip ¶
func (h *FlicHandler) FindFlicListByZip(w http.ResponseWriter, r *http.Request)
FindFlicListByZip FindFlicListByZip
func (*FlicHandler) SetFlicTable ¶
func (h *FlicHandler) SetFlicTable(w http.ResponseWriter, r *http.Request)
SetFlicTable SetFlicTable
func (*FlicHandler) SetLogLevel ¶
func (h *FlicHandler) SetLogLevel(w http.ResponseWriter, r *http.Request)
SetLogLevel SetLogLevel
type Handlers ¶
type Handlers interface {
FindFlicListByZip(w http.ResponseWriter, r *http.Request)
FindFlicByKey(w http.ResponseWriter, r *http.Request)
SetFlicTable(w http.ResponseWriter, r *http.Request)
SetLogLevel(w http.ResponseWriter, r *http.Request)
}
Handlers Handlers
type LogResponse ¶
LogResponse LogResponse
type TableRequest ¶
type TableRequest struct {
Name string `json:"name"`
}
TableRequest TableRequest
Click to show internal directories.
Click to hide internal directories.