Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHandler ¶
type Jsonb ¶
type Jsonb struct {
json.RawMessage
}
type SummaryInterval ¶
type SummaryInterval string
SummaryInterval type represents summary interval
const ( IntervalHourly SummaryInterval = "hour" IntervalDaily SummaryInterval = "day" )
func (SummaryInterval) Equal ¶
func (s SummaryInterval) Equal(o SummaryInterval) bool
func (SummaryInterval) Valid ¶
func (s SummaryInterval) Valid() bool
type WorkerHandler ¶
type WorkerHandler interface {
Handle()
}
Click to show internal directories.
Click to hide internal directories.