Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoTest2BQ ¶
func GoTest2BQ(args GoTest2BQArgs) error
Types ¶
type GoTest2BQArgs ¶
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:"-"`
}
Click to show internal directories.
Click to hide internal directories.