Versions in this module Expand all Collapse all v0 v0.1.0 Aug 14, 2025 Changes in this version + type GSFetcher struct + func NewGSFetcher(ctx context.Context, bucket string, c *gcs.Client) (*GSFetcher, error) + func (f GSFetcher) ReadCheckpoint(ctx context.Context) ([]byte, error) + func (f GSFetcher) ReadEntryBundle(ctx context.Context, i uint64, p uint8) ([]byte, error) + func (f GSFetcher) ReadTile(ctx context.Context, l, i uint64, p uint8) ([]byte, error)