Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyBuilderNames ¶
func KeyBuilderNames() []string
Types ¶
type KeyBuilder ¶
type StreamQuery ¶
type StreamQuery struct {
// The query to synchronize
Query string
// The key builder to use ("json-object", "json-array", etc.)
KeyBuilder string
// The key columns
KeyColumns []string
// Group the objects by key
GroupByKey bool
}
func (*StreamQuery) BindFlags ¶
func (sq *StreamQuery) BindFlags(flags *pflag.FlagSet)
func (*StreamQuery) StreamTo ¶
func (sq *StreamQuery) StreamTo(output chan KeyValue)
Click to show internal directories.
Click to hide internal directories.