Documentation ¶ Index ¶ type History func NewHistory(ctx context.Context, bus *client.Bus, dbUrl string, dbName string) (*History, error) func (h *History) GetStats() *api.Message func (h *History) GetStorage() *storage.Storage func (h *History) Run() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type History ¶ type History struct { // contains filtered or unexported fields } func NewHistory ¶ func NewHistory(ctx context.Context, bus *client.Bus, dbUrl string, dbName string) (*History, error) func (*History) GetStats ¶ added in v1.0.9 func (h *History) GetStats() *api.Message func (*History) GetStorage ¶ added in v0.0.3 func (h *History) GetStorage() *storage.Storage func (*History) Run ¶ func (h *History) Run() Source Files ¶ View all Source files geo.go history.go Click to show internal directories. Click to hide internal directories.