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() *GCPStorage
NewGCPStorage returns a new GCP storage instance
func (*GCPStorage) Init ¶
func (g *GCPStorage) Init(metadata bindings.Metadata) error
Init performs connection parsing
func (*GCPStorage) Write ¶
func (g *GCPStorage) Write(req *bindings.WriteRequest) error
Click to show internal directories.
Click to hide internal directories.