Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CypherBasicAuth ¶
type CypherBasicAuth struct {
// contains filtered or unexported fields
}
type CypherInput ¶ added in v1.6.0
type CypherInput struct {
// contains filtered or unexported fields
}
func NewCypherInputFromConfig ¶ added in v1.6.0
func NewCypherInputFromConfig(conf *service.ParsedConfig, mgr *service.Resources) (*CypherInput, error)
func (*CypherInput) Close ¶ added in v1.6.0
func (cyp *CypherInput) Close(ctx context.Context) (err error)
type CypherOutput ¶
type CypherOutput struct {
// contains filtered or unexported fields
}
func NewCypherOutputFromConfig ¶
func NewCypherOutputFromConfig(conf *service.ParsedConfig, mgr *service.Resources) (*CypherOutput, error)
func (*CypherOutput) WriteBatch ¶
func (cyp *CypherOutput) WriteBatch(ctx context.Context, batch service.MessageBatch) error
Click to show internal directories.
Click to hide internal directories.