Documentation ¶
Overview ¶
Package system has some method for manipulate handlers
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WrapCatchHandler ¶
func WrapCatchHandler(fnc http.HandlerFunc) http.HandlerFunc
func WriteError ¶
WriteError не уверен, что это должно быть здесь - должен быть какой общий механизм для выдачи такого
Types ¶
type ErrNotLogin ¶
type ErrNotLogin struct {
Message string
}
func (ErrNotLogin) Error ¶
func (err ErrNotLogin) Error() string
type ErrNotPermission ¶
type ErrNotPermission struct {
Message string
}
func (ErrNotPermission) Error ¶
func (err ErrNotPermission) Error() string
Click to show internal directories.
Click to hide internal directories.