Documentation ¶
Index ¶
- type Log
- type Plugin
- func (p *Plugin) Atom(lang string) ([]*atom.Entry, error)
- func (p *Plugin) Console() []cli.Command
- func (p *Plugin) Init()
- func (p *Plugin) Mount(rt *gin.Engine)
- func (p *Plugin) Open(*inject.Graph) error
- func (p *Plugin) Sitemap() ([]stm.URL, error)
- func (p *Plugin) Workers() map[string]job.Handler
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct { ID uint TrustedIP string TrustedPort uint RemoteIP string RemotePort uint StartUp time.Time ShutDown *time.Time Received float64 Send float64 UserID uint User User }
Log log
type Plugin ¶
type Plugin struct { Key []byte `inject:"jwt.key"` Method crypto.SigningMethod `inject:"jwt.method"` Db *gorm.DB `inject:""` Jwt *auth.Jwt `inject:""` I18n *i18n.I18n `inject:""` Settings *settings.Settings `inject:""` Server *job.Server `inject:""` }
Plugin plugin
Click to show internal directories.
Click to hide internal directories.