bigquery

package
v0.0.0-...-591aebc Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(ctx context.Context, googleServiceAccountCredentialFile, googleOAuthClientCredentialFile string) (*Client, error)

type MappingTableManager

type MappingTableManager struct {
	// contains filtered or unexported fields
}

func NewMappingTableManager

func NewMappingTableManager(ctx context.Context, client *Client) *MappingTableManager

func (*MappingTableManager) ListMappings

func (tm *MappingTableManager) ListMappings() ([]v1.TestOwnership, error)

func (*MappingTableManager) Migrate

func (tm *MappingTableManager) Migrate() error

func (*MappingTableManager) PruneMappings

func (tm *MappingTableManager) PruneMappings() error

func (*MappingTableManager) PushMappings

func (tm *MappingTableManager) PushMappings(mappings []v1.TestOwnership) error

func (*MappingTableManager) Table

func (tm *MappingTableManager) Table() *bigquery.Table

type TestTableManager

type TestTableManager struct {
	// contains filtered or unexported fields
}

func NewTestTableManager

func NewTestTableManager(ctx context.Context, client *Client) *TestTableManager

func (*TestTableManager) ListTests

func (tm *TestTableManager) ListTests() ([]v1.TestInfo, error)

Jump to

Keyboard shortcuts

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