Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + var Data_DataType_name = map[int32]string + var Data_DataType_value = map[string]int32 + type Data struct + Blocksizes []uint64 + Data []byte + Filesize *uint64 + Type *Data_DataType + XXX_unrecognized []byte + func (*Data) ProtoMessage() + func (m *Data) GetBlocksizes() []uint64 + func (m *Data) GetData() []byte + func (m *Data) GetFilesize() uint64 + func (m *Data) GetType() Data_DataType + func (m *Data) Reset() + func (m *Data) String() string + type Data_DataType int32 + const Data_Directory + const Data_File + const Data_Metadata + const Data_Raw + func (x *Data_DataType) UnmarshalJSON(data []byte) error + func (x Data_DataType) Enum() *Data_DataType + func (x Data_DataType) String() string + type Metadata struct + MimeType *string + XXX_unrecognized []byte + func (*Metadata) ProtoMessage() + func (m *Metadata) GetMimeType() string + func (m *Metadata) Reset() + func (m *Metadata) String() string