Versions in this module Expand all Collapse all v1 v1.0.0 Feb 2, 2019 Changes in this version + type Configurer interface + DefaultConfig func() interface{} + ValidateAndSetConfig func(c interface{}) error + type Displayer interface + GetDisplay func(location *url.URL) string + type Info struct + Author string + Description string + License string + ModulePath string + Name string + Version string + Website string + type Message struct + Extras map[string]interface{} + Message string + Priority int + Title string + type MessageHandler interface + SendMessage func(msg Message) error + type Messenger interface + SetMessageHandler func(h MessageHandler) + type Plugin interface + Disable func() error + Enable func() error + type StorageHandler interface + Load func() ([]byte, error) + Save func(b []byte) error + type Storager interface + SetStorageHandler func(handler StorageHandler) + type UserContext struct + Admin bool + ID uint + Name string + type Webhooker interface + RegisterWebhook func(basePath string, mux *gin.RouterGroup)