Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
4b810d2b
Commit
4b810d2b
authored
Feb 19, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
6639ad9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
go/neo/neo.go
go/neo/neo.go
+12
-1
No files found.
go/neo/neo.go
View file @
4b810d2b
...
@@ -19,7 +19,18 @@
...
@@ -19,7 +19,18 @@
// Package neo provides Go implementation of NEO database.
// Package neo provides Go implementation of NEO database.
//
//
// TODO text
// Use Master, Storage and Client to create NEO nodes explicitly.
//
// Use zodb.Open with neo:// or neos:// URL to open NEO client via zurl.
// NEO URL schema is:
//
// neo(s)://[credentials@]master1,master2,...,masterN/name?options
//
// Use command lab.nexedi.com/kirr/neo/go/neo/cmd/neo to run NEO services and
// commands as separate processes.
//
// See https://neo.nexedi.com and https://navytux.spb.ru/~kirr/neo for more
// information about NEO.
package
neo
package
neo
//go:generate gotrace gen .
//go:generate gotrace gen .
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment