Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultObjectName ¶
func DefaultObjectName(args ObjNameArgs) string
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a destination that writes data to a Google cloud storage bucket.
type ObjNameArgs ¶
type ObjNameFunc ¶
type ObjNameFunc func(args ObjNameArgs) string
type Option ¶
type Option func(*Client)
func WithClientOptions ¶
func WithClientOptions(options ...option.ClientOption) Option
func WithPrefix ¶
WithPrefix sets a prefix for object names in the bucket.
Click to show internal directories.
Click to hide internal directories.