Versions in this module Expand all Collapse all v0 v0.17.0 Sep 18, 2025 Changes in this version + type BlobStoreGCS struct + func New(dataDir string, logger *slog.Logger, promRegistry prometheus.Registerer) (*BlobStoreGCS, error) + func (b *BlobStoreGCS) GetCommitTimestamp(ctx context.Context) (int64, error) + func (b *BlobStoreGCS) SetCommitTimestamp(ctx context.Context, timestamp int64) error + func (d *BlobStoreGCS) Bucket() *storage.BucketHandle + func (d *BlobStoreGCS) Client() *storage.Client + func (d *BlobStoreGCS) Close() error + type GcsLogger struct + func NewGcsLogger(logger *slog.Logger) *GcsLogger + func (g *GcsLogger) Debugf(msg string, args ...any) + func (g *GcsLogger) Errorf(msg string, args ...any) + func (g *GcsLogger) Infof(msg string, args ...any) + func (g *GcsLogger) Warningf(msg string, args ...any)