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
bf7867a2
Commit
bf7867a2
authored
Jan 31, 2018
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coreapi: update block after update
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
1ffde91c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
interface.go
interface.go
+4
-0
options/block.go
options/block.go
+1
-2
No files found.
interface.go
View file @
bf7867a2
...
...
@@ -62,12 +62,16 @@ type BlockStat interface {
type
CoreAPI
interface
{
// Unixfs returns an implementation of Unixfs API.
Unixfs
()
UnixfsAPI
// Block returns an implementation of Block API.
Block
()
BlockAPI
// Dag returns an implementation of Dag API.
Dag
()
DagAPI
// Name returns an implementation of Name API.
Name
()
NameAPI
// Key returns an implementation of Key API.
Key
()
KeyAPI
...
...
options/block.go
View file @
bf7867a2
package
options
import
(
//cid "gx/ipfs/QmeSrf6pzut73u6zLQkRFQ3ygt3k6XFT2kjdYP8Tnkwwyg/go-cid"
"gx/ipfs/QmYeKnKpubCMRiq3PGZcTREErthbb5Q9cXsCoSkD9bjEBd/go-multihash"
"gx/ipfs/QmZyZDi491cCNTLfAhwcaDii2Kg4pwKRkhqQzURGDvY6ua/go-multihash"
)
type
BlockPutSettings
struct
{
...
...
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