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
c21b863f
Commit
c21b863f
authored
Oct 27, 2018
by
Hector Sanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bubble deps
License: MIT Signed-off-by:
Hector Sanjuan
<
hector@protocol.ai
>
parent
edab11e8
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
coreapi.go
coreapi.go
+1
-1
dag.go
dag.go
+1
-1
object.go
object.go
+1
-1
options/unixfs.go
options/unixfs.go
+1
-1
path.go
path.go
+1
-1
unixfs.go
unixfs.go
+1
-1
No files found.
coreapi.go
View file @
c21b863f
...
...
@@ -5,7 +5,7 @@ package iface
import
(
"context"
ipld
"gx/ipfs/Qm
dDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL
/go-ipld-format"
ipld
"gx/ipfs/Qm
R7TcHkR9nxkUorfi8XMTAMLUK7GiP64TWWBzY3aacc1o
/go-ipld-format"
)
// CoreAPI defines an unified interface to IPFS for Go programs
...
...
dag.go
View file @
c21b863f
...
...
@@ -6,7 +6,7 @@ import (
"github.com/ipfs/go-ipfs/core/coreapi/interface/options"
ipld
"gx/ipfs/Qm
dDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL
/go-ipld-format"
ipld
"gx/ipfs/Qm
R7TcHkR9nxkUorfi8XMTAMLUK7GiP64TWWBzY3aacc1o
/go-ipld-format"
)
// DagOps groups operations that can be batched together
...
...
object.go
View file @
c21b863f
...
...
@@ -7,7 +7,7 @@ import (
options
"github.com/ipfs/go-ipfs/core/coreapi/interface/options"
cid
"gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
ipld
"gx/ipfs/Qm
dDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL
/go-ipld-format"
ipld
"gx/ipfs/Qm
R7TcHkR9nxkUorfi8XMTAMLUK7GiP64TWWBzY3aacc1o
/go-ipld-format"
)
// ObjectStat provides information about dag nodes
...
...
options/unixfs.go
View file @
c21b863f
...
...
@@ -6,7 +6,7 @@ import (
cid
"gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
mh
"gx/ipfs/QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8/go-multihash"
dag
"gx/ipfs/Qm
Y8BMUSpCwNiTmFhACmC9Bt1qT63cHP35AoQAus4x14qH
/go-merkledag"
dag
"gx/ipfs/Qm
Sei8kFMfqdJq7Q68d2LMnHbTWKKg2daA29ezUYFAUNgc
/go-merkledag"
)
type
Layout
int
...
...
path.go
View file @
c21b863f
package
iface
import
(
ipfspath
"gx/ipfs/Qm
RKuTyCzg7HFBcV1YUhzStroGtJSb8iWgyxfsDCwFhWTS
/go-path"
ipfspath
"gx/ipfs/Qm
ZbQUht8hzKmQxLHnzY14WSuoQqYkR5mn4cunchyWPmhn
/go-path"
cid
"gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
)
...
...
unixfs.go
View file @
c21b863f
...
...
@@ -6,8 +6,8 @@ import (
options
"github.com/ipfs/go-ipfs/core/coreapi/interface/options"
ipld
"gx/ipfs/QmR7TcHkR9nxkUorfi8XMTAMLUK7GiP64TWWBzY3aacc1o/go-ipld-format"
files
"gx/ipfs/QmZMWMvWMVKCbHetJ4RgndbuEF1io2UpUxwQwtNjtYPzSC/go-ipfs-files"
ipld
"gx/ipfs/QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL/go-ipld-format"
)
// TODO: ideas on making this more coreapi-ish without breaking the http API?
...
...
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