Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-ld-format
Commits
ac092e5f
Commit
ac092e5f
authored
Jun 22, 2017
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nit: document Node
parent
09a574cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
format.go
format.go
+4
-0
No files found.
format.go
View file @
ac092e5f
...
...
@@ -19,6 +19,10 @@ type Resolver interface {
Tree
(
path
string
,
depth
int
)
[]
string
}
// Node is the base interface all IPLD nodes must implement.
//
// Nodes are **Immutable** and all methods defined on the interface are
// **Thread Safe**.
type
Node
interface
{
blocks
.
Block
Resolver
...
...
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