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
9d5772a1
Commit
9d5772a1
authored
Aug 15, 2018
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx: update go-cid
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
bb2d55c2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
coreapi.go
coreapi.go
+1
-1
dag.go
dag.go
+1
-1
object.go
object.go
+2
-2
options/dag.go
options/dag.go
+1
-1
path.go
path.go
+2
-2
unixfs.go
unixfs.go
+1
-1
No files found.
coreapi.go
View file @
9d5772a1
...
...
@@ -5,7 +5,7 @@ package iface
import
(
"context"
ipld
"gx/ipfs/Qm
USyMZ8Vt4vTZr5HdDEgEfpwAXfQRuDdfCFTt7XBzhxpQ
/go-ipld-format"
ipld
"gx/ipfs/Qm
aA8GkXUYinkkndvg7T6Tx7gYXemhxjaxLisEPes7Rf1P
/go-ipld-format"
)
// CoreAPI defines an unified interface to IPFS for Go programs
...
...
dag.go
View file @
9d5772a1
...
...
@@ -6,7 +6,7 @@ import (
"github.com/ipfs/go-ipfs/core/coreapi/interface/options"
ipld
"gx/ipfs/Qm
USyMZ8Vt4vTZr5HdDEgEfpwAXfQRuDdfCFTt7XBzhxpQ
/go-ipld-format"
ipld
"gx/ipfs/Qm
aA8GkXUYinkkndvg7T6Tx7gYXemhxjaxLisEPes7Rf1P
/go-ipld-format"
)
// DagOps groups operations that can be batched together
...
...
object.go
View file @
9d5772a1
...
...
@@ -6,8 +6,8 @@ import (
options
"github.com/ipfs/go-ipfs/core/coreapi/interface/options"
i
pl
d
"gx/ipfs/Qm
USyMZ8Vt4vTZr5HdDEgEfpwAXfQRuDdfCFTt7XBzhxpQ/go-ipld-format
"
c
id
"gx/ipfs/Qm
du2AYUV7yMoVBQPxXNfe7FJcdx16kYtsx6jAPKWQYF1y/go-cid
"
c
id
"gx/ipfs/Qm
YjnkEL7i731PirfVH1sis89evN7jt4otSHw5D2xXXwUV/go-cid
"
i
pl
d
"gx/ipfs/Qm
aA8GkXUYinkkndvg7T6Tx7gYXemhxjaxLisEPes7Rf1P/go-ipld-format
"
)
// ObjectStat provides information about dag nodes
...
...
options/dag.go
View file @
9d5772a1
...
...
@@ -3,7 +3,7 @@ package options
import
(
"math"
cid
"gx/ipfs/Qm
du2AYUV7yMoVBQPxXNfe7FJcdx16kYtsx6jAPKWQYF1y
/go-cid"
cid
"gx/ipfs/Qm
YjnkEL7i731PirfVH1sis89evN7jt4otSHw5D2xXXwUV
/go-cid"
)
type
DagPutSettings
struct
{
...
...
path.go
View file @
9d5772a1
package
iface
import
(
ipfspath
"gx/ipfs/Qm
V1W98rBAovVJGkeYHfqJ19JdT9dQbbWsCq9zPaMyrxYx
/go-path"
ipfspath
"gx/ipfs/Qm
WMcvZbNvk5codeqbm7L89C9kqSwka4KaHnDb8HRnxsSL
/go-path"
cid
"gx/ipfs/Qm
du2AYUV7yMoVBQPxXNfe7FJcdx16kYtsx6jAPKWQYF1y
/go-cid"
cid
"gx/ipfs/Qm
YjnkEL7i731PirfVH1sis89evN7jt4otSHw5D2xXXwUV
/go-cid"
)
//TODO: merge with ipfspath so we don't depend on it
...
...
unixfs.go
View file @
9d5772a1
...
...
@@ -4,7 +4,7 @@ import (
"context"
"io"
ipld
"gx/ipfs/Qm
USyMZ8Vt4vTZr5HdDEgEfpwAXfQRuDdfCFTt7XBzhxpQ
/go-ipld-format"
ipld
"gx/ipfs/Qm
aA8GkXUYinkkndvg7T6Tx7gYXemhxjaxLisEPes7Rf1P
/go-ipld-format"
)
// UnixfsAPI is the basic interface to immutable files in IPFS
...
...
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