Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletionHandler ¶
type CompletionHandler func(DBCommand)
type Writer ¶
type Writer interface { Init() error ProcessData(interface{}, *gravity_sdk_types_record.Record, []string) error SetCompletionHandler(CompletionHandler) Truncate(string) error }
Click to show internal directories.
Click to hide internal directories.