Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultReader ¶
type DefaultReader struct {
// contains filtered or unexported fields
}
func NewDefaultReader ¶
func NewDefaultReader() *DefaultReader
func (*DefaultReader) AppendHook ¶
func (r *DefaultReader) AppendHook(h Hook) *DefaultReader
type FastReader ¶
type FastReader struct {
// contains filtered or unexported fields
}
func NewFastReader ¶
func NewFastReader() *FastReader
func (*FastReader) AppendHook ¶
func (r *FastReader) AppendHook(h Hook) *FastReader
func (*FastReader) SetChunckSize ¶
func (r *FastReader) SetChunckSize(sz int) *FastReader
type PostgreSQLHook ¶
type PostgreSQLHook struct {
// contains filtered or unexported fields
}
func (*PostgreSQLHook) Run ¶
func (h *PostgreSQLHook) Run(token string)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.