Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
ProjectID string `mapstructure:"project_id" validate:"required"`
URL string `mapstructure:"url" validate:"required"`
ObjectPrefix string `mapstructure:"object_prefix"`
ServiceAccountJSON string `mapstructure:"service_account_json"`
ServiceAccountBase64 string `mapstructure:"service_account_base64"`
}
type Sink ¶
type Sink struct {
plugins.BasePlugin
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.