package
0.0.0-20240612174559-92eee8cd8dfc
Repository: https://github.com/monstercat/golib.git
Documentation: pkg.go.dev

# Functions

New generates a new client.
NewClient creates a new GCP storage Client.

# Variables

No description provided by the author

# Structs

ChunkUpload satisfies the data.Upload interface for GCS chunked uploads.
Client wraps google's *storage.Client to implement: - data.Service - data.HeadService - data.ChunkService - data.SignedUrlService - data.MimeTypeService Note that it doesn't use data.ChunkManager because the default GCS client is already chunked.