Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateHandler ¶
type CreateHandler struct {
// contains filtered or unexported fields
}
func NewCreateHandler ¶
func NewCreateHandler(secret_storage *storages.MemoryStorage, templates *template.Template) *CreateHandler
func (*CreateHandler) Handler ¶
func (ch *CreateHandler) Handler(w http.ResponseWriter, r *http.Request)
type IndexHandler ¶
type IndexHandler struct {
// contains filtered or unexported fields
}
func NewIndexHandler ¶
func NewIndexHandler(templates *template.Template) *IndexHandler
func (*IndexHandler) Handler ¶
func (ih *IndexHandler) Handler(w http.ResponseWriter, r *http.Request)
type ViewHandler ¶
type ViewHandler struct {
// contains filtered or unexported fields
}
func NewViewHandler ¶
func NewViewHandler(secret_storage *storages.MemoryStorage, templates *template.Template, wsConnManager *notifications.WsConnectionManager) *ViewHandler
func (*ViewHandler) Handler ¶
func (vh *ViewHandler) Handler(w http.ResponseWriter, r *http.Request)
type WebSocketHandler ¶
type WebSocketHandler struct {
// contains filtered or unexported fields
}
func NewWebSocketHandler ¶
func NewWebSocketHandler(wsConnManager *notifications.WsConnectionManager) *WebSocketHandler
func (*WebSocketHandler) Handler ¶
func (ws *WebSocketHandler) Handler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.