Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| 
       _workspace
        | 
      |
| 
         
          
            src/code.google.com/p/go-uuid/uuid
            
            
          
           
      The uuid package generates and inspects UUIDs. 
         | 
      The uuid package generates and inspects UUIDs. | 
| 
         
          
            src/github.com/gogo/protobuf/proto
            
            
          
           
      Package proto converts data structures to and from the wire format of protocol buffers. 
         | 
      Package proto converts data structures to and from the wire format of protocol buffers. | 
| 
         
          
            src/github.com/hashicorp/golang-lru
            
            
          
           
      This package provides a simple LRU cache. 
         | 
      This package provides a simple LRU cache. | 
| 
         
          
            src/github.com/ipfs/go-ipfs/blocks
            
            
          
           
      package blocks contains the lowest level of ipfs data structures, the raw block with a checksum. 
         | 
      package blocks contains the lowest level of ipfs data structures, the raw block with a checksum. | 
| 
         
          
            src/github.com/ipfs/go-ipfs/blocks/blockstore
            
            
          
           
      package blockstore implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects. 
         | 
      package blockstore implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects. | 
| 
         
          
            src/github.com/ipfs/go-ipfs/blocks/set
            
            
          
           
      package set contains various different types of 'BlockSet's 
         | 
      package set contains various different types of 'BlockSet's | 
| 
         
          
            src/github.com/ipfs/go-ipfs/blockservice
            
            
          
           
      package blockservice implements a BlockService interface that provides a single GetBlock/AddBlock interface that seamlessly retrieves data either locally or from a remote peer through the exchange. 
         | 
      package blockservice implements a BlockService interface that provides a single GetBlock/AddBlock interface that seamlessly retrieves data either locally or from a remote peer through the exchange. | 
| 
         
          
            src/github.com/ipfs/go-ipfs/blockservice/worker
            
            
          
           
      TODO FIXME name me 
         | 
      TODO FIXME name me | 
| 
         
          
            src/github.com/ipfs/go-ipfs/exchange
            
            
          
           
      package exchange defines the IPFS Exchange interface 
         | 
      package exchange defines the IPFS Exchange interface | 
| 
         
          
            src/github.com/ipfs/go-ipfs/exchange/offline
            
            
          
           
      package offline implements an object that implements the exchange interface but returns nil values to every request. 
         | 
      package offline implements an object that implements the exchange interface but returns nil values to every request. | 
| 
         
          
            src/github.com/ipfs/go-ipfs/merkledag
            
            
          
           
      package merkledag implements the ipfs Merkle DAG datastructures. 
         | 
      package merkledag implements the ipfs Merkle DAG datastructures. | 
| 
         
          
            src/github.com/ipfs/go-ipfs/merkledag/internal/pb
            
            
          
           
      Package merkledag_pb is a generated protocol buffer package. 
         | 
      Package merkledag_pb is a generated protocol buffer package. | 
| 
         
          
            src/github.com/ipfs/go-ipfs/merkledag/traverse
            
            
          
           
      Package traverse provides merkledag traversal functions 
         | 
      Package traverse provides merkledag traversal functions | 
| 
         
          
            src/github.com/ipfs/go-ipfs/pin
            
            
          
           
      package pin implements structures and methods to keep track of which objects a user wants to keep stored locally. 
         | 
      package pin implements structures and methods to keep track of which objects a user wants to keep stored locally. | 
| 
         
          
            src/github.com/ipfs/go-ipfs/pin/internal/pb
            
            
          
           
      Package pb is a generated protocol buffer package. 
         | 
      Package pb is a generated protocol buffer package. | 
| 
         
          
            src/github.com/ipfs/go-ipfs/repo/config
            
            
          
           
      package config implements the ipfs config file datastructures and utilities. 
         | 
      package config implements the ipfs config file datastructures and utilities. | 
| 
         
          
            src/github.com/ipfs/go-ipfs/thirdparty/notifier
            
            
          
           
      Package notifier provides a simple notification dispatcher meant to be embedded in larger structres who wish to allow clients to sign up for event notifications. 
         | 
      Package notifier provides a simple notification dispatcher meant to be embedded in larger structres who wish to allow clients to sign up for event notifications. | 
| 
         
          
            src/github.com/ipfs/go-ipfs/util
            
            
          
           
      package util implements various utility functions used within ipfs that do not currently have a better place to live. 
         | 
      package util implements various utility functions used within ipfs that do not currently have a better place to live. | 
| 
         
          
            src/github.com/jbenet/go-base58
            
            
          
           
      Package base58 provides base58-check encoding. 
         | 
      Package base58 provides base58-check encoding. | 
| 
         
          
            src/github.com/jbenet/go-ctxgroup
            
            
          
           
      package ctxgroup provides the ContextGroup, a hybrid between the context.Context and sync.WaitGroup, which models process trees. 
         | 
      package ctxgroup provides the ContextGroup, a hybrid between the context.Context and sync.WaitGroup, which models process trees. | 
| 
         
          
            src/github.com/jbenet/go-datastore/flatfs
            
            
          
           
      Package flatfs is a Datastore implementation that stores all objects in a two-level directory structure in the local file system, regardless of the hierarchy of the keys. 
         | 
      Package flatfs is a Datastore implementation that stores all objects in a two-level directory structure in the local file system, regardless of the hierarchy of the keys. | 
| 
         
          
            src/github.com/jbenet/go-datastore/fs
            
            
          
           
      Package fs is a simple Datastore implementation that stores keys are directories and files, mirroring the key. 
         | 
      Package fs is a simple Datastore implementation that stores keys are directories and files, mirroring the key. | 
| 
         
          
            src/github.com/jbenet/go-datastore/keytransform
            
            
          
           
      Package keytransform introduces a Datastore Shim that transforms keys before passing them to its child. 
         | 
      Package keytransform introduces a Datastore Shim that transforms keys before passing them to its child. | 
| 
         
          
            src/github.com/jbenet/go-datastore/measure
            
            
          
           
      Package measure provides a Datastore wrapper that records metrics using github.com/codahale/metrics. 
         | 
      Package measure provides a Datastore wrapper that records metrics using github.com/codahale/metrics. | 
| 
         
          
            src/github.com/jbenet/go-datastore/mount
            
            
          
           
      Package mount provides a Datastore that has other Datastores mounted at various key prefixes. 
         | 
      Package mount provides a Datastore that has other Datastores mounted at various key prefixes. | 
| 
         
          
            src/github.com/jbenet/go-datastore/namespace
            
            
          
           
      Package namespace introduces a namespace Datastore Shim, which basically mounts the entire child datastore under a prefix. 
         | 
      Package namespace introduces a namespace Datastore Shim, which basically mounts the entire child datastore under a prefix. | 
| 
         
          
            src/github.com/jbenet/goprocess
            
            
          
           
      Package goprocess introduces a Process abstraction that allows simple organization, and orchestration of work. 
         | 
      Package goprocess introduces a Process abstraction that allows simple organization, and orchestration of work. | 
| 
         
          
            src/github.com/jbenet/goprocess/periodic
            
            
          
           
      Package periodic is part of github.com/jbenet/goprocess. 
         | 
      Package periodic is part of github.com/jbenet/goprocess. | 
| 
         
          
            src/github.com/jbenet/goprocess/ratelimit
            
            
          
           
      Package ratelimit is part of github.com/jbenet/goprocess. 
         | 
      Package ratelimit is part of github.com/jbenet/goprocess. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb
            
            
          
           
      Package leveldb provides implementation of LevelDB key/value database. 
         | 
      Package leveldb provides implementation of LevelDB key/value database. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb/cache
            
            
          
           
      Package cache provides interface and implementation of a cache algorithms. 
         | 
      Package cache provides interface and implementation of a cache algorithms. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb/comparer
            
            
          
           
      Package comparer provides interface and implementation for ordering sets of data. 
         | 
      Package comparer provides interface and implementation for ordering sets of data. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb/errors
            
            
          
           
      Package errors provides common error types used throughout leveldb. 
         | 
      Package errors provides common error types used throughout leveldb. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb/filter
            
            
          
           
      Package filter provides interface and implementation of probabilistic data structure. 
         | 
      Package filter provides interface and implementation of probabilistic data structure. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb/iterator
            
            
          
           
      Package iterator provides interface and implementation to traverse over contents of a database. 
         | 
      Package iterator provides interface and implementation to traverse over contents of a database. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb/journal
            
            
          
           
      Package journal reads and writes sequences of journals. 
         | 
      Package journal reads and writes sequences of journals. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb/memdb
            
            
          
           
      Package memdb provides in-memory key/value database implementation. 
         | 
      Package memdb provides in-memory key/value database implementation. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb/opt
            
            
          
           
      Package opt provides sets of options used by LevelDB. 
         | 
      Package opt provides sets of options used by LevelDB. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb/storage
            
            
          
           
      Package storage provides storage abstraction for LevelDB. 
         | 
      Package storage provides storage abstraction for LevelDB. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb/table
            
            
          
           
      Package table allows read and write sorted key/value. 
         | 
      Package table allows read and write sorted key/value. | 
| 
         
          
            src/github.com/syndtr/goleveldb/leveldb/util
            
            
          
           
      Package util provides utilities used throughout leveldb. 
         | 
      Package util provides utilities used throughout leveldb. | 
| 
         
          
            src/github.com/syndtr/gosnappy/snappy
            
            
          
           
      Package snappy implements the snappy block-based compression format. 
         | 
      Package snappy implements the snappy block-based compression format. | 
| 
         
          
            src/github.com/whyrusleeping/go-logging
            
            
          
           
      Package logging implements a logging infrastructure for Go. 
         | 
      Package logging implements a logging infrastructure for Go. | 
| 
         
          
            src/github.com/whyrusleeping/go-metrics
            
            
          
           
      Go port of Coda Hale's Metrics library <https://github.com/rcrowley/go-metrics> Coda Hale's original work: <https://github.com/codahale/metrics> 
         | 
      Go port of Coda Hale's Metrics library <https://github.com/rcrowley/go-metrics> Coda Hale's original work: <https://github.com/codahale/metrics> | 
| 
         
          
            src/github.com/whyrusleeping/go-metrics/stathat
            
            
          
           
      Metrics output to StatHat. 
         | 
      Metrics output to StatHat. | 
| 
         
          
            src/golang.org/x/crypto/blowfish
            
            
          
           
      Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. 
         | 
      Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. | 
| 
         
          
            src/golang.org/x/crypto/sha3
            
            
          
           
      Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. 
         | 
      Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. | 
| 
         
          
            src/golang.org/x/net/context
            
            
          
           
      Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. 
         | 
      Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. | 
 Click to show internal directories. 
   Click to hide internal directories.