Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintRecord ¶
Types ¶
type Find ¶
type Find struct {
WithAvroFiles
KeyField string `arg:"" help:"Primary key field name to search for"`
KeyValue string `arg:"" help:"Value of the primary key to search for"`
Debug bool `help:"Enable debug mode"`
}
type List ¶ added in v1.19.0
type List struct {
WithAvroFiles
KeyField string `arg:"" help:"Primary key field name to search for"`
}
type WithAvroFiles ¶ added in v1.19.0
type WithAvroFiles struct {
Bucket string `arg:"" help:"GCS bucket name"`
Prefix string `arg:"" help:"Prefix path in the bucket to search Avro files"`
}
func (*WithAvroFiles) ForEach ¶ added in v1.19.0
func (f *WithAvroFiles) ForEach(cb func(bucket *storage.BucketHandle, name string) error) error
Click to show internal directories.
Click to hide internal directories.