Documentation ¶ Index ¶ type GCS func New(client *storage.Client, bucket, prefix string) (*GCS, error) func (g *GCS) FS() (fs.FS, error) func (g *GCS) Store(ctx context.Context, r *report.Report) error type GCSFS func (fsys *GCSFS) Open(name string) (fs.File, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type GCS ¶ type GCS struct { // contains filtered or unexported fields } func New ¶ func New(client *storage.Client, bucket, prefix string) (*GCS, error) func (*GCS) FS ¶ func (g *GCS) FS() (fs.FS, error) func (*GCS) Store ¶ func (g *GCS) Store(ctx context.Context, r *report.Report) error type GCSFS ¶ type GCSFS struct { // contains filtered or unexported fields } func (*GCSFS) Open ¶ func (fsys *GCSFS) Open(name string) (fs.File, error) Source Files ¶ View all Source files gcs.go Click to show internal directories. Click to hide internal directories.