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 ¶
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
}
Click to show internal directories.
Click to hide internal directories.