Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCPStorage ¶
type GCPStorage struct {
// contains filtered or unexported fields
}
GCPStorage allows saving data to GCP bucket storage.
func NewGCPStorage ¶
func NewGCPStorage(logger logger.Logger) *GCPStorage
NewGCPStorage returns a new GCP storage instance.
func (*GCPStorage) Close ¶ added in v1.4.4
func (g *GCPStorage) Close() error
func (*GCPStorage) Init ¶
func (g *GCPStorage) Init(metadata bindings.Metadata) error
Init performs connection parsing.
func (*GCPStorage) Invoke ¶
func (g *GCPStorage) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
func (*GCPStorage) Operations ¶
func (g *GCPStorage) Operations() []bindings.OperationKind
Click to show internal directories.
Click to hide internal directories.