Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQueryClient ¶
type BigQueryClient interface {
Query(ctx context.Context, query string) (BigQueryIterator, *bigquery.JobStatistics, error)
}
type BigQueryIterator ¶
type BigQueryIterator interface {
Next(dst interface{}) error
}
type CacheService ¶
type CloudStorageClient ¶
type NotifyService ¶
type PolicyClient ¶
type PolicyClient interface { Query(ctx context.Context, query string, input, output any, options ...opac.QueryOption) error Metadata() ast.FlatAnnotationsRefSet }
Click to show internal directories.
Click to hide internal directories.