Versions in this module Expand all Collapse all v0 v0.1.0 Jun 1, 2016 v0.0.1 Apr 27, 2016 Changes in this version + const Base + const CRC + const Replication + func CreateBlockset(b agro.BlockLayer, store agro.BlockStore, subLayer blockset) (agro.Blockset, error) + func CreateBlocksetFromSpec(spec agro.BlockLayerSpec, store agro.BlockStore) (agro.Blockset, error) + func MustParseBlockLayerSpec(s string) agro.BlockLayerSpec + func ParseBlockLayerKind(s string) (agro.BlockLayerKind, error) + func ParseBlockLayerSpec(s string) (agro.BlockLayerSpec, error) + func RegisterBlockset(b agro.BlockLayerKind, newFunc CreateBlocksetFunc) + func UnmarshalFromProto(layers []*models.BlockLayer, store agro.BlockStore) (agro.Blockset, error) + type CreateBlocksetFunc func(opts string, store agro.BlockStore, subLayer blockset) (blockset, error)