Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigInt ¶ added in v0.2.5
func NewBigIntFromString ¶ added in v0.3.9
func (BigInt) MarshalJSON ¶ added in v0.2.5
func (*BigInt) UnmarshalJSON ¶ added in v0.2.5
type HttpHandler ¶
type Jsonb ¶
type Jsonb struct {
json.RawMessage
}
type Quantity ¶
func NewQuantity ¶
func NewQuantityFromInt64 ¶
func NewQuantityFromString ¶ added in v0.1.6
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.