Documentation ¶
Index ¶
- Constants
- type Gcs
- func (g *Gcs) Delete(ctx context.Context, bucket string, key string) (bool, error)
- func (g *Gcs) Download(ctx context.Context, bucket string, key string) (*operation.OperationResponse, error)
- func (g *Gcs) List(ctx context.Context, bucket string, key string, pageSize int64) (*operation.OperationResponse, error)
- func (g *Gcs) Upload(ctx context.Context, bucket string, key string, content interface{}) (*operation.OperationResponse, error)
Constants ¶
View Source
const (
DefaultTimeoutSeconds uint64 = 30
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.