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 Docs(port int)
- 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 Docs ¶
func Docs(port int)
Docs adds the documentation file server to the server, accessible at http://localhost:1234 by default.
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.
Directories ¶
Path | Synopsis |
---|---|
Package config provides a content type to manage the Instio system's configuration settings for things such as its name, domain, HTTP(s) port, email, server defaults and backups.
|
Package config provides a content type to manage the Instio system's configuration settings for things such as its name, domain, HTTP(s) port, email, server defaults and backups. |
Package upload provides a re-usable file upload and storage utility for Instio systems to handle multipart form data.
|
Package upload provides a re-usable file upload and storage utility for Instio systems to handle multipart form data. |
Package user contains the basic admin user creation and authentication code, specific to Instio systems.
|
Package user contains the basic admin user creation and authentication code, specific to Instio systems. |
Click to show internal directories.
Click to hide internal directories.