Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintRecord ¶
func PrintRecord(record map[string]interface{})
Types ¶
type Avro ¶
type Avro struct {
Find Find `cmd:"" help:"Find and print record in remote avro file."`
}
type Find ¶
type Find struct {
Bucket string `arg:"" help:"GCS bucket name"`
Prefix string `arg:"" help:"Prefix path in the bucket to search Avro files"`
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"`
}
Click to show internal directories.
Click to hide internal directories.