package
module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Apr 11, 2022
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
xk6-neo4j
An k6 extension to interact with neo4j
Documentation
¶
type Config struct {
Address string `js:"address"`
User string `js:"user"`
HTTPPort int `js:"httpPort"`
HTTPSPort int `js:"httpsPort"`
Password string `js:"password"`
MaxTransactionRetryTime time.Duration `js:"maxTransactionRetryTime"`
}
Driver is the neo4j driver wrapper.
Neo4j is the k6 extension for a Neo4j driver.
XDriver represents the Driver constructor (i.e. `neo4.j.NewDriver()`) and
type RunCypherResult struct {
Result neo4j.Result `js:"result"`
Error error `js:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.