data

package
v0.0.0-...-496c0a9 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRowAsStrings

func GetRowAsStrings(row []interface{}) []string

Types

type DataSet

type DataSet interface {
	GetData() *LegacyDataSet
}

type LegacyDataSet

type LegacyDataSet struct {
	Headers []string
	Data    [][]interface{}
}

func CreateDataSet

func CreateDataSet(headers []string) *LegacyDataSet

func (*LegacyDataSet) AddRow

func (lds *LegacyDataSet) AddRow(values ...interface{}) error

func (*LegacyDataSet) GetData

func (lds *LegacyDataSet) GetData() *LegacyDataSet

func (*LegacyDataSet) String

func (data *LegacyDataSet) String() string

type PipelineID

type PipelineID struct {
	Org  string
	Slug string
}

func CreatePipelineID

func CreatePipelineID(value string) (*PipelineID, error)

func (*PipelineID) String

func (pid *PipelineID) String() string

type StackDriverTimeSeriesDataSet

type StackDriverTimeSeriesDataSet interface {
	CreateTimeSeriesRequest(projectID string) *monitoringpb.CreateTimeSeriesRequest
}

Jump to

Keyboard shortcuts

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