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
interface-go-dms3-core
Commits
c34bbcac
Commit
c34bbcac
authored
Oct 30, 2016
by
Lars Gierth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coreapi: reuse go-ipld-node.Link
License: MIT Signed-off-by:
Lars Gierth
<
larsg@systemli.org
>
parent
87e9bc04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
interface.go
interface.go
+2
-5
No files found.
interface.go
View file @
c34bbcac
...
@@ -5,6 +5,7 @@ import (
...
@@ -5,6 +5,7 @@ import (
"errors"
"errors"
"io"
"io"
ipld
"gx/ipfs/QmU7bFWQ793qmvNy7outdCaMfSDNk8uqhx4VNrxYj5fj5g/go-ipld-node"
cid
"gx/ipfs/QmXfiyr2RWEXpVDdaYnD2HNiBk6UBddsvEP4RPfXb6nGqY/go-cid"
cid
"gx/ipfs/QmXfiyr2RWEXpVDdaYnD2HNiBk6UBddsvEP4RPfXb6nGqY/go-cid"
)
)
...
@@ -13,11 +14,7 @@ import (
...
@@ -13,11 +14,7 @@ import (
// Version() CoreVersion
// Version() CoreVersion
// }
// }
type
Link
struct
{
type
Link
ipld
.
Link
Name
string
Size
uint64
Cid
*
cid
.
Cid
}
type
Reader
interface
{
type
Reader
interface
{
io
.
ReadSeeker
io
.
ReadSeeker
...
...
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