Documentation ¶ Index ¶ Constants func Hostname() string func Round(num float64) int func RoundUnit(x, unit float64) float64 func Scheduler(ctx context.Context, tick time.Duration, shift time.Duration) <-chan time.Time func ToFixed(num float64, precision int) float64 Constants ¶ View Source const ( DatabaseFloatingPrecision = 12 ) Variables ¶ This section is empty. Functions ¶ func Hostname ¶ func Hostname() string func Round ¶ func Round(num float64) int func RoundUnit ¶ func RoundUnit(x, unit float64) float64 func Scheduler ¶ func Scheduler(ctx context.Context, tick time.Duration, shift time.Duration) <-chan time.Time func ToFixed ¶ func ToFixed(num float64, precision int) float64 Types ¶ This section is empty. Source Files ¶ View all Source files fixed.go hostname.go scheduler.go Click to show internal directories. Click to hide internal directories.