# Functions
NewNeo4jWrapper creates wrapper for handling Neo4j and utilities.
Start the HTTP Supervisor server, Neo4j DB and load initial data.
StartCmd starts command inside wrapper with thread-safe Wait method.
# Structs
Neo4jWrapper wraps command and helper functions to operate with Neo4j server together with utilities.
TSCmd is embedding os/exec.Cmd and adding WaitTS (wait thread safe) function.
# Type aliases
No description provided by the author