gotest2bq

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GoTest2BQ

func GoTest2BQ(args GoTest2BQArgs) error

Types

type GoTest2BQArgs

type GoTest2BQArgs struct {
	Branch   string
	Env      string
	Commit   string
	Filename string
	Project  string
	Dataset  string
	Table    string
	// contains filtered or unexported fields
}

type TestEvent

type TestEvent struct {
	Branch  string    `bigquery:"branch"`
	Env     string    `bigquery:"env"`
	Commit  string    `bigquery:"commit"`
	GroupId string    `bigquery:"group_id"`
	Time    time.Time `bigquery:"time"`
	Action  string    `bigquery:"action"`
	Package string    `bigquery:"package"`
	Test    string    `bigquery:"test"`
	Elapsed float64   `bigquery:"elapsed"`
	Output  string    `bigquery:"-"`
}

Jump to

Keyboard shortcuts

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