Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { Get(cypher string, args ...interface{}) (interface{}, error) Select(cypher string, args ...interface{}) ([]interface{}, error) Exec(workFuncs []neo4j.TransactionWork, bookmarks ...string) (string, error) Reader(bookmarks ...string) neo4j.Session Writer(bookmarks ...string) neo4j.Session }
func New ¶
func New(configProvider intf.ConfigProvider, logger intf.LoggerProvider) (Provider, error)
Click to show internal directories.
Click to hide internal directories.