Documentation
¶
Index ¶
- Variables
- type Handlers
- func (h *Handlers) ContentAction(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) IndexAction(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) KeysaddAction(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) KeyslistAction(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) LoginAction(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) NotFoundAction(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) RedisaddAction(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) RedislistAction(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) SearchAction(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) SystemAction(w http.ResponseWriter, r *http.Request)
- func (h *Handlers) TestAction(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
View Source
var TplMap = map[string]string{
"NavActive": "index",
}
View Source
var ViewBase string = "src/views/"
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct{}
func (*Handlers) ContentAction ¶
func (h *Handlers) ContentAction(w http.ResponseWriter, r *http.Request)
func (*Handlers) IndexAction ¶
func (h *Handlers) IndexAction(w http.ResponseWriter, r *http.Request)
func (*Handlers) KeysaddAction ¶
func (h *Handlers) KeysaddAction(w http.ResponseWriter, r *http.Request)
func (*Handlers) KeyslistAction ¶
func (h *Handlers) KeyslistAction(w http.ResponseWriter, r *http.Request)
func (*Handlers) LoginAction ¶
func (h *Handlers) LoginAction(w http.ResponseWriter, r *http.Request)
func (*Handlers) NotFoundAction ¶
func (h *Handlers) NotFoundAction(w http.ResponseWriter, r *http.Request)
func (*Handlers) RedisaddAction ¶
func (h *Handlers) RedisaddAction(w http.ResponseWriter, r *http.Request)
func (*Handlers) RedislistAction ¶
func (h *Handlers) RedislistAction(w http.ResponseWriter, r *http.Request)
func (*Handlers) SearchAction ¶
func (h *Handlers) SearchAction(w http.ResponseWriter, r *http.Request)
func (*Handlers) SystemAction ¶
func (h *Handlers) SystemAction(w http.ResponseWriter, r *http.Request)
func (*Handlers) TestAction ¶
func (h *Handlers) TestAction(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.