Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetIngestrURI ¶
type Config ¶
type Config struct {
ServiceAccountFile string
ServiceAccountJSON string
UseApplicationDefaultCredentials bool
BucketName string
PathToFile string
Layout string
}
func (Config) GetIngestrURI ¶
type ObjectSensor ¶ added in v0.11.717
type ObjectSensor struct {
// contains filtered or unexported fields
}
func NewObjectSensor ¶ added in v0.11.717
func NewObjectSensor(conn config.ConnectionAndDetailsGetter, sensorMode string) *ObjectSensor
func (*ObjectSensor) Run ¶ added in v0.11.717
func (s *ObjectSensor) Run(ctx context.Context, ti scheduler.TaskInstance) error
Click to show internal directories.
Click to hide internal directories.