Documentation
¶
Index ¶
- func AddKeeper(keeper *Keeper) error
- type Axis
- type Exhibit
- type ExhibitCore
- type Keeper
- func (k *Keeper) ChartCaption() template.HTML
- func (k *Keeper) ChartTitle() template.HTML
- func (k *Keeper) Name() string
- func (k *Keeper) Overview() template.HTML
- func (k *Keeper) Setup(bench *data.Benchmarks, warns *data.Warnings) error
- func (k *Keeper) Summary() template.HTML
- func (k *Keeper) Tag() KeeperTag
- func (k *Keeper) X() Axis
- func (k *Keeper) Y() Axis
- type KeeperOptions
- type KeeperTag
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExhibitCore ¶
type ExhibitCore struct {
// contains filtered or unexported fields
}
func NewExhibitCore ¶
func NewExhibitCore(tmpl *template.Template) ExhibitCore
type Keeper ¶
type Keeper struct { KeeperOptions // contains filtered or unexported fields }
func (*Keeper) ChartCaption ¶
func (*Keeper) ChartTitle ¶
type KeeperOptions ¶
Click to show internal directories.
Click to hide internal directories.