Skip to content

Commit

Permalink
skeleton.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed Jun 26, 2014
0 parents commit c41fc61
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions blocks.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package blocks

import (
"github.com/jbenet/go-ipfs/bitswap"
"github.com/jbenet/go-ipfs/storage"
)

// Blocks is the ipfs blocks service. It is the way
// to retrieve blocks by the higher level ipfs modules

type BlockService struct {
Local *storage.Storage
Remote *bitswap.BitSwap
}

0 comments on commit c41fc61

Please sign in to comment.