Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultPort int = 40000
)
Variables ¶
View Source
var ( // ErrInvalidInput required input was not found ErrInvalidInput = errors.New("required input was not found") // ErrRabbitMgrNil the rabbit manager has not been initialized ErrRabbitMgrNil = errors.New("the rabbit manager has not been initialized") )
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
Credentials is the input needed to login to neo4j
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New(options ServerOptions) (*Server, error)
func (*Server) RebuildDatabase ¶
func (*Server) RebuildMiddlewareAnalyzer ¶
func (*Server) RebuildSymblClient ¶
Click to show internal directories.
Click to hide internal directories.