Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inserter ¶
Inserter represents the scraper containing all clients it uses
func New ¶
func New(neo4jConfig *utils.Neo4jConfig, userQReader *kf.Reader, inserterFunc InserterFunc) *Inserter
New returns an initilized scraper
type InserterFunc ¶
type InserterFunc func(*changestream.ChangeMessage, neo4j.Session) error
InserterFunc is responsible to unmashal to the needed Data from the change Message and inserts it into neo4j
Click to show internal directories.
Click to hide internal directories.