Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Put(ctx context.Context, objName string, data []byte) error Get(ctx context.Context, objName string) ([]byte, error) List(ctx context.Context, filePrefix string) ([]string, error) Delete(ctx context.Context, objName string) error MakeObjectPublic(ctx context.Context, objName string) error }
Storage Storage service interface
func NewGCSClient ¶
Click to show internal directories.
Click to hide internal directories.