Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHandler ¶
type Quantity ¶
Quantity is a wrapper for big.Int
func NewQuantity ¶
func NewQuantityFromBytes ¶
func NewQuantityFromInt64 ¶
func NewQuantityFromString ¶ added in v0.5.0
NewQuantityFromString creates a new Quantity from a string
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()
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.