Versions in this module Expand all Collapse all v0 v0.8.18 Jul 18, 2018 Changes in this version + const RepoURL + const TypeName + const Version + func DecodeTKey(tk storage.TKey) (supervoxel uint64, ext string, err error) + func NewTKey(supervoxel uint64, ext string) (storage.TKey, error) + type Data struct + Extension string + func GetByUUIDName(uuid dvid.UUID, name dvid.InstanceName) (*Data, error) + func (d *Data) DeleteData(uuid dvid.UUID, supervoxel uint64) error + func (d *Data) DoRPC(request datastore.Request, reply *datastore.Response) error + func (d *Data) Equals(d2 *Data) bool + func (d *Data) GetData(uuid dvid.UUID, supervoxel uint64) ([]byte, bool, error) + func (d *Data) GetSyncSubs(synced dvid.Data) (datastore.SyncSubs, error) + func (d *Data) GobDecode(b []byte) error + func (d *Data) GobEncode() ([]byte, error) + func (d *Data) Help() string + func (d *Data) JSONString() (jsonStr string, err error) + func (d *Data) MarshalJSON() ([]byte, error) + func (d *Data) PutData(uuid dvid.UUID, supervoxel uint64, data []byte) error + func (d *Data) ServeHTTP(uuid dvid.UUID, ctx *datastore.VersionedCtx, w http.ResponseWriter, ...) + type Type struct + func NewType() *Type + func (dtype *Type) Help() string + func (dtype *Type) NewDataService(uuid dvid.UUID, id dvid.InstanceID, name dvid.InstanceName, c dvid.Config) (datastore.DataService, error)