Documentation
¶
Overview ¶
Package admin desrcibes the admin view containing references to various managers and editors
Index ¶
- func Admin(view []byte) (_ []byte, err error)
- func Dashboard() ([]byte, error)
- func Error400() ([]byte, error)
- func Error404() ([]byte, error)
- func Error405() ([]byte, error)
- func Error500() ([]byte, error)
- func ErrorMessage(title, message string) ([]byte, error)
- func ForgotPassword() ([]byte, error)
- func Init() ([]byte, error)
- func Login() ([]byte, error)
- func RecoveryKey() ([]byte, error)
- func Run()
- func UsersList(req *http.Request) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorMessage ¶
ErrorMessage is a generic error message container, similar to Error500() and others in this package, ecxept it expects the caller to provide a title and message to describe to a view why the error is being shown
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.