Versions in this module Expand all Collapse all v0 v0.2.0 Feb 7, 2017 v0.1.0 Dec 14, 2016 Changes in this version + func Find(id uint64) []byte + func IsNotFound(e error) bool + func Register(data string, ids ...uint64) + type Registry struct + var DefaultRegistry Registry + func (reg *Registry) Find(id uint64) ([]byte, error) + func (reg *Registry) Register(s *Schema) error + type Schema struct + Bytes []byte + Compressed bool + Nodes []uint64 + String string