Versions in this module Expand all Collapse all v0 v0.0.3 Dec 11, 2024 v0.0.2 Oct 31, 2024 Changes in this version + type BigQueryClient interface + Query func(ctx context.Context, query string) (BigQueryIterator, error) + type BigQueryIterator interface + Next func(dst interface{}) error + type CacheService interface + NewReader func(ctx context.Context, ID model.QueryID) (io.ReadCloser, error) + NewWriter func(ctx context.Context, ID model.QueryID) (io.WriteCloser, error) + String func() string + type CloudStorageClient interface + GetObject func(ctx context.Context, bucketName, objectName string) (io.ReadCloser, error) + PutObject func(ctx context.Context, bucketName, objectName string) (io.WriteCloser, error) + type NotifyService interface + Publish func(ctx context.Context, alert model.Alert) error + type PolicyClient interface + Metadata func() ast.FlatAnnotationsRefSet + Query func(ctx context.Context, query string, input, output any, ...) error + type PubSubClient interface + Publish func(ctx context.Context, topic string, data []byte) error