Documentation ¶ Index ¶ Variables type Badge func New(r web.RouterPool, d mainapp.Address) *Badge func (v *Badge) Down() error func (v *Badge) Draw(ctx web.Context) func (v *Badge) Index(ctx web.Context) func (v *Badge) Up() (err error) Constants ¶ This section is empty. Variables ¶ View Source var Plugin = plugins.Plugin{ Inject: New, } Functions ¶ This section is empty. Types ¶ type Badge ¶ type Badge struct { // contains filtered or unexported fields } func New ¶ func New(r web.RouterPool, d mainapp.Address) *Badge func (*Badge) Down ¶ func (v *Badge) Down() error func (*Badge) Draw ¶ func (v *Badge) Draw(ctx web.Context) func (*Badge) Index ¶ func (v *Badge) Index(ctx web.Context) func (*Badge) Up ¶ func (v *Badge) Up() (err error) Source Files ¶ View all Source files badges.go html.go Click to show internal directories. Click to hide internal directories.