cmd

package
v0.0.0-...-53bceb3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2020 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = "unknown"

Functions

func Execute

func Execute()

func RandString

func RandString(n int) string

Types

type MetricPayloadBuilder

type MetricPayloadBuilder interface {
	Info() string
	// Build builds a slice of slices of MetricData's( per orgid), with time and value not set yet.
	Build(orgs, mpo, period int) [][]schema.MetricData
}

type SimpleBuilder

type SimpleBuilder struct {
	// contains filtered or unexported fields
}

uses no tags

func (SimpleBuilder) Build

func (tb SimpleBuilder) Build(orgs, mpo, period int) [][]schema.MetricData

func (SimpleBuilder) Info

func (tb SimpleBuilder) Info() string

type TaggedBuilder

type TaggedBuilder struct {
	// contains filtered or unexported fields
}

uses tags

func (TaggedBuilder) Build

func (tb TaggedBuilder) Build(orgs, mpo, period int) [][]schema.MetricData

func (TaggedBuilder) Info

func (tb TaggedBuilder) Info() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL