ts

package
v0.8.3-alpha Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2023 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package ts provides basic types work with time series in SDK

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TimeSeries

type TimeSeries int

TimeSeries represents a type of possible time series defined over an object kind

const (
	InstantaneousBurnRate TimeSeries = iota + 1
	Counts
	BurnDown
	Percentiles
)

Possible time series that can be retrieved

func Parse

func Parse(val string) (TimeSeries, error)

Parse converts string to TimeSeries

func (TimeSeries) String

func (ts TimeSeries) String() string

Jump to

Keyboard shortcuts

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