Documentation ¶
Overview ¶
https://gist.github.com/jsmouret/2bc876e8def6c63410556350eca3e43d
Index ¶
- Variables
- func ToInterface(v *st.Value) interface{}
- func ToMap(s *st.Struct) map[string]interface{}
- func ToStruct(v map[string]interface{}) *st.Struct
- func ToValue(v interface{}) *st.Value
- type AccountUpdate
- func (*AccountUpdate) Descriptor() ([]byte, []int)
- func (m *AccountUpdate) GetId() string
- func (m *AccountUpdate) GetKey() stringdeprecated
- func (m *AccountUpdate) GetType() AccountUpdate_Type
- func (*AccountUpdate) ProtoMessage()
- func (m *AccountUpdate) Reset()
- func (m *AccountUpdate) String() string
- func (m *AccountUpdate) XXX_DiscardUnknown()
- func (m *AccountUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AccountUpdate) XXX_Merge(src proto.Message)
- func (m *AccountUpdate) XXX_Size() int
- func (m *AccountUpdate) XXX_Unmarshal(b []byte) error
- type AccountUpdate_Type
- type AddThreadConfig
- func (*AddThreadConfig) Descriptor() ([]byte, []int)
- func (m *AddThreadConfig) GetForce() bool
- func (m *AddThreadConfig) GetKey() string
- func (m *AddThreadConfig) GetName() string
- func (m *AddThreadConfig) GetSchema() *AddThreadConfig_Schema
- func (m *AddThreadConfig) GetSharing() Thread_Sharing
- func (m *AddThreadConfig) GetType() Thread_Type
- func (m *AddThreadConfig) GetWhitelist() []string
- func (*AddThreadConfig) ProtoMessage()
- func (m *AddThreadConfig) Reset()
- func (m *AddThreadConfig) String() string
- func (m *AddThreadConfig) XXX_DiscardUnknown()
- func (m *AddThreadConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AddThreadConfig) XXX_Merge(src proto.Message)
- func (m *AddThreadConfig) XXX_Size() int
- func (m *AddThreadConfig) XXX_Unmarshal(b []byte) error
- type AddThreadConfig_Schema
- func (*AddThreadConfig_Schema) Descriptor() ([]byte, []int)
- func (m *AddThreadConfig_Schema) GetId() string
- func (m *AddThreadConfig_Schema) GetJson() string
- func (m *AddThreadConfig_Schema) GetPreset() AddThreadConfig_Schema_Preset
- func (*AddThreadConfig_Schema) ProtoMessage()
- func (m *AddThreadConfig_Schema) Reset()
- func (m *AddThreadConfig_Schema) String() string
- func (m *AddThreadConfig_Schema) XXX_DiscardUnknown()
- func (m *AddThreadConfig_Schema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AddThreadConfig_Schema) XXX_Merge(src proto.Message)
- func (m *AddThreadConfig_Schema) XXX_Size() int
- func (m *AddThreadConfig_Schema) XXX_Unmarshal(b []byte) error
- type AddThreadConfig_Schema_Preset
- type Announce
- func (*Announce) Descriptor() ([]byte, []int)
- func (m *Announce) GetBlock() string
- func (m *Announce) GetDate() *timestamp.Timestamp
- func (m *Announce) GetUser() *User
- func (*Announce) ProtoMessage()
- func (m *Announce) Reset()
- func (m *Announce) String() string
- func (m *Announce) XXX_DiscardUnknown()
- func (m *Announce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Announce) XXX_Merge(src proto.Message)
- func (m *Announce) XXX_Size() int
- func (m *Announce) XXX_Unmarshal(b []byte) error
- type Block
- func (*Block) Descriptor() ([]byte, []int)
- func (m *Block) GetAttempts() int32
- func (m *Block) GetAuthor() string
- func (m *Block) GetBody() string
- func (m *Block) GetData() string
- func (m *Block) GetDate() *timestamp.Timestamp
- func (m *Block) GetId() string
- func (m *Block) GetParents() []string
- func (m *Block) GetStatus() Block_BlockStatus
- func (m *Block) GetTarget() string
- func (m *Block) GetThread() string
- func (m *Block) GetType() Block_BlockType
- func (m *Block) GetUser() *User
- func (*Block) ProtoMessage()
- func (m *Block) Reset()
- func (m *Block) String() string
- func (m *Block) XXX_DiscardUnknown()
- func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Block) XXX_Merge(src proto.Message)
- func (m *Block) XXX_Size() int
- func (m *Block) XXX_Unmarshal(b []byte) error
- type BlockList
- func (*BlockList) Descriptor() ([]byte, []int)
- func (m *BlockList) GetItems() []*Block
- func (*BlockList) ProtoMessage()
- func (m *BlockList) Reset()
- func (m *BlockList) String() string
- func (m *BlockList) XXX_DiscardUnknown()
- func (m *BlockList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BlockList) XXX_Merge(src proto.Message)
- func (m *BlockList) XXX_Size() int
- func (m *BlockList) XXX_Unmarshal(b []byte) error
- type BlockMessage
- func (*BlockMessage) Descriptor() ([]byte, []int)
- func (m *BlockMessage) GetDate() *timestamp.Timestamp
- func (m *BlockMessage) GetEnv() *Envelope
- func (m *BlockMessage) GetId() string
- func (m *BlockMessage) GetPeer() string
- func (*BlockMessage) ProtoMessage()
- func (m *BlockMessage) Reset()
- func (m *BlockMessage) String() string
- func (m *BlockMessage) XXX_DiscardUnknown()
- func (m *BlockMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BlockMessage) XXX_Merge(src proto.Message)
- func (m *BlockMessage) XXX_Size() int
- func (m *BlockMessage) XXX_Unmarshal(b []byte) error
- type BlockViz
- func (*BlockViz) Descriptor() ([]byte, []int)
- func (m *BlockViz) GetCount() int32
- func (m *BlockViz) GetDots() string
- func (m *BlockViz) GetNext() string
- func (*BlockViz) ProtoMessage()
- func (m *BlockViz) Reset()
- func (m *BlockViz) String() string
- func (m *BlockViz) XXX_DiscardUnknown()
- func (m *BlockViz) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BlockViz) XXX_Merge(src proto.Message)
- func (m *BlockViz) XXX_Size() int
- func (m *BlockViz) XXX_Unmarshal(b []byte) error
- type Block_BlockStatus
- type Block_BlockType
- type Cafe
- func (*Cafe) Descriptor() ([]byte, []int)
- func (m *Cafe) GetAddress() string
- func (m *Cafe) GetApi() string
- func (m *Cafe) GetNode() string
- func (m *Cafe) GetPeer() string
- func (m *Cafe) GetProtocol() string
- func (m *Cafe) GetUrl() string
- func (*Cafe) ProtoMessage()
- func (m *Cafe) Reset()
- func (m *Cafe) String() string
- func (m *Cafe) XXX_DiscardUnknown()
- func (m *Cafe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Cafe) XXX_Merge(src proto.Message)
- func (m *Cafe) XXX_Size() int
- func (m *Cafe) XXX_Unmarshal(b []byte) error
- type CafeChallenge
- func (*CafeChallenge) Descriptor() ([]byte, []int)
- func (m *CafeChallenge) GetAddress() string
- func (*CafeChallenge) ProtoMessage()
- func (m *CafeChallenge) Reset()
- func (m *CafeChallenge) String() string
- func (m *CafeChallenge) XXX_DiscardUnknown()
- func (m *CafeChallenge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeChallenge) XXX_Merge(src proto.Message)
- func (m *CafeChallenge) XXX_Size() int
- func (m *CafeChallenge) XXX_Unmarshal(b []byte) error
- type CafeCheckMessages
- func (*CafeCheckMessages) Descriptor() ([]byte, []int)
- func (m *CafeCheckMessages) GetToken() string
- func (*CafeCheckMessages) ProtoMessage()
- func (m *CafeCheckMessages) Reset()
- func (m *CafeCheckMessages) String() string
- func (m *CafeCheckMessages) XXX_DiscardUnknown()
- func (m *CafeCheckMessages) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeCheckMessages) XXX_Merge(src proto.Message)
- func (m *CafeCheckMessages) XXX_Size() int
- func (m *CafeCheckMessages) XXX_Unmarshal(b []byte) error
- type CafeClient
- func (*CafeClient) Descriptor() ([]byte, []int)
- func (m *CafeClient) GetAddress() string
- func (m *CafeClient) GetCreated() *timestamp.Timestamp
- func (m *CafeClient) GetId() string
- func (m *CafeClient) GetSeen() *timestamp.Timestamp
- func (m *CafeClient) GetToken() string
- func (*CafeClient) ProtoMessage()
- func (m *CafeClient) Reset()
- func (m *CafeClient) String() string
- func (m *CafeClient) XXX_DiscardUnknown()
- func (m *CafeClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeClient) XXX_Merge(src proto.Message)
- func (m *CafeClient) XXX_Size() int
- func (m *CafeClient) XXX_Unmarshal(b []byte) error
- type CafeClientList
- func (*CafeClientList) Descriptor() ([]byte, []int)
- func (m *CafeClientList) GetItems() []*CafeClient
- func (*CafeClientList) ProtoMessage()
- func (m *CafeClientList) Reset()
- func (m *CafeClientList) String() string
- func (m *CafeClientList) XXX_DiscardUnknown()
- func (m *CafeClientList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeClientList) XXX_Merge(src proto.Message)
- func (m *CafeClientList) XXX_Size() int
- func (m *CafeClientList) XXX_Unmarshal(b []byte) error
- type CafeClientMessage
- func (*CafeClientMessage) Descriptor() ([]byte, []int)
- func (m *CafeClientMessage) GetClient() string
- func (m *CafeClientMessage) GetDate() *timestamp.Timestamp
- func (m *CafeClientMessage) GetId() string
- func (m *CafeClientMessage) GetPeer() string
- func (*CafeClientMessage) ProtoMessage()
- func (m *CafeClientMessage) Reset()
- func (m *CafeClientMessage) String() string
- func (m *CafeClientMessage) XXX_DiscardUnknown()
- func (m *CafeClientMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeClientMessage) XXX_Merge(src proto.Message)
- func (m *CafeClientMessage) XXX_Size() int
- func (m *CafeClientMessage) XXX_Unmarshal(b []byte) error
- type CafeClientNonce
- func (*CafeClientNonce) Descriptor() ([]byte, []int)
- func (m *CafeClientNonce) GetAddress() string
- func (m *CafeClientNonce) GetDate() *timestamp.Timestamp
- func (m *CafeClientNonce) GetValue() string
- func (*CafeClientNonce) ProtoMessage()
- func (m *CafeClientNonce) Reset()
- func (m *CafeClientNonce) String() string
- func (m *CafeClientNonce) XXX_DiscardUnknown()
- func (m *CafeClientNonce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeClientNonce) XXX_Merge(src proto.Message)
- func (m *CafeClientNonce) XXX_Size() int
- func (m *CafeClientNonce) XXX_Unmarshal(b []byte) error
- type CafeClientThread
- func (*CafeClientThread) Descriptor() ([]byte, []int)
- func (m *CafeClientThread) GetCiphertext() []byte
- func (m *CafeClientThread) GetClient() string
- func (m *CafeClientThread) GetId() string
- func (*CafeClientThread) ProtoMessage()
- func (m *CafeClientThread) Reset()
- func (m *CafeClientThread) String() string
- func (m *CafeClientThread) XXX_DiscardUnknown()
- func (m *CafeClientThread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeClientThread) XXX_Merge(src proto.Message)
- func (m *CafeClientThread) XXX_Size() int
- func (m *CafeClientThread) XXX_Unmarshal(b []byte) error
- type CafeDeleteMessages
- func (*CafeDeleteMessages) Descriptor() ([]byte, []int)
- func (m *CafeDeleteMessages) GetToken() string
- func (*CafeDeleteMessages) ProtoMessage()
- func (m *CafeDeleteMessages) Reset()
- func (m *CafeDeleteMessages) String() string
- func (m *CafeDeleteMessages) XXX_DiscardUnknown()
- func (m *CafeDeleteMessages) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeDeleteMessages) XXX_Merge(src proto.Message)
- func (m *CafeDeleteMessages) XXX_Size() int
- func (m *CafeDeleteMessages) XXX_Unmarshal(b []byte) error
- type CafeDeleteMessagesAck
- func (*CafeDeleteMessagesAck) Descriptor() ([]byte, []int)
- func (m *CafeDeleteMessagesAck) GetMore() bool
- func (*CafeDeleteMessagesAck) ProtoMessage()
- func (m *CafeDeleteMessagesAck) Reset()
- func (m *CafeDeleteMessagesAck) String() string
- func (m *CafeDeleteMessagesAck) XXX_DiscardUnknown()
- func (m *CafeDeleteMessagesAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeDeleteMessagesAck) XXX_Merge(src proto.Message)
- func (m *CafeDeleteMessagesAck) XXX_Size() int
- func (m *CafeDeleteMessagesAck) XXX_Unmarshal(b []byte) error
- type CafeDeliverMessage
- func (*CafeDeliverMessage) Descriptor() ([]byte, []int)
- func (m *CafeDeliverMessage) GetClient() string
- func (m *CafeDeliverMessage) GetEnv() []byte
- func (m *CafeDeliverMessage) GetId() string
- func (*CafeDeliverMessage) ProtoMessage()
- func (m *CafeDeliverMessage) Reset()
- func (m *CafeDeliverMessage) String() string
- func (m *CafeDeliverMessage) XXX_DiscardUnknown()
- func (m *CafeDeliverMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeDeliverMessage) XXX_Merge(src proto.Message)
- func (m *CafeDeliverMessage) XXX_Size() int
- func (m *CafeDeliverMessage) XXX_Unmarshal(b []byte) error
- type CafeDeregistration
- func (*CafeDeregistration) Descriptor() ([]byte, []int)
- func (m *CafeDeregistration) GetToken() string
- func (*CafeDeregistration) ProtoMessage()
- func (m *CafeDeregistration) Reset()
- func (m *CafeDeregistration) String() string
- func (m *CafeDeregistration) XXX_DiscardUnknown()
- func (m *CafeDeregistration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeDeregistration) XXX_Merge(src proto.Message)
- func (m *CafeDeregistration) XXX_Size() int
- func (m *CafeDeregistration) XXX_Unmarshal(b []byte) error
- type CafeDeregistrationAck
- func (*CafeDeregistrationAck) Descriptor() ([]byte, []int)
- func (m *CafeDeregistrationAck) GetId() string
- func (*CafeDeregistrationAck) ProtoMessage()
- func (m *CafeDeregistrationAck) Reset()
- func (m *CafeDeregistrationAck) String() string
- func (m *CafeDeregistrationAck) XXX_DiscardUnknown()
- func (m *CafeDeregistrationAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeDeregistrationAck) XXX_Merge(src proto.Message)
- func (m *CafeDeregistrationAck) XXX_Size() int
- func (m *CafeDeregistrationAck) XXX_Unmarshal(b []byte) error
- type CafeHTTPRequest
- func (*CafeHTTPRequest) Descriptor() ([]byte, []int)
- func (m *CafeHTTPRequest) GetHeaders() map[string]string
- func (m *CafeHTTPRequest) GetPath() string
- func (m *CafeHTTPRequest) GetType() CafeHTTPRequest_Type
- func (m *CafeHTTPRequest) GetUrl() string
- func (*CafeHTTPRequest) ProtoMessage()
- func (m *CafeHTTPRequest) Reset()
- func (m *CafeHTTPRequest) String() string
- func (m *CafeHTTPRequest) XXX_DiscardUnknown()
- func (m *CafeHTTPRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeHTTPRequest) XXX_Merge(src proto.Message)
- func (m *CafeHTTPRequest) XXX_Size() int
- func (m *CafeHTTPRequest) XXX_Unmarshal(b []byte) error
- type CafeHTTPRequest_Type
- type CafeMessage
- func (*CafeMessage) Descriptor() ([]byte, []int)
- func (m *CafeMessage) GetAttempts() int32
- func (m *CafeMessage) GetDate() *timestamp.Timestamp
- func (m *CafeMessage) GetId() string
- func (m *CafeMessage) GetPeer() string
- func (*CafeMessage) ProtoMessage()
- func (m *CafeMessage) Reset()
- func (m *CafeMessage) String() string
- func (m *CafeMessage) XXX_DiscardUnknown()
- func (m *CafeMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeMessage) XXX_Merge(src proto.Message)
- func (m *CafeMessage) XXX_Size() int
- func (m *CafeMessage) XXX_Unmarshal(b []byte) error
- type CafeMessages
- func (*CafeMessages) Descriptor() ([]byte, []int)
- func (m *CafeMessages) GetMessages() []*CafeMessage
- func (*CafeMessages) ProtoMessage()
- func (m *CafeMessages) Reset()
- func (m *CafeMessages) String() string
- func (m *CafeMessages) XXX_DiscardUnknown()
- func (m *CafeMessages) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeMessages) XXX_Merge(src proto.Message)
- func (m *CafeMessages) XXX_Size() int
- func (m *CafeMessages) XXX_Unmarshal(b []byte) error
- type CafeNonce
- func (*CafeNonce) Descriptor() ([]byte, []int)
- func (m *CafeNonce) GetValue() string
- func (*CafeNonce) ProtoMessage()
- func (m *CafeNonce) Reset()
- func (m *CafeNonce) String() string
- func (m *CafeNonce) XXX_DiscardUnknown()
- func (m *CafeNonce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeNonce) XXX_Merge(src proto.Message)
- func (m *CafeNonce) XXX_Size() int
- func (m *CafeNonce) XXX_Unmarshal(b []byte) error
- type CafeObject
- func (*CafeObject) Descriptor() ([]byte, []int)
- func (m *CafeObject) GetCid() string
- func (m *CafeObject) GetData() []byte
- func (m *CafeObject) GetNode() []byte
- func (m *CafeObject) GetToken() string
- func (*CafeObject) ProtoMessage()
- func (m *CafeObject) Reset()
- func (m *CafeObject) String() string
- func (m *CafeObject) XXX_DiscardUnknown()
- func (m *CafeObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeObject) XXX_Merge(src proto.Message)
- func (m *CafeObject) XXX_Size() int
- func (m *CafeObject) XXX_Unmarshal(b []byte) error
- type CafeObjectList
- func (*CafeObjectList) Descriptor() ([]byte, []int)
- func (m *CafeObjectList) GetCids() []string
- func (*CafeObjectList) ProtoMessage()
- func (m *CafeObjectList) Reset()
- func (m *CafeObjectList) String() string
- func (m *CafeObjectList) XXX_DiscardUnknown()
- func (m *CafeObjectList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeObjectList) XXX_Merge(src proto.Message)
- func (m *CafeObjectList) XXX_Size() int
- func (m *CafeObjectList) XXX_Unmarshal(b []byte) error
- type CafePublishPeer
- func (*CafePublishPeer) Descriptor() ([]byte, []int)
- func (m *CafePublishPeer) GetPeer() *Peer
- func (m *CafePublishPeer) GetToken() string
- func (*CafePublishPeer) ProtoMessage()
- func (m *CafePublishPeer) Reset()
- func (m *CafePublishPeer) String() string
- func (m *CafePublishPeer) XXX_DiscardUnknown()
- func (m *CafePublishPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafePublishPeer) XXX_Merge(src proto.Message)
- func (m *CafePublishPeer) XXX_Size() int
- func (m *CafePublishPeer) XXX_Unmarshal(b []byte) error
- type CafePublishPeerAck
- func (*CafePublishPeerAck) Descriptor() ([]byte, []int)
- func (m *CafePublishPeerAck) GetId() string
- func (*CafePublishPeerAck) ProtoMessage()
- func (m *CafePublishPeerAck) Reset()
- func (m *CafePublishPeerAck) String() string
- func (m *CafePublishPeerAck) XXX_DiscardUnknown()
- func (m *CafePublishPeerAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafePublishPeerAck) XXX_Merge(src proto.Message)
- func (m *CafePublishPeerAck) XXX_Size() int
- func (m *CafePublishPeerAck) XXX_Unmarshal(b []byte) error
- type CafeRefreshSession
- func (*CafeRefreshSession) Descriptor() ([]byte, []int)
- func (m *CafeRefreshSession) GetAccess() string
- func (m *CafeRefreshSession) GetRefresh() string
- func (*CafeRefreshSession) ProtoMessage()
- func (m *CafeRefreshSession) Reset()
- func (m *CafeRefreshSession) String() string
- func (m *CafeRefreshSession) XXX_DiscardUnknown()
- func (m *CafeRefreshSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeRefreshSession) XXX_Merge(src proto.Message)
- func (m *CafeRefreshSession) XXX_Size() int
- func (m *CafeRefreshSession) XXX_Unmarshal(b []byte) error
- type CafeRegistration
- func (*CafeRegistration) Descriptor() ([]byte, []int)
- func (m *CafeRegistration) GetAddress() string
- func (m *CafeRegistration) GetNonce() string
- func (m *CafeRegistration) GetSig() []byte
- func (m *CafeRegistration) GetToken() string
- func (m *CafeRegistration) GetValue() string
- func (*CafeRegistration) ProtoMessage()
- func (m *CafeRegistration) Reset()
- func (m *CafeRegistration) String() string
- func (m *CafeRegistration) XXX_DiscardUnknown()
- func (m *CafeRegistration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeRegistration) XXX_Merge(src proto.Message)
- func (m *CafeRegistration) XXX_Size() int
- func (m *CafeRegistration) XXX_Unmarshal(b []byte) error
- type CafeRequest
- func (*CafeRequest) Descriptor() ([]byte, []int)
- func (m *CafeRequest) GetAttempts() int32
- func (m *CafeRequest) GetCafe() *Cafe
- func (m *CafeRequest) GetDate() *timestamp.Timestamp
- func (m *CafeRequest) GetGroup() string
- func (m *CafeRequest) GetGroupSize() int64
- func (m *CafeRequest) GetGroupTransferred() int64
- func (m *CafeRequest) GetId() string
- func (m *CafeRequest) GetPeer() string
- func (m *CafeRequest) GetSize() int64
- func (m *CafeRequest) GetStatus() CafeRequest_Status
- func (m *CafeRequest) GetSyncGroup() string
- func (m *CafeRequest) GetTarget() string
- func (m *CafeRequest) GetType() CafeRequest_Type
- func (*CafeRequest) ProtoMessage()
- func (m *CafeRequest) Reset()
- func (m *CafeRequest) String() string
- func (m *CafeRequest) XXX_DiscardUnknown()
- func (m *CafeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeRequest) XXX_Merge(src proto.Message)
- func (m *CafeRequest) XXX_Size() int
- func (m *CafeRequest) XXX_Unmarshal(b []byte) error
- type CafeRequestList
- func (*CafeRequestList) Descriptor() ([]byte, []int)
- func (m *CafeRequestList) GetItems() []*CafeRequest
- func (*CafeRequestList) ProtoMessage()
- func (m *CafeRequestList) Reset()
- func (m *CafeRequestList) String() string
- func (m *CafeRequestList) XXX_DiscardUnknown()
- func (m *CafeRequestList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeRequestList) XXX_Merge(src proto.Message)
- func (m *CafeRequestList) XXX_Size() int
- func (m *CafeRequestList) XXX_Unmarshal(b []byte) error
- type CafeRequest_Status
- type CafeRequest_Type
- type CafeSession
- func (*CafeSession) Descriptor() ([]byte, []int)
- func (m *CafeSession) GetAccess() string
- func (m *CafeSession) GetCafe() *Cafe
- func (m *CafeSession) GetExp() *timestamp.Timestamp
- func (m *CafeSession) GetId() string
- func (m *CafeSession) GetRefresh() string
- func (m *CafeSession) GetRexp() *timestamp.Timestamp
- func (m *CafeSession) GetSubject() string
- func (m *CafeSession) GetType() string
- func (*CafeSession) ProtoMessage()
- func (m *CafeSession) Reset()
- func (m *CafeSession) String() string
- func (m *CafeSession) XXX_DiscardUnknown()
- func (m *CafeSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeSession) XXX_Merge(src proto.Message)
- func (m *CafeSession) XXX_Size() int
- func (m *CafeSession) XXX_Unmarshal(b []byte) error
- type CafeSessionList
- func (*CafeSessionList) Descriptor() ([]byte, []int)
- func (m *CafeSessionList) GetItems() []*CafeSession
- func (*CafeSessionList) ProtoMessage()
- func (m *CafeSessionList) Reset()
- func (m *CafeSessionList) String() string
- func (m *CafeSessionList) XXX_DiscardUnknown()
- func (m *CafeSessionList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeSessionList) XXX_Merge(src proto.Message)
- func (m *CafeSessionList) XXX_Size() int
- func (m *CafeSessionList) XXX_Unmarshal(b []byte) error
- type CafeStore
- func (*CafeStore) Descriptor() ([]byte, []int)
- func (m *CafeStore) GetCids() []string
- func (m *CafeStore) GetToken() string
- func (*CafeStore) ProtoMessage()
- func (m *CafeStore) Reset()
- func (m *CafeStore) String() string
- func (m *CafeStore) XXX_DiscardUnknown()
- func (m *CafeStore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeStore) XXX_Merge(src proto.Message)
- func (m *CafeStore) XXX_Size() int
- func (m *CafeStore) XXX_Unmarshal(b []byte) error
- type CafeStoreAck
- func (*CafeStoreAck) Descriptor() ([]byte, []int)
- func (m *CafeStoreAck) GetId() string
- func (*CafeStoreAck) ProtoMessage()
- func (m *CafeStoreAck) Reset()
- func (m *CafeStoreAck) String() string
- func (m *CafeStoreAck) XXX_DiscardUnknown()
- func (m *CafeStoreAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeStoreAck) XXX_Merge(src proto.Message)
- func (m *CafeStoreAck) XXX_Size() int
- func (m *CafeStoreAck) XXX_Unmarshal(b []byte) error
- type CafeStoreThread
- func (*CafeStoreThread) Descriptor() ([]byte, []int)
- func (m *CafeStoreThread) GetCiphertext() []byte
- func (m *CafeStoreThread) GetId() string
- func (m *CafeStoreThread) GetToken() string
- func (*CafeStoreThread) ProtoMessage()
- func (m *CafeStoreThread) Reset()
- func (m *CafeStoreThread) String() string
- func (m *CafeStoreThread) XXX_DiscardUnknown()
- func (m *CafeStoreThread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeStoreThread) XXX_Merge(src proto.Message)
- func (m *CafeStoreThread) XXX_Size() int
- func (m *CafeStoreThread) XXX_Unmarshal(b []byte) error
- type CafeStoreThreadAck
- func (*CafeStoreThreadAck) Descriptor() ([]byte, []int)
- func (m *CafeStoreThreadAck) GetId() string
- func (*CafeStoreThreadAck) ProtoMessage()
- func (m *CafeStoreThreadAck) Reset()
- func (m *CafeStoreThreadAck) String() string
- func (m *CafeStoreThreadAck) XXX_DiscardUnknown()
- func (m *CafeStoreThreadAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeStoreThreadAck) XXX_Merge(src proto.Message)
- func (m *CafeStoreThreadAck) XXX_Size() int
- func (m *CafeStoreThreadAck) XXX_Unmarshal(b []byte) error
- type CafeSyncGroupStatus
- func (*CafeSyncGroupStatus) Descriptor() ([]byte, []int)
- func (m *CafeSyncGroupStatus) GetError() string
- func (m *CafeSyncGroupStatus) GetErrorId() string
- func (m *CafeSyncGroupStatus) GetGroupsSizeComplete() int64
- func (m *CafeSyncGroupStatus) GetGroupsSizeTotal() int64
- func (m *CafeSyncGroupStatus) GetId() string
- func (m *CafeSyncGroupStatus) GetNumComplete() int32
- func (m *CafeSyncGroupStatus) GetNumPending() int32
- func (m *CafeSyncGroupStatus) GetNumTotal() int32
- func (m *CafeSyncGroupStatus) GetSizeComplete() int64
- func (m *CafeSyncGroupStatus) GetSizePending() int64
- func (m *CafeSyncGroupStatus) GetSizeTotal() int64
- func (*CafeSyncGroupStatus) ProtoMessage()
- func (m *CafeSyncGroupStatus) Reset()
- func (m *CafeSyncGroupStatus) String() string
- func (m *CafeSyncGroupStatus) XXX_DiscardUnknown()
- func (m *CafeSyncGroupStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeSyncGroupStatus) XXX_Merge(src proto.Message)
- func (m *CafeSyncGroupStatus) XXX_Size() int
- func (m *CafeSyncGroupStatus) XXX_Unmarshal(b []byte) error
- type CafeToken
- func (*CafeToken) Descriptor() ([]byte, []int)
- func (m *CafeToken) GetDate() *timestamp.Timestamp
- func (m *CafeToken) GetId() string
- func (m *CafeToken) GetValue() []byte
- func (*CafeToken) ProtoMessage()
- func (m *CafeToken) Reset()
- func (m *CafeToken) String() string
- func (m *CafeToken) XXX_DiscardUnknown()
- func (m *CafeToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeToken) XXX_Merge(src proto.Message)
- func (m *CafeToken) XXX_Size() int
- func (m *CafeToken) XXX_Unmarshal(b []byte) error
- type CafeUnstore
- func (*CafeUnstore) Descriptor() ([]byte, []int)
- func (m *CafeUnstore) GetCids() []string
- func (m *CafeUnstore) GetToken() string
- func (*CafeUnstore) ProtoMessage()
- func (m *CafeUnstore) Reset()
- func (m *CafeUnstore) String() string
- func (m *CafeUnstore) XXX_DiscardUnknown()
- func (m *CafeUnstore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeUnstore) XXX_Merge(src proto.Message)
- func (m *CafeUnstore) XXX_Size() int
- func (m *CafeUnstore) XXX_Unmarshal(b []byte) error
- type CafeUnstoreAck
- func (*CafeUnstoreAck) Descriptor() ([]byte, []int)
- func (m *CafeUnstoreAck) GetCids() []string
- func (*CafeUnstoreAck) ProtoMessage()
- func (m *CafeUnstoreAck) Reset()
- func (m *CafeUnstoreAck) String() string
- func (m *CafeUnstoreAck) XXX_DiscardUnknown()
- func (m *CafeUnstoreAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeUnstoreAck) XXX_Merge(src proto.Message)
- func (m *CafeUnstoreAck) XXX_Size() int
- func (m *CafeUnstoreAck) XXX_Unmarshal(b []byte) error
- type CafeUnstoreThread
- func (*CafeUnstoreThread) Descriptor() ([]byte, []int)
- func (m *CafeUnstoreThread) GetId() string
- func (m *CafeUnstoreThread) GetToken() string
- func (*CafeUnstoreThread) ProtoMessage()
- func (m *CafeUnstoreThread) Reset()
- func (m *CafeUnstoreThread) String() string
- func (m *CafeUnstoreThread) XXX_DiscardUnknown()
- func (m *CafeUnstoreThread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeUnstoreThread) XXX_Merge(src proto.Message)
- func (m *CafeUnstoreThread) XXX_Size() int
- func (m *CafeUnstoreThread) XXX_Unmarshal(b []byte) error
- type CafeUnstoreThreadAck
- func (*CafeUnstoreThreadAck) Descriptor() ([]byte, []int)
- func (m *CafeUnstoreThreadAck) GetId() string
- func (*CafeUnstoreThreadAck) ProtoMessage()
- func (m *CafeUnstoreThreadAck) Reset()
- func (m *CafeUnstoreThreadAck) String() string
- func (m *CafeUnstoreThreadAck) XXX_DiscardUnknown()
- func (m *CafeUnstoreThreadAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CafeUnstoreThreadAck) XXX_Merge(src proto.Message)
- func (m *CafeUnstoreThreadAck) XXX_Size() int
- func (m *CafeUnstoreThreadAck) XXX_Unmarshal(b []byte) error
- type Commentdeprecated
- func (*Comment) Descriptor() ([]byte, []int)
- func (m *Comment) GetBody() string
- func (m *Comment) GetDate() *timestamp.Timestamp
- func (m *Comment) GetId() string
- func (m *Comment) GetTarget() *FeedItem
- func (m *Comment) GetUser() *User
- func (*Comment) ProtoMessage()
- func (m *Comment) Reset()
- func (m *Comment) String() string
- func (m *Comment) XXX_DiscardUnknown()
- func (m *Comment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Comment) XXX_Merge(src proto.Message)
- func (m *Comment) XXX_Size() int
- func (m *Comment) XXX_Unmarshal(b []byte) error
- type CommentListdeprecated
- func (*CommentList) Descriptor() ([]byte, []int)
- func (m *CommentList) GetItems() []*Comment
- func (*CommentList) ProtoMessage()
- func (m *CommentList) Reset()
- func (m *CommentList) String() string
- func (m *CommentList) XXX_DiscardUnknown()
- func (m *CommentList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CommentList) XXX_Merge(src proto.Message)
- func (m *CommentList) XXX_Size() int
- func (m *CommentList) XXX_Unmarshal(b []byte) error
- type Contact
- func (*Contact) Descriptor() ([]byte, []int)
- func (m *Contact) GetAddress() string
- func (m *Contact) GetAvatar() string
- func (m *Contact) GetName() string
- func (m *Contact) GetPeers() []*Peer
- func (m *Contact) GetThreads() []string
- func (*Contact) ProtoMessage()
- func (m *Contact) Reset()
- func (m *Contact) String() string
- func (m *Contact) XXX_DiscardUnknown()
- func (m *Contact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Contact) XXX_Merge(src proto.Message)
- func (m *Contact) XXX_Size() int
- func (m *Contact) XXX_Unmarshal(b []byte) error
- type ContactList
- func (*ContactList) Descriptor() ([]byte, []int)
- func (m *ContactList) GetItems() []*Contact
- func (*ContactList) ProtoMessage()
- func (m *ContactList) Reset()
- func (m *ContactList) String() string
- func (m *ContactList) XXX_DiscardUnknown()
- func (m *ContactList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ContactList) XXX_Merge(src proto.Message)
- func (m *ContactList) XXX_Size() int
- func (m *ContactList) XXX_Unmarshal(b []byte) error
- type ContactQuery
- func (*ContactQuery) Descriptor() ([]byte, []int)
- func (m *ContactQuery) GetAddress() string
- func (m *ContactQuery) GetName() string
- func (*ContactQuery) ProtoMessage()
- func (m *ContactQuery) Reset()
- func (m *ContactQuery) String() string
- func (m *ContactQuery) XXX_DiscardUnknown()
- func (m *ContactQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ContactQuery) XXX_Merge(src proto.Message)
- func (m *ContactQuery) XXX_Size() int
- func (m *ContactQuery) XXX_Unmarshal(b []byte) error
- type Directory
- func (*Directory) Descriptor() ([]byte, []int)
- func (m *Directory) GetFiles() map[string]*FileIndex
- func (*Directory) ProtoMessage()
- func (m *Directory) Reset()
- func (m *Directory) String() string
- func (m *Directory) XXX_DiscardUnknown()
- func (m *Directory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Directory) XXX_Merge(src proto.Message)
- func (m *Directory) XXX_Size() int
- func (m *Directory) XXX_Unmarshal(b []byte) error
- type DirectoryList
- func (*DirectoryList) Descriptor() ([]byte, []int)
- func (m *DirectoryList) GetItems() []*Directory
- func (*DirectoryList) ProtoMessage()
- func (m *DirectoryList) Reset()
- func (m *DirectoryList) String() string
- func (m *DirectoryList) XXX_DiscardUnknown()
- func (m *DirectoryList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DirectoryList) XXX_Merge(src proto.Message)
- func (m *DirectoryList) XXX_Size() int
- func (m *DirectoryList) XXX_Unmarshal(b []byte) error
- type Envelope
- func (*Envelope) Descriptor() ([]byte, []int)
- func (m *Envelope) GetMessage() *Message
- func (m *Envelope) GetSig() []byte
- func (*Envelope) ProtoMessage()
- func (m *Envelope) Reset()
- func (m *Envelope) String() string
- func (m *Envelope) XXX_DiscardUnknown()
- func (m *Envelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Envelope) XXX_Merge(src proto.Message)
- func (m *Envelope) XXX_Size() int
- func (m *Envelope) XXX_Unmarshal(b []byte) error
- type Error
- func (*Error) Descriptor() ([]byte, []int)
- func (m *Error) GetCode() uint32
- func (m *Error) GetMessage() string
- func (*Error) ProtoMessage()
- func (m *Error) Reset()
- func (m *Error) String() string
- func (m *Error) XXX_DiscardUnknown()
- func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Error) XXX_Merge(src proto.Message)
- func (m *Error) XXX_Size() int
- func (m *Error) XXX_Unmarshal(b []byte) error
- type ExternalInvite
- func (*ExternalInvite) Descriptor() ([]byte, []int)
- func (m *ExternalInvite) GetId() string
- func (m *ExternalInvite) GetInviter() string
- func (m *ExternalInvite) GetKey() string
- func (*ExternalInvite) ProtoMessage()
- func (m *ExternalInvite) Reset()
- func (m *ExternalInvite) String() string
- func (m *ExternalInvite) XXX_DiscardUnknown()
- func (m *ExternalInvite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExternalInvite) XXX_Merge(src proto.Message)
- func (m *ExternalInvite) XXX_Size() int
- func (m *ExternalInvite) XXX_Unmarshal(b []byte) error
- type FeedItem
- func (*FeedItem) Descriptor() ([]byte, []int)
- func (m *FeedItem) GetBlock() string
- func (m *FeedItem) GetPayload() *any.Any
- func (m *FeedItem) GetThread() string
- func (*FeedItem) ProtoMessage()
- func (m *FeedItem) Reset()
- func (m *FeedItem) String() string
- func (m *FeedItem) XXX_DiscardUnknown()
- func (m *FeedItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FeedItem) XXX_Merge(src proto.Message)
- func (m *FeedItem) XXX_Size() int
- func (m *FeedItem) XXX_Unmarshal(b []byte) error
- type FeedItemList
- func (*FeedItemList) Descriptor() ([]byte, []int)
- func (m *FeedItemList) GetCount() int32
- func (m *FeedItemList) GetItems() []*FeedItem
- func (m *FeedItemList) GetNext() string
- func (*FeedItemList) ProtoMessage()
- func (m *FeedItemList) Reset()
- func (m *FeedItemList) String() string
- func (m *FeedItemList) XXX_DiscardUnknown()
- func (m *FeedItemList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FeedItemList) XXX_Merge(src proto.Message)
- func (m *FeedItemList) XXX_Size() int
- func (m *FeedItemList) XXX_Unmarshal(b []byte) error
- type FeedRequest
- func (*FeedRequest) Descriptor() ([]byte, []int)
- func (m *FeedRequest) GetLimit() int32
- func (m *FeedRequest) GetMode() FeedRequest_Mode
- func (m *FeedRequest) GetOffset() string
- func (m *FeedRequest) GetThread() string
- func (*FeedRequest) ProtoMessage()
- func (m *FeedRequest) Reset()
- func (m *FeedRequest) String() string
- func (m *FeedRequest) XXX_DiscardUnknown()
- func (m *FeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FeedRequest) XXX_Merge(src proto.Message)
- func (m *FeedRequest) XXX_Size() int
- func (m *FeedRequest) XXX_Unmarshal(b []byte) error
- type FeedRequest_Mode
- type File
- func (*File) Descriptor() ([]byte, []int)
- func (m *File) GetFile() *FileIndex
- func (m *File) GetIndex() int32
- func (m *File) GetLinks() map[string]*FileIndex
- func (*File) ProtoMessage()
- func (m *File) Reset()
- func (m *File) String() string
- func (m *File) XXX_DiscardUnknown()
- func (m *File) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *File) XXX_Merge(src proto.Message)
- func (m *File) XXX_Size() int
- func (m *File) XXX_Unmarshal(b []byte) error
- type FileIndex
- func (*FileIndex) Descriptor() ([]byte, []int)
- func (m *FileIndex) GetAdded() *timestamp.Timestamp
- func (m *FileIndex) GetChecksum() string
- func (m *FileIndex) GetHash() string
- func (m *FileIndex) GetKey() string
- func (m *FileIndex) GetMedia() string
- func (m *FileIndex) GetMeta() *_struct.Struct
- func (m *FileIndex) GetMill() string
- func (m *FileIndex) GetName() string
- func (m *FileIndex) GetOpts() string
- func (m *FileIndex) GetSize() int64
- func (m *FileIndex) GetSource() string
- func (m *FileIndex) GetTargets() []string
- func (*FileIndex) ProtoMessage()
- func (m *FileIndex) Reset()
- func (m *FileIndex) String() string
- func (m *FileIndex) XXX_DiscardUnknown()
- func (m *FileIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FileIndex) XXX_Merge(src proto.Message)
- func (m *FileIndex) XXX_Size() int
- func (m *FileIndex) XXX_Unmarshal(b []byte) error
- type Files
- func (*Files) Descriptor() ([]byte, []int)
- func (m *Files) GetBlock() string
- func (m *Files) GetCaption() string
- func (m *Files) GetComments() []*Comment
- func (m *Files) GetData() string
- func (m *Files) GetDate() *timestamp.Timestamp
- func (m *Files) GetFiles() []*File
- func (m *Files) GetLikes() []*Like
- func (m *Files) GetTarget() string
- func (m *Files) GetThreads() []string
- func (m *Files) GetUser() *User
- func (*Files) ProtoMessage()
- func (m *Files) Reset()
- func (m *Files) String() string
- func (m *Files) XXX_DiscardUnknown()
- func (m *Files) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Files) XXX_Merge(src proto.Message)
- func (m *Files) XXX_Size() int
- func (m *Files) XXX_Unmarshal(b []byte) error
- type FilesList
- func (*FilesList) Descriptor() ([]byte, []int)
- func (m *FilesList) GetItems() []*Files
- func (*FilesList) ProtoMessage()
- func (m *FilesList) Reset()
- func (m *FilesList) String() string
- func (m *FilesList) XXX_DiscardUnknown()
- func (m *FilesList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FilesList) XXX_Merge(src proto.Message)
- func (m *FilesList) XXX_Size() int
- func (m *FilesList) XXX_Unmarshal(b []byte) error
- type Flag
- func (*Flag) Descriptor() ([]byte, []int)
- func (m *Flag) GetBlock() string
- func (m *Flag) GetDate() *timestamp.Timestamp
- func (m *Flag) GetTarget() *FeedItem
- func (m *Flag) GetUser() *User
- func (*Flag) ProtoMessage()
- func (m *Flag) Reset()
- func (m *Flag) String() string
- func (m *Flag) XXX_DiscardUnknown()
- func (m *Flag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Flag) XXX_Merge(src proto.Message)
- func (m *Flag) XXX_Size() int
- func (m *Flag) XXX_Unmarshal(b []byte) error
- type Ignore
- func (*Ignore) Descriptor() ([]byte, []int)
- func (m *Ignore) GetBlock() string
- func (m *Ignore) GetDate() *timestamp.Timestamp
- func (m *Ignore) GetTarget() *FeedItem
- func (m *Ignore) GetUser() *User
- func (*Ignore) ProtoMessage()
- func (m *Ignore) Reset()
- func (m *Ignore) String() string
- func (m *Ignore) XXX_DiscardUnknown()
- func (m *Ignore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Ignore) XXX_Merge(src proto.Message)
- func (m *Ignore) XXX_Size() int
- func (m *Ignore) XXX_Unmarshal(b []byte) error
- type Invite
- func (*Invite) Descriptor() ([]byte, []int)
- func (m *Invite) GetBlock() []byte
- func (m *Invite) GetDate() *timestamp.Timestamp
- func (m *Invite) GetId() string
- func (m *Invite) GetInviter() *Peer
- func (m *Invite) GetName() string
- func (m *Invite) GetParents() []string
- func (*Invite) ProtoMessage()
- func (m *Invite) Reset()
- func (m *Invite) String() string
- func (m *Invite) XXX_DiscardUnknown()
- func (m *Invite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Invite) XXX_Merge(src proto.Message)
- func (m *Invite) XXX_Size() int
- func (m *Invite) XXX_Unmarshal(b []byte) error
- type InviteList
- func (*InviteList) Descriptor() ([]byte, []int)
- func (m *InviteList) GetItems() []*Invite
- func (*InviteList) ProtoMessage()
- func (m *InviteList) Reset()
- func (m *InviteList) String() string
- func (m *InviteList) XXX_DiscardUnknown()
- func (m *InviteList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *InviteList) XXX_Merge(src proto.Message)
- func (m *InviteList) XXX_Size() int
- func (m *InviteList) XXX_Unmarshal(b []byte) error
- type InviteView
- func (*InviteView) Descriptor() ([]byte, []int)
- func (m *InviteView) GetDate() *timestamp.Timestamp
- func (m *InviteView) GetId() string
- func (m *InviteView) GetInviter() *User
- func (m *InviteView) GetName() string
- func (*InviteView) ProtoMessage()
- func (m *InviteView) Reset()
- func (m *InviteView) String() string
- func (m *InviteView) XXX_DiscardUnknown()
- func (m *InviteView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *InviteView) XXX_Merge(src proto.Message)
- func (m *InviteView) XXX_Size() int
- func (m *InviteView) XXX_Unmarshal(b []byte) error
- type InviteViewList
- func (*InviteViewList) Descriptor() ([]byte, []int)
- func (m *InviteViewList) GetItems() []*InviteView
- func (*InviteViewList) ProtoMessage()
- func (m *InviteViewList) Reset()
- func (m *InviteViewList) String() string
- func (m *InviteViewList) XXX_DiscardUnknown()
- func (m *InviteViewList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *InviteViewList) XXX_Merge(src proto.Message)
- func (m *InviteViewList) XXX_Size() int
- func (m *InviteViewList) XXX_Unmarshal(b []byte) error
- type Join
- func (*Join) Descriptor() ([]byte, []int)
- func (m *Join) GetBlock() string
- func (m *Join) GetDate() *timestamp.Timestamp
- func (m *Join) GetLikes() []*Like
- func (m *Join) GetUser() *User
- func (*Join) ProtoMessage()
- func (m *Join) Reset()
- func (m *Join) String() string
- func (m *Join) XXX_DiscardUnknown()
- func (m *Join) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Join) XXX_Merge(src proto.Message)
- func (m *Join) XXX_Size() int
- func (m *Join) XXX_Unmarshal(b []byte) error
- type Keys
- func (*Keys) Descriptor() ([]byte, []int)
- func (m *Keys) GetFiles() map[string]string
- func (*Keys) ProtoMessage()
- func (m *Keys) Reset()
- func (m *Keys) String() string
- func (m *Keys) XXX_DiscardUnknown()
- func (m *Keys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Keys) XXX_Merge(src proto.Message)
- func (m *Keys) XXX_Size() int
- func (m *Keys) XXX_Unmarshal(b []byte) error
- type Leave
- func (*Leave) Descriptor() ([]byte, []int)
- func (m *Leave) GetBlock() string
- func (m *Leave) GetDate() *timestamp.Timestamp
- func (m *Leave) GetLikes() []*Like
- func (m *Leave) GetUser() *User
- func (*Leave) ProtoMessage()
- func (m *Leave) Reset()
- func (m *Leave) String() string
- func (m *Leave) XXX_DiscardUnknown()
- func (m *Leave) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Leave) XXX_Merge(src proto.Message)
- func (m *Leave) XXX_Size() int
- func (m *Leave) XXX_Unmarshal(b []byte) error
- type Like
- func (*Like) Descriptor() ([]byte, []int)
- func (m *Like) GetDate() *timestamp.Timestamp
- func (m *Like) GetId() string
- func (m *Like) GetTarget() *FeedItem
- func (m *Like) GetUser() *User
- func (*Like) ProtoMessage()
- func (m *Like) Reset()
- func (m *Like) String() string
- func (m *Like) XXX_DiscardUnknown()
- func (m *Like) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Like) XXX_Merge(src proto.Message)
- func (m *Like) XXX_Size() int
- func (m *Like) XXX_Unmarshal(b []byte) error
- type LikeList
- func (*LikeList) Descriptor() ([]byte, []int)
- func (m *LikeList) GetItems() []*Like
- func (*LikeList) ProtoMessage()
- func (m *LikeList) Reset()
- func (m *LikeList) String() string
- func (m *LikeList) XXX_DiscardUnknown()
- func (m *LikeList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LikeList) XXX_Merge(src proto.Message)
- func (m *LikeList) XXX_Size() int
- func (m *LikeList) XXX_Unmarshal(b []byte) error
- type Link
- func (*Link) Descriptor() ([]byte, []int)
- func (m *Link) GetJsonSchema() *_struct.Struct
- func (m *Link) GetMill() string
- func (m *Link) GetOpts() map[string]string
- func (m *Link) GetPin() bool
- func (m *Link) GetPlaintext() bool
- func (m *Link) GetUse() string
- func (*Link) ProtoMessage()
- func (m *Link) Reset()
- func (m *Link) String() string
- func (m *Link) XXX_DiscardUnknown()
- func (m *Link) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Link) XXX_Merge(src proto.Message)
- func (m *Link) XXX_Size() int
- func (m *Link) XXX_Unmarshal(b []byte) error
- type LogLevel
- func (*LogLevel) Descriptor() ([]byte, []int)
- func (m *LogLevel) GetSystems() map[string]LogLevel_Level
- func (*LogLevel) ProtoMessage()
- func (m *LogLevel) Reset()
- func (m *LogLevel) String() string
- func (m *LogLevel) XXX_DiscardUnknown()
- func (m *LogLevel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LogLevel) XXX_Merge(src proto.Message)
- func (m *LogLevel) XXX_Size() int
- func (m *LogLevel) XXX_Unmarshal(b []byte) error
- type LogLevel_Level
- type Mergedeprecated
- func (*Merge) Descriptor() ([]byte, []int)
- func (m *Merge) GetBlock() string
- func (m *Merge) GetDate() *timestamp.Timestamp
- func (m *Merge) GetTargets() []*FeedItem
- func (m *Merge) GetUser() *User
- func (*Merge) ProtoMessage()
- func (m *Merge) Reset()
- func (m *Merge) String() string
- func (m *Merge) XXX_DiscardUnknown()
- func (m *Merge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Merge) XXX_Merge(src proto.Message)
- func (m *Merge) XXX_Size() int
- func (m *Merge) XXX_Unmarshal(b []byte) error
- type Message
- func (*Message) Descriptor() ([]byte, []int)
- func (m *Message) GetPayload() *any.Any
- func (m *Message) GetRequest() int32
- func (m *Message) GetResponse() bool
- func (m *Message) GetType() Message_Type
- func (*Message) ProtoMessage()
- func (m *Message) Reset()
- func (m *Message) String() string
- func (m *Message) XXX_DiscardUnknown()
- func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Message) XXX_Merge(src proto.Message)
- func (m *Message) XXX_Size() int
- func (m *Message) XXX_Unmarshal(b []byte) error
- type Message_Type
- type MobileEventType
- type MobileQueryEvent
- func (*MobileQueryEvent) Descriptor() ([]byte, []int)
- func (m *MobileQueryEvent) GetData() *QueryResult
- func (m *MobileQueryEvent) GetError() *Error
- func (m *MobileQueryEvent) GetId() string
- func (m *MobileQueryEvent) GetType() MobileQueryEvent_Type
- func (*MobileQueryEvent) ProtoMessage()
- func (m *MobileQueryEvent) Reset()
- func (m *MobileQueryEvent) String() string
- func (m *MobileQueryEvent) XXX_DiscardUnknown()
- func (m *MobileQueryEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MobileQueryEvent) XXX_Merge(src proto.Message)
- func (m *MobileQueryEvent) XXX_Size() int
- func (m *MobileQueryEvent) XXX_Unmarshal(b []byte) error
- type MobileQueryEvent_Type
- type MobileWalletAccount
- func (*MobileWalletAccount) Descriptor() ([]byte, []int)
- func (m *MobileWalletAccount) GetAddress() string
- func (m *MobileWalletAccount) GetSeed() string
- func (*MobileWalletAccount) ProtoMessage()
- func (m *MobileWalletAccount) Reset()
- func (m *MobileWalletAccount) String() string
- func (m *MobileWalletAccount) XXX_DiscardUnknown()
- func (m *MobileWalletAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MobileWalletAccount) XXX_Merge(src proto.Message)
- func (m *MobileWalletAccount) XXX_Size() int
- func (m *MobileWalletAccount) XXX_Unmarshal(b []byte) error
- type Node
- func (*Node) Descriptor() ([]byte, []int)
- func (m *Node) GetJsonSchema() *_struct.Struct
- func (m *Node) GetLinks() map[string]*Link
- func (m *Node) GetMill() string
- func (m *Node) GetName() string
- func (m *Node) GetOpts() map[string]string
- func (m *Node) GetPin() bool
- func (m *Node) GetPlaintext() bool
- func (*Node) ProtoMessage()
- func (m *Node) Reset()
- func (m *Node) String() string
- func (m *Node) XXX_DiscardUnknown()
- func (m *Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Node) XXX_Merge(src proto.Message)
- func (m *Node) XXX_Size() int
- func (m *Node) XXX_Unmarshal(b []byte) error
- type Notification
- func (*Notification) Descriptor() ([]byte, []int)
- func (m *Notification) GetActor() string
- func (m *Notification) GetBlock() string
- func (m *Notification) GetBody() string
- func (m *Notification) GetDate() *timestamp.Timestamp
- func (m *Notification) GetId() string
- func (m *Notification) GetRead() bool
- func (m *Notification) GetSubject() string
- func (m *Notification) GetSubjectDesc() string
- func (m *Notification) GetTarget() string
- func (m *Notification) GetType() Notification_Type
- func (m *Notification) GetUser() *User
- func (*Notification) ProtoMessage()
- func (m *Notification) Reset()
- func (m *Notification) String() string
- func (m *Notification) XXX_DiscardUnknown()
- func (m *Notification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Notification) XXX_Merge(src proto.Message)
- func (m *Notification) XXX_Size() int
- func (m *Notification) XXX_Unmarshal(b []byte) error
- type NotificationList
- func (*NotificationList) Descriptor() ([]byte, []int)
- func (m *NotificationList) GetItems() []*Notification
- func (*NotificationList) ProtoMessage()
- func (m *NotificationList) Reset()
- func (m *NotificationList) String() string
- func (m *NotificationList) XXX_DiscardUnknown()
- func (m *NotificationList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *NotificationList) XXX_Merge(src proto.Message)
- func (m *NotificationList) XXX_Size() int
- func (m *NotificationList) XXX_Unmarshal(b []byte) error
- type Notification_Type
- type Peer
- func (*Peer) Descriptor() ([]byte, []int)
- func (m *Peer) GetAddress() string
- func (m *Peer) GetAvatar() string
- func (m *Peer) GetCreated() *timestamp.Timestamp
- func (m *Peer) GetId() string
- func (m *Peer) GetInboxes() []*Cafe
- func (m *Peer) GetName() string
- func (m *Peer) GetUpdated() *timestamp.Timestamp
- func (*Peer) ProtoMessage()
- func (m *Peer) Reset()
- func (m *Peer) String() string
- func (m *Peer) XXX_DiscardUnknown()
- func (m *Peer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Peer) XXX_Merge(src proto.Message)
- func (m *Peer) XXX_Size() int
- func (m *Peer) XXX_Unmarshal(b []byte) error
- type PeerList
- func (*PeerList) Descriptor() ([]byte, []int)
- func (m *PeerList) GetItems() []*Peer
- func (*PeerList) ProtoMessage()
- func (m *PeerList) Reset()
- func (m *PeerList) String() string
- func (m *PeerList) XXX_DiscardUnknown()
- func (m *PeerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PeerList) XXX_Merge(src proto.Message)
- func (m *PeerList) XXX_Size() int
- func (m *PeerList) XXX_Unmarshal(b []byte) error
- type PubSubQuery
- func (*PubSubQuery) Descriptor() ([]byte, []int)
- func (m *PubSubQuery) GetExclude() []string
- func (m *PubSubQuery) GetId() string
- func (m *PubSubQuery) GetPayload() *any.Any
- func (m *PubSubQuery) GetResponseType() PubSubQuery_ResponseType
- func (m *PubSubQuery) GetTimeout() int32
- func (m *PubSubQuery) GetTopic() string
- func (m *PubSubQuery) GetType() Query_Type
- func (*PubSubQuery) ProtoMessage()
- func (m *PubSubQuery) Reset()
- func (m *PubSubQuery) String() string
- func (m *PubSubQuery) XXX_DiscardUnknown()
- func (m *PubSubQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PubSubQuery) XXX_Merge(src proto.Message)
- func (m *PubSubQuery) XXX_Size() int
- func (m *PubSubQuery) XXX_Unmarshal(b []byte) error
- type PubSubQueryResults
- func (*PubSubQueryResults) Descriptor() ([]byte, []int)
- func (m *PubSubQueryResults) GetId() string
- func (m *PubSubQueryResults) GetResults() *QueryResults
- func (*PubSubQueryResults) ProtoMessage()
- func (m *PubSubQueryResults) Reset()
- func (m *PubSubQueryResults) String() string
- func (m *PubSubQueryResults) XXX_DiscardUnknown()
- func (m *PubSubQueryResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PubSubQueryResults) XXX_Merge(src proto.Message)
- func (m *PubSubQueryResults) XXX_Size() int
- func (m *PubSubQueryResults) XXX_Unmarshal(b []byte) error
- type PubSubQuery_ResponseType
- type Query
- func (*Query) Descriptor() ([]byte, []int)
- func (m *Query) GetId() string
- func (m *Query) GetOptions() *QueryOptions
- func (m *Query) GetPayload() *any.Any
- func (m *Query) GetToken() string
- func (m *Query) GetType() Query_Type
- func (*Query) ProtoMessage()
- func (m *Query) Reset()
- func (m *Query) String() string
- func (m *Query) XXX_DiscardUnknown()
- func (m *Query) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Query) XXX_Merge(src proto.Message)
- func (m *Query) XXX_Size() int
- func (m *Query) XXX_Unmarshal(b []byte) error
- type QueryOptions
- func (*QueryOptions) Descriptor() ([]byte, []int)
- func (m *QueryOptions) GetExclude() []string
- func (m *QueryOptions) GetFilter() QueryOptions_FilterType
- func (m *QueryOptions) GetLimit() int32
- func (m *QueryOptions) GetLocalOnly() bool
- func (m *QueryOptions) GetRemoteOnly() bool
- func (m *QueryOptions) GetWait() int32
- func (*QueryOptions) ProtoMessage()
- func (m *QueryOptions) Reset()
- func (m *QueryOptions) String() string
- func (m *QueryOptions) XXX_DiscardUnknown()
- func (m *QueryOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *QueryOptions) XXX_Merge(src proto.Message)
- func (m *QueryOptions) XXX_Size() int
- func (m *QueryOptions) XXX_Unmarshal(b []byte) error
- type QueryOptions_FilterType
- type QueryResult
- func (*QueryResult) Descriptor() ([]byte, []int)
- func (m *QueryResult) GetDate() *timestamp.Timestamp
- func (m *QueryResult) GetId() string
- func (m *QueryResult) GetLocal() bool
- func (m *QueryResult) GetValue() *any.Any
- func (*QueryResult) ProtoMessage()
- func (m *QueryResult) Reset()
- func (m *QueryResult) String() string
- func (m *QueryResult) XXX_DiscardUnknown()
- func (m *QueryResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *QueryResult) XXX_Merge(src proto.Message)
- func (m *QueryResult) XXX_Size() int
- func (m *QueryResult) XXX_Unmarshal(b []byte) error
- type QueryResults
- func (*QueryResults) Descriptor() ([]byte, []int)
- func (m *QueryResults) GetItems() []*QueryResult
- func (m *QueryResults) GetType() Query_Type
- func (*QueryResults) ProtoMessage()
- func (m *QueryResults) Reset()
- func (m *QueryResults) String() string
- func (m *QueryResults) XXX_DiscardUnknown()
- func (m *QueryResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *QueryResults) XXX_Merge(src proto.Message)
- func (m *QueryResults) XXX_Size() int
- func (m *QueryResults) XXX_Unmarshal(b []byte) error
- type Query_Type
- type Step
- func (*Step) Descriptor() ([]byte, []int)
- func (m *Step) GetLink() *Link
- func (m *Step) GetName() string
- func (*Step) ProtoMessage()
- func (m *Step) Reset()
- func (m *Step) String() string
- func (m *Step) XXX_DiscardUnknown()
- func (m *Step) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Step) XXX_Merge(src proto.Message)
- func (m *Step) XXX_Size() int
- func (m *Step) XXX_Unmarshal(b []byte) error
- type Strings
- func (*Strings) Descriptor() ([]byte, []int)
- func (m *Strings) GetValues() []string
- func (*Strings) ProtoMessage()
- func (m *Strings) Reset()
- func (m *Strings) String() string
- func (m *Strings) XXX_DiscardUnknown()
- func (m *Strings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Strings) XXX_Merge(src proto.Message)
- func (m *Strings) XXX_Size() int
- func (m *Strings) XXX_Unmarshal(b []byte) error
- type Summary
- func (*Summary) Descriptor() ([]byte, []int)
- func (m *Summary) GetAccountPeerCount() int32
- func (m *Summary) GetAddress() string
- func (m *Summary) GetContactCount() int32
- func (m *Summary) GetFilesCount() int32
- func (m *Summary) GetId() string
- func (m *Summary) GetThreadCount() int32
- func (*Summary) ProtoMessage()
- func (m *Summary) Reset()
- func (m *Summary) String() string
- func (m *Summary) XXX_DiscardUnknown()
- func (m *Summary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Summary) XXX_Merge(src proto.Message)
- func (m *Summary) XXX_Size() int
- func (m *Summary) XXX_Unmarshal(b []byte) error
- type Text
- func (*Text) Descriptor() ([]byte, []int)
- func (m *Text) GetBlock() string
- func (m *Text) GetBody() string
- func (m *Text) GetComments() []*Comment
- func (m *Text) GetDate() *timestamp.Timestamp
- func (m *Text) GetLikes() []*Like
- func (m *Text) GetUser() *User
- func (*Text) ProtoMessage()
- func (m *Text) Reset()
- func (m *Text) String() string
- func (m *Text) XXX_DiscardUnknown()
- func (m *Text) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Text) XXX_Merge(src proto.Message)
- func (m *Text) XXX_Size() int
- func (m *Text) XXX_Unmarshal(b []byte) error
- type TextList
- func (*TextList) Descriptor() ([]byte, []int)
- func (m *TextList) GetItems() []*Text
- func (*TextList) ProtoMessage()
- func (m *TextList) Reset()
- func (m *TextList) String() string
- func (m *TextList) XXX_DiscardUnknown()
- func (m *TextList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TextList) XXX_Merge(src proto.Message)
- func (m *TextList) XXX_Size() int
- func (m *TextList) XXX_Unmarshal(b []byte) error
- type Thread
- func (*Thread) Descriptor() ([]byte, []int)
- func (m *Thread) GetBlockCount() int32
- func (m *Thread) GetHead() string
- func (m *Thread) GetHeadBlocks() []*Block
- func (m *Thread) GetId() string
- func (m *Thread) GetInitiator() string
- func (m *Thread) GetKey() string
- func (m *Thread) GetName() string
- func (m *Thread) GetPeerCount() int32
- func (m *Thread) GetSchema() string
- func (m *Thread) GetSchemaNode() *Node
- func (m *Thread) GetSharing() Thread_Sharing
- func (m *Thread) GetSk() []byte
- func (m *Thread) GetState() Thread_Statedeprecated
- func (m *Thread) GetType() Thread_Type
- func (m *Thread) GetWhitelist() []string
- func (*Thread) ProtoMessage()
- func (m *Thread) Reset()
- func (m *Thread) String() string
- func (m *Thread) XXX_DiscardUnknown()
- func (m *Thread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Thread) XXX_Merge(src proto.Message)
- func (m *Thread) XXX_Size() int
- func (m *Thread) XXX_Unmarshal(b []byte) error
- type ThreadAdd
- func (*ThreadAdd) Descriptor() ([]byte, []int)
- func (m *ThreadAdd) GetInvitee() string
- func (m *ThreadAdd) GetInviter() *Peer
- func (m *ThreadAdd) GetThread() *Thread
- func (*ThreadAdd) ProtoMessage()
- func (m *ThreadAdd) Reset()
- func (m *ThreadAdd) String() string
- func (m *ThreadAdd) XXX_DiscardUnknown()
- func (m *ThreadAdd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadAdd) XXX_Merge(src proto.Message)
- func (m *ThreadAdd) XXX_Size() int
- func (m *ThreadAdd) XXX_Unmarshal(b []byte) error
- type ThreadAnnounce
- func (*ThreadAnnounce) Descriptor() ([]byte, []int)
- func (m *ThreadAnnounce) GetName() string
- func (m *ThreadAnnounce) GetPeer() *Peer
- func (*ThreadAnnounce) ProtoMessage()
- func (m *ThreadAnnounce) Reset()
- func (m *ThreadAnnounce) String() string
- func (m *ThreadAnnounce) XXX_DiscardUnknown()
- func (m *ThreadAnnounce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadAnnounce) XXX_Merge(src proto.Message)
- func (m *ThreadAnnounce) XXX_Size() int
- func (m *ThreadAnnounce) XXX_Unmarshal(b []byte) error
- type ThreadBlock
- func (*ThreadBlock) Descriptor() ([]byte, []int)
- func (m *ThreadBlock) GetHeader() *ThreadBlockHeader
- func (m *ThreadBlock) GetPayload() *any.Any
- func (m *ThreadBlock) GetType() Block_BlockType
- func (*ThreadBlock) ProtoMessage()
- func (m *ThreadBlock) Reset()
- func (m *ThreadBlock) String() string
- func (m *ThreadBlock) XXX_DiscardUnknown()
- func (m *ThreadBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadBlock) XXX_Merge(src proto.Message)
- func (m *ThreadBlock) XXX_Size() int
- func (m *ThreadBlock) XXX_Unmarshal(b []byte) error
- type ThreadBlockHeader
- func (*ThreadBlockHeader) Descriptor() ([]byte, []int)
- func (m *ThreadBlockHeader) GetAddress() string
- func (m *ThreadBlockHeader) GetAuthor() string
- func (m *ThreadBlockHeader) GetDate() *timestamp.Timestamp
- func (m *ThreadBlockHeader) GetParents() []stringdeprecated
- func (*ThreadBlockHeader) ProtoMessage()
- func (m *ThreadBlockHeader) Reset()
- func (m *ThreadBlockHeader) String() string
- func (m *ThreadBlockHeader) XXX_DiscardUnknown()
- func (m *ThreadBlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadBlockHeader) XXX_Merge(src proto.Message)
- func (m *ThreadBlockHeader) XXX_Size() int
- func (m *ThreadBlockHeader) XXX_Unmarshal(b []byte) error
- type ThreadCommentdeprecated
- func (*ThreadComment) Descriptor() ([]byte, []int)
- func (m *ThreadComment) GetBody() string
- func (m *ThreadComment) GetTarget() string
- func (*ThreadComment) ProtoMessage()
- func (m *ThreadComment) Reset()
- func (m *ThreadComment) String() string
- func (m *ThreadComment) XXX_DiscardUnknown()
- func (m *ThreadComment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadComment) XXX_Merge(src proto.Message)
- func (m *ThreadComment) XXX_Size() int
- func (m *ThreadComment) XXX_Unmarshal(b []byte) error
- type ThreadEnvelope
- func (*ThreadEnvelope) Descriptor() ([]byte, []int)
- func (m *ThreadEnvelope) GetBlock() []byte
- func (m *ThreadEnvelope) GetCiphertext() []bytedeprecated
- func (m *ThreadEnvelope) GetHash() stringdeprecated
- func (m *ThreadEnvelope) GetNode() []byte
- func (m *ThreadEnvelope) GetSig() []byte
- func (m *ThreadEnvelope) GetThread() string
- func (*ThreadEnvelope) ProtoMessage()
- func (m *ThreadEnvelope) Reset()
- func (m *ThreadEnvelope) String() string
- func (m *ThreadEnvelope) XXX_DiscardUnknown()
- func (m *ThreadEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadEnvelope) XXX_Merge(src proto.Message)
- func (m *ThreadEnvelope) XXX_Size() int
- func (m *ThreadEnvelope) XXX_Unmarshal(b []byte) error
- type ThreadEnvelopeAck
- func (*ThreadEnvelopeAck) Descriptor() ([]byte, []int)
- func (m *ThreadEnvelopeAck) GetId() string
- func (*ThreadEnvelopeAck) ProtoMessage()
- func (m *ThreadEnvelopeAck) Reset()
- func (m *ThreadEnvelopeAck) String() string
- func (m *ThreadEnvelopeAck) XXX_DiscardUnknown()
- func (m *ThreadEnvelopeAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadEnvelopeAck) XXX_Merge(src proto.Message)
- func (m *ThreadEnvelopeAck) XXX_Size() int
- func (m *ThreadEnvelopeAck) XXX_Unmarshal(b []byte) error
- type ThreadFiles
- func (*ThreadFiles) Descriptor() ([]byte, []int)
- func (m *ThreadFiles) GetBody() string
- func (m *ThreadFiles) GetKeys() map[string]string
- func (m *ThreadFiles) GetTarget() stringdeprecated
- func (*ThreadFiles) ProtoMessage()
- func (m *ThreadFiles) Reset()
- func (m *ThreadFiles) String() string
- func (m *ThreadFiles) XXX_DiscardUnknown()
- func (m *ThreadFiles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadFiles) XXX_Merge(src proto.Message)
- func (m *ThreadFiles) XXX_Size() int
- func (m *ThreadFiles) XXX_Unmarshal(b []byte) error
- type ThreadFlagdeprecated
- func (*ThreadFlag) Descriptor() ([]byte, []int)
- func (m *ThreadFlag) GetTarget() string
- func (*ThreadFlag) ProtoMessage()
- func (m *ThreadFlag) Reset()
- func (m *ThreadFlag) String() string
- func (m *ThreadFlag) XXX_DiscardUnknown()
- func (m *ThreadFlag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadFlag) XXX_Merge(src proto.Message)
- func (m *ThreadFlag) XXX_Size() int
- func (m *ThreadFlag) XXX_Unmarshal(b []byte) error
- type ThreadIgnoredeprecated
- func (*ThreadIgnore) Descriptor() ([]byte, []int)
- func (m *ThreadIgnore) GetTarget() string
- func (*ThreadIgnore) ProtoMessage()
- func (m *ThreadIgnore) Reset()
- func (m *ThreadIgnore) String() string
- func (m *ThreadIgnore) XXX_DiscardUnknown()
- func (m *ThreadIgnore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadIgnore) XXX_Merge(src proto.Message)
- func (m *ThreadIgnore) XXX_Size() int
- func (m *ThreadIgnore) XXX_Unmarshal(b []byte) error
- type ThreadJoin
- func (*ThreadJoin) Descriptor() ([]byte, []int)
- func (m *ThreadJoin) GetInviter() string
- func (m *ThreadJoin) GetPeer() *Peer
- func (*ThreadJoin) ProtoMessage()
- func (m *ThreadJoin) Reset()
- func (m *ThreadJoin) String() string
- func (m *ThreadJoin) XXX_DiscardUnknown()
- func (m *ThreadJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadJoin) XXX_Merge(src proto.Message)
- func (m *ThreadJoin) XXX_Size() int
- func (m *ThreadJoin) XXX_Unmarshal(b []byte) error
- type ThreadLikedeprecated
- func (*ThreadLike) Descriptor() ([]byte, []int)
- func (m *ThreadLike) GetTarget() string
- func (*ThreadLike) ProtoMessage()
- func (m *ThreadLike) Reset()
- func (m *ThreadLike) String() string
- func (m *ThreadLike) XXX_DiscardUnknown()
- func (m *ThreadLike) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadLike) XXX_Merge(src proto.Message)
- func (m *ThreadLike) XXX_Size() int
- func (m *ThreadLike) XXX_Unmarshal(b []byte) error
- type ThreadList
- func (*ThreadList) Descriptor() ([]byte, []int)
- func (m *ThreadList) GetItems() []*Thread
- func (*ThreadList) ProtoMessage()
- func (m *ThreadList) Reset()
- func (m *ThreadList) String() string
- func (m *ThreadList) XXX_DiscardUnknown()
- func (m *ThreadList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadList) XXX_Merge(src proto.Message)
- func (m *ThreadList) XXX_Size() int
- func (m *ThreadList) XXX_Unmarshal(b []byte) error
- type ThreadMessage
- func (*ThreadMessage) Descriptor() ([]byte, []int)
- func (m *ThreadMessage) GetBody() string
- func (*ThreadMessage) ProtoMessage()
- func (m *ThreadMessage) Reset()
- func (m *ThreadMessage) String() string
- func (m *ThreadMessage) XXX_DiscardUnknown()
- func (m *ThreadMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadMessage) XXX_Merge(src proto.Message)
- func (m *ThreadMessage) XXX_Size() int
- func (m *ThreadMessage) XXX_Unmarshal(b []byte) error
- type ThreadPeer
- func (*ThreadPeer) Descriptor() ([]byte, []int)
- func (m *ThreadPeer) GetId() string
- func (m *ThreadPeer) GetThread() string
- func (m *ThreadPeer) GetWelcomed() bool
- func (*ThreadPeer) ProtoMessage()
- func (m *ThreadPeer) Reset()
- func (m *ThreadPeer) String() string
- func (m *ThreadPeer) XXX_DiscardUnknown()
- func (m *ThreadPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadPeer) XXX_Merge(src proto.Message)
- func (m *ThreadPeer) XXX_Size() int
- func (m *ThreadPeer) XXX_Unmarshal(b []byte) error
- type ThreadSnapshotQuery
- func (*ThreadSnapshotQuery) Descriptor() ([]byte, []int)
- func (m *ThreadSnapshotQuery) GetAddress() string
- func (*ThreadSnapshotQuery) ProtoMessage()
- func (m *ThreadSnapshotQuery) Reset()
- func (m *ThreadSnapshotQuery) String() string
- func (m *ThreadSnapshotQuery) XXX_DiscardUnknown()
- func (m *ThreadSnapshotQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ThreadSnapshotQuery) XXX_Merge(src proto.Message)
- func (m *ThreadSnapshotQuery) XXX_Size() int
- func (m *ThreadSnapshotQuery) XXX_Unmarshal(b []byte) error
- type Thread_Sharing
- type Thread_State
- type Thread_Type
- type User
- func (*User) Descriptor() ([]byte, []int)
- func (m *User) GetAddress() string
- func (m *User) GetAvatar() string
- func (m *User) GetName() string
- func (*User) ProtoMessage()
- func (m *User) Reset()
- func (m *User) String() string
- func (m *User) XXX_DiscardUnknown()
- func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *User) XXX_Merge(src proto.Message)
- func (m *User) XXX_Size() int
- func (m *User) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var AccountUpdate_Type_name = map[int32]string{
0: "THREAD_ADDED",
1: "THREAD_REMOVED",
2: "ACCOUNT_PEER_ADDED",
3: "ACCOUNT_PEER_REMOVED",
}
View Source
var AccountUpdate_Type_value = map[string]int32{
"THREAD_ADDED": 0,
"THREAD_REMOVED": 1,
"ACCOUNT_PEER_ADDED": 2,
"ACCOUNT_PEER_REMOVED": 3,
}
View Source
var AddThreadConfig_Schema_Preset_name = map[int32]string{
0: "NONE",
1: "BLOB",
2: "CAMERA_ROLL",
3: "MEDIA",
}
View Source
var AddThreadConfig_Schema_Preset_value = map[string]int32{
"NONE": 0,
"BLOB": 1,
"CAMERA_ROLL": 2,
"MEDIA": 3,
}
View Source
var Block_BlockStatus_name = map[int32]string{
0: "READY",
1: "QUEUED",
2: "PENDING",
}
View Source
var Block_BlockStatus_value = map[string]int32{
"READY": 0,
"QUEUED": 1,
"PENDING": 2,
}
View Source
var Block_BlockType_name = map[int32]string{
0: "MERGE",
1: "IGNORE",
2: "FLAG",
3: "JOIN",
4: "ANNOUNCE",
5: "LEAVE",
6: "TEXT",
7: "FILES",
8: "COMMENT",
9: "LIKE",
50: "ADD",
}
View Source
var Block_BlockType_value = map[string]int32{
"MERGE": 0,
"IGNORE": 1,
"FLAG": 2,
"JOIN": 3,
"ANNOUNCE": 4,
"LEAVE": 5,
"TEXT": 6,
"FILES": 7,
"COMMENT": 8,
"LIKE": 9,
"ADD": 50,
}
View Source
var CafeHTTPRequest_Type_name = map[int32]string{
0: "PUT",
1: "POST",
2: "DELETE",
}
View Source
var CafeHTTPRequest_Type_value = map[string]int32{
"PUT": 0,
"POST": 1,
"DELETE": 2,
}
View Source
var CafeRequest_Status_name = map[int32]string{
0: "NEW",
1: "PENDING",
2: "COMPLETE",
}
View Source
var CafeRequest_Status_value = map[string]int32{
"NEW": 0,
"PENDING": 1,
"COMPLETE": 2,
}
View Source
var CafeRequest_Type_name = map[int32]string{
0: "STORE",
3: "UNSTORE",
1: "STORE_THREAD",
4: "UNSTORE_THREAD",
2: "INBOX",
}
View Source
var CafeRequest_Type_value = map[string]int32{
"STORE": 0,
"UNSTORE": 3,
"STORE_THREAD": 1,
"UNSTORE_THREAD": 4,
"INBOX": 2,
}
View Source
var FeedRequest_Mode_name = map[int32]string{
0: "CHRONO",
1: "ANNOTATED",
2: "STACKS",
}
View Source
var FeedRequest_Mode_value = map[string]int32{
"CHRONO": 0,
"ANNOTATED": 1,
"STACKS": 2,
}
View Source
var LogLevel_Level_name = map[int32]string{
0: "CRITICAL",
1: "ERROR",
2: "WARNING",
3: "NOTICE",
4: "INFO",
5: "DEBUG",
}
View Source
var LogLevel_Level_value = map[string]int32{
"CRITICAL": 0,
"ERROR": 1,
"WARNING": 2,
"NOTICE": 3,
"INFO": 4,
"DEBUG": 5,
}
View Source
var Message_Type_name = map[int32]string{
0: "PING",
1: "PONG",
10: "THREAD_ENVELOPE",
11: "THREAD_ENVELOPE_ACK",
50: "CAFE_CHALLENGE",
51: "CAFE_NONCE",
52: "CAFE_REGISTRATION",
72: "CAFE_DEREGISTRATION",
73: "CAFE_DEREGISTRATION_ACK",
53: "CAFE_SESSION",
54: "CAFE_REFRESH_SESSION",
55: "CAFE_STORE",
59: "CAFE_STORE_ACK",
74: "CAFE_UNSTORE",
75: "CAFE_UNSTORE_ACK",
56: "CAFE_OBJECT",
57: "CAFE_OBJECT_LIST",
58: "CAFE_STORE_THREAD",
76: "CAFE_STORE_THREAD_ACK",
77: "CAFE_UNSTORE_THREAD",
78: "CAFE_UNSTORE_THREAD_ACK",
60: "CAFE_DELIVER_MESSAGE",
61: "CAFE_CHECK_MESSAGES",
62: "CAFE_MESSAGES",
63: "CAFE_DELETE_MESSAGES",
64: "CAFE_DELETE_MESSAGES_ACK",
65: "CAFE_YOU_HAVE_MAIL",
66: "CAFE_PUBLISH_PEER",
67: "CAFE_PUBLISH_PEER_ACK",
70: "CAFE_QUERY",
71: "CAFE_QUERY_RES",
102: "CAFE_PUBSUB_QUERY",
103: "CAFE_PUBSUB_QUERY_RES",
500: "ERROR",
68: "CAFE_CONTACT_QUERY",
69: "CAFE_CONTACT_QUERY_RES",
100: "CAFE_PUBSUB_CONTACT_QUERY",
101: "CAFE_PUBSUB_CONTACT_QUERY_RES",
}
View Source
var Message_Type_value = map[string]int32{
"PING": 0,
"PONG": 1,
"THREAD_ENVELOPE": 10,
"THREAD_ENVELOPE_ACK": 11,
"CAFE_CHALLENGE": 50,
"CAFE_NONCE": 51,
"CAFE_REGISTRATION": 52,
"CAFE_DEREGISTRATION": 72,
"CAFE_DEREGISTRATION_ACK": 73,
"CAFE_SESSION": 53,
"CAFE_REFRESH_SESSION": 54,
"CAFE_STORE": 55,
"CAFE_STORE_ACK": 59,
"CAFE_UNSTORE": 74,
"CAFE_UNSTORE_ACK": 75,
"CAFE_OBJECT": 56,
"CAFE_OBJECT_LIST": 57,
"CAFE_STORE_THREAD": 58,
"CAFE_STORE_THREAD_ACK": 76,
"CAFE_UNSTORE_THREAD": 77,
"CAFE_UNSTORE_THREAD_ACK": 78,
"CAFE_DELIVER_MESSAGE": 60,
"CAFE_CHECK_MESSAGES": 61,
"CAFE_MESSAGES": 62,
"CAFE_DELETE_MESSAGES": 63,
"CAFE_DELETE_MESSAGES_ACK": 64,
"CAFE_YOU_HAVE_MAIL": 65,
"CAFE_PUBLISH_PEER": 66,
"CAFE_PUBLISH_PEER_ACK": 67,
"CAFE_QUERY": 70,
"CAFE_QUERY_RES": 71,
"CAFE_PUBSUB_QUERY": 102,
"CAFE_PUBSUB_QUERY_RES": 103,
"ERROR": 500,
"CAFE_CONTACT_QUERY": 68,
"CAFE_CONTACT_QUERY_RES": 69,
"CAFE_PUBSUB_CONTACT_QUERY": 100,
"CAFE_PUBSUB_CONTACT_QUERY_RES": 101,
}
View Source
var MobileEventType_name = map[int32]string{
0: "NODE_START",
1: "NODE_ONLINE",
2: "NODE_STOP",
10: "ACCOUNT_UPDATE",
11: "THREAD_UPDATE",
12: "NOTIFICATION",
20: "QUERY_RESPONSE",
30: "CAFE_SYNC_GROUP_UPDATE",
31: "CAFE_SYNC_GROUP_COMPLETE",
32: "CAFE_SYNC_GROUP_FAILED",
}
View Source
var MobileEventType_value = map[string]int32{
"NODE_START": 0,
"NODE_ONLINE": 1,
"NODE_STOP": 2,
"ACCOUNT_UPDATE": 10,
"THREAD_UPDATE": 11,
"NOTIFICATION": 12,
"QUERY_RESPONSE": 20,
"CAFE_SYNC_GROUP_UPDATE": 30,
"CAFE_SYNC_GROUP_COMPLETE": 31,
"CAFE_SYNC_GROUP_FAILED": 32,
}
View Source
var MobileQueryEvent_Type_name = map[int32]string{
0: "DATA",
1: "DONE",
2: "ERROR",
}
View Source
var MobileQueryEvent_Type_value = map[string]int32{
"DATA": 0,
"DONE": 1,
"ERROR": 2,
}
View Source
var Notification_Type_name = map[int32]string{
0: "INVITE_RECEIVED",
1: "ACCOUNT_PEER_JOINED",
8: "ACCOUNT_PEER_LEFT",
2: "PEER_JOINED",
3: "PEER_LEFT",
4: "MESSAGE_ADDED",
5: "FILES_ADDED",
6: "COMMENT_ADDED",
7: "LIKE_ADDED",
}
View Source
var Notification_Type_value = map[string]int32{
"INVITE_RECEIVED": 0,
"ACCOUNT_PEER_JOINED": 1,
"ACCOUNT_PEER_LEFT": 8,
"PEER_JOINED": 2,
"PEER_LEFT": 3,
"MESSAGE_ADDED": 4,
"FILES_ADDED": 5,
"COMMENT_ADDED": 6,
"LIKE_ADDED": 7,
}
View Source
var PubSubQuery_ResponseType_name = map[int32]string{
0: "P2P",
1: "PUBSUB",
}
View Source
var PubSubQuery_ResponseType_value = map[string]int32{
"P2P": 0,
"PUBSUB": 1,
}
View Source
var QueryOptions_FilterType_name = map[int32]string{
0: "NO_FILTER",
1: "HIDE_OLDER",
}
View Source
var QueryOptions_FilterType_value = map[string]int32{
"NO_FILTER": 0,
"HIDE_OLDER": 1,
}
View Source
var Query_Type_name = map[int32]string{
0: "THREAD_SNAPSHOTS",
1: "CONTACTS",
}
View Source
var Query_Type_value = map[string]int32{
"THREAD_SNAPSHOTS": 0,
"CONTACTS": 1,
}
View Source
var Thread_Sharing_name = map[int32]string{
0: "NOT_SHARED",
1: "INVITE_ONLY",
2: "SHARED",
}
View Source
var Thread_Sharing_value = map[string]int32{
"NOT_SHARED": 0,
"INVITE_ONLY": 1,
"SHARED": 2,
}
View Source
var Thread_State_name = map[int32]string{
0: "LOADING_TAIL",
1: "LOADED",
2: "LOADING_HEAD",
}
View Source
var Thread_State_value = map[string]int32{
"LOADING_TAIL": 0,
"LOADED": 1,
"LOADING_HEAD": 2,
}
View Source
var Thread_Type_name = map[int32]string{
0: "PRIVATE",
1: "READ_ONLY",
2: "PUBLIC",
3: "OPEN",
}
View Source
var Thread_Type_value = map[string]int32{
"PRIVATE": 0,
"READ_ONLY": 1,
"PUBLIC": 2,
"OPEN": 3,
}
Functions ¶
func ToInterface ¶ added in v0.1.10
func ToMap ¶ added in v0.1.10
ToMap converts a pb.Struct to a map from strings to Go types. ToMap panics if s is invalid.
Types ¶
type AccountUpdate ¶ added in v0.3.0
type AccountUpdate struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` // Deprecated: Do not use. Type AccountUpdate_Type `protobuf:"varint,3,opt,name=type,proto3,enum=AccountUpdate_Type" json:"type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccountUpdate) Descriptor ¶ added in v0.3.0
func (*AccountUpdate) Descriptor() ([]byte, []int)
func (*AccountUpdate) GetId ¶ added in v0.3.0
func (m *AccountUpdate) GetId() string
func (*AccountUpdate) GetKey
deprecated
added in
v0.3.0
func (m *AccountUpdate) GetKey() string
Deprecated: Do not use.
func (*AccountUpdate) GetType ¶ added in v0.3.0
func (m *AccountUpdate) GetType() AccountUpdate_Type
func (*AccountUpdate) ProtoMessage ¶ added in v0.3.0
func (*AccountUpdate) ProtoMessage()
func (*AccountUpdate) Reset ¶ added in v0.3.0
func (m *AccountUpdate) Reset()
func (*AccountUpdate) String ¶ added in v0.3.0
func (m *AccountUpdate) String() string
func (*AccountUpdate) XXX_DiscardUnknown ¶ added in v0.3.0
func (m *AccountUpdate) XXX_DiscardUnknown()
func (*AccountUpdate) XXX_Marshal ¶ added in v0.3.0
func (m *AccountUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountUpdate) XXX_Merge ¶ added in v0.3.0
func (dst *AccountUpdate) XXX_Merge(src proto.Message)
func (*AccountUpdate) XXX_Size ¶ added in v0.3.0
func (m *AccountUpdate) XXX_Size() int
func (*AccountUpdate) XXX_Unmarshal ¶ added in v0.3.0
func (m *AccountUpdate) XXX_Unmarshal(b []byte) error
type AccountUpdate_Type ¶ added in v0.3.0
type AccountUpdate_Type int32
const ( AccountUpdate_THREAD_ADDED AccountUpdate_Type = 0 AccountUpdate_THREAD_REMOVED AccountUpdate_Type = 1 AccountUpdate_ACCOUNT_PEER_ADDED AccountUpdate_Type = 2 AccountUpdate_ACCOUNT_PEER_REMOVED AccountUpdate_Type = 3 )
func (AccountUpdate_Type) EnumDescriptor ¶ added in v0.3.0
func (AccountUpdate_Type) EnumDescriptor() ([]byte, []int)
func (AccountUpdate_Type) String ¶ added in v0.3.0
func (x AccountUpdate_Type) String() string
type AddThreadConfig ¶ added in v0.1.10
type AddThreadConfig struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Schema *AddThreadConfig_Schema `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"` Type Thread_Type `protobuf:"varint,4,opt,name=type,proto3,enum=Thread_Type" json:"type,omitempty"` Sharing Thread_Sharing `protobuf:"varint,5,opt,name=sharing,proto3,enum=Thread_Sharing" json:"sharing,omitempty"` Whitelist []string `protobuf:"bytes,6,rep,name=whitelist,proto3" json:"whitelist,omitempty"` Force bool `protobuf:"varint,7,opt,name=force,proto3" json:"force,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddThreadConfig) Descriptor ¶ added in v0.1.10
func (*AddThreadConfig) Descriptor() ([]byte, []int)
func (*AddThreadConfig) GetForce ¶ added in v0.1.10
func (m *AddThreadConfig) GetForce() bool
func (*AddThreadConfig) GetKey ¶ added in v0.1.10
func (m *AddThreadConfig) GetKey() string
func (*AddThreadConfig) GetName ¶ added in v0.1.10
func (m *AddThreadConfig) GetName() string
func (*AddThreadConfig) GetSchema ¶ added in v0.1.10
func (m *AddThreadConfig) GetSchema() *AddThreadConfig_Schema
func (*AddThreadConfig) GetSharing ¶ added in v0.1.10
func (m *AddThreadConfig) GetSharing() Thread_Sharing
func (*AddThreadConfig) GetType ¶ added in v0.1.10
func (m *AddThreadConfig) GetType() Thread_Type
func (*AddThreadConfig) GetWhitelist ¶ added in v0.1.12
func (m *AddThreadConfig) GetWhitelist() []string
func (*AddThreadConfig) ProtoMessage ¶ added in v0.1.10
func (*AddThreadConfig) ProtoMessage()
func (*AddThreadConfig) Reset ¶ added in v0.1.10
func (m *AddThreadConfig) Reset()
func (*AddThreadConfig) String ¶ added in v0.1.10
func (m *AddThreadConfig) String() string
func (*AddThreadConfig) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *AddThreadConfig) XXX_DiscardUnknown()
func (*AddThreadConfig) XXX_Marshal ¶ added in v0.1.10
func (m *AddThreadConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddThreadConfig) XXX_Merge ¶ added in v0.1.10
func (dst *AddThreadConfig) XXX_Merge(src proto.Message)
func (*AddThreadConfig) XXX_Size ¶ added in v0.1.10
func (m *AddThreadConfig) XXX_Size() int
func (*AddThreadConfig) XXX_Unmarshal ¶ added in v0.1.10
func (m *AddThreadConfig) XXX_Unmarshal(b []byte) error
type AddThreadConfig_Schema ¶ added in v0.1.10
type AddThreadConfig_Schema struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Json string `protobuf:"bytes,2,opt,name=json,proto3" json:"json,omitempty"` Preset AddThreadConfig_Schema_Preset `protobuf:"varint,3,opt,name=preset,proto3,enum=AddThreadConfig_Schema_Preset" json:"preset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddThreadConfig_Schema) Descriptor ¶ added in v0.1.10
func (*AddThreadConfig_Schema) Descriptor() ([]byte, []int)
func (*AddThreadConfig_Schema) GetId ¶ added in v0.1.10
func (m *AddThreadConfig_Schema) GetId() string
func (*AddThreadConfig_Schema) GetJson ¶ added in v0.1.10
func (m *AddThreadConfig_Schema) GetJson() string
func (*AddThreadConfig_Schema) GetPreset ¶ added in v0.1.10
func (m *AddThreadConfig_Schema) GetPreset() AddThreadConfig_Schema_Preset
func (*AddThreadConfig_Schema) ProtoMessage ¶ added in v0.1.10
func (*AddThreadConfig_Schema) ProtoMessage()
func (*AddThreadConfig_Schema) Reset ¶ added in v0.1.10
func (m *AddThreadConfig_Schema) Reset()
func (*AddThreadConfig_Schema) String ¶ added in v0.1.10
func (m *AddThreadConfig_Schema) String() string
func (*AddThreadConfig_Schema) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *AddThreadConfig_Schema) XXX_DiscardUnknown()
func (*AddThreadConfig_Schema) XXX_Marshal ¶ added in v0.1.10
func (m *AddThreadConfig_Schema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AddThreadConfig_Schema) XXX_Merge ¶ added in v0.1.10
func (dst *AddThreadConfig_Schema) XXX_Merge(src proto.Message)
func (*AddThreadConfig_Schema) XXX_Size ¶ added in v0.1.10
func (m *AddThreadConfig_Schema) XXX_Size() int
func (*AddThreadConfig_Schema) XXX_Unmarshal ¶ added in v0.1.10
func (m *AddThreadConfig_Schema) XXX_Unmarshal(b []byte) error
type AddThreadConfig_Schema_Preset ¶ added in v0.1.10
type AddThreadConfig_Schema_Preset int32
const ( AddThreadConfig_Schema_NONE AddThreadConfig_Schema_Preset = 0 AddThreadConfig_Schema_BLOB AddThreadConfig_Schema_Preset = 1 AddThreadConfig_Schema_CAMERA_ROLL AddThreadConfig_Schema_Preset = 2 AddThreadConfig_Schema_MEDIA AddThreadConfig_Schema_Preset = 3 )
func (AddThreadConfig_Schema_Preset) EnumDescriptor ¶ added in v0.1.10
func (AddThreadConfig_Schema_Preset) EnumDescriptor() ([]byte, []int)
func (AddThreadConfig_Schema_Preset) String ¶ added in v0.1.10
func (x AddThreadConfig_Schema_Preset) String() string
type Announce ¶ added in v0.1.10
type Announce struct { Block string `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` User *User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Announce) Descriptor ¶ added in v0.1.10
func (*Announce) ProtoMessage ¶ added in v0.1.10
func (*Announce) ProtoMessage()
func (*Announce) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Announce) XXX_DiscardUnknown()
func (*Announce) XXX_Marshal ¶ added in v0.1.10
func (*Announce) XXX_Unmarshal ¶ added in v0.1.10
type Block ¶
type Block struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Thread string `protobuf:"bytes,2,opt,name=thread,proto3" json:"thread,omitempty"` Author string `protobuf:"bytes,3,opt,name=author,proto3" json:"author,omitempty"` Type Block_BlockType `protobuf:"varint,4,opt,name=type,proto3,enum=Block_BlockType" json:"type,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,5,opt,name=date,proto3" json:"date,omitempty"` Parents []string `protobuf:"bytes,6,rep,name=parents,proto3" json:"parents,omitempty"` Target string `protobuf:"bytes,7,opt,name=target,proto3" json:"target,omitempty"` Data string `protobuf:"bytes,9,opt,name=data,proto3" json:"data,omitempty"` Body string `protobuf:"bytes,8,opt,name=body,proto3" json:"body,omitempty"` Status Block_BlockStatus `protobuf:"varint,10,opt,name=status,proto3,enum=Block_BlockStatus" json:"status,omitempty"` Attempts int32 `protobuf:"varint,11,opt,name=attempts,proto3" json:"attempts,omitempty"` // view info User *User `protobuf:"bytes,101,opt,name=user,proto3" json:"user,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Block) Descriptor ¶
func (*Block) GetAttempts ¶ added in v0.4.1
func (*Block) GetParents ¶ added in v0.1.10
func (*Block) GetStatus ¶ added in v0.4.1
func (m *Block) GetStatus() Block_BlockStatus
func (*Block) GetType ¶ added in v0.1.10
func (m *Block) GetType() Block_BlockType
func (*Block) ProtoMessage ¶
func (*Block) ProtoMessage()
func (*Block) XXX_DiscardUnknown ¶
func (m *Block) XXX_DiscardUnknown()
func (*Block) XXX_Marshal ¶
func (*Block) XXX_Unmarshal ¶
type BlockList ¶ added in v0.1.10
type BlockList struct { Items []*Block `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BlockList) Descriptor ¶ added in v0.1.10
func (*BlockList) ProtoMessage ¶ added in v0.1.10
func (*BlockList) ProtoMessage()
func (*BlockList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *BlockList) XXX_DiscardUnknown()
func (*BlockList) XXX_Marshal ¶ added in v0.1.10
func (*BlockList) XXX_Unmarshal ¶ added in v0.1.10
type BlockMessage ¶ added in v0.1.10
type BlockMessage struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Peer string `protobuf:"bytes,2,opt,name=peer,proto3" json:"peer,omitempty"` Env *Envelope `protobuf:"bytes,3,opt,name=env,proto3" json:"env,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BlockMessage) Descriptor ¶ added in v0.1.10
func (*BlockMessage) Descriptor() ([]byte, []int)
func (*BlockMessage) GetDate ¶ added in v0.1.10
func (m *BlockMessage) GetDate() *timestamp.Timestamp
func (*BlockMessage) GetEnv ¶ added in v0.1.10
func (m *BlockMessage) GetEnv() *Envelope
func (*BlockMessage) GetId ¶ added in v0.1.10
func (m *BlockMessage) GetId() string
func (*BlockMessage) GetPeer ¶ added in v0.1.10
func (m *BlockMessage) GetPeer() string
func (*BlockMessage) ProtoMessage ¶ added in v0.1.10
func (*BlockMessage) ProtoMessage()
func (*BlockMessage) Reset ¶ added in v0.1.10
func (m *BlockMessage) Reset()
func (*BlockMessage) String ¶ added in v0.1.10
func (m *BlockMessage) String() string
func (*BlockMessage) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *BlockMessage) XXX_DiscardUnknown()
func (*BlockMessage) XXX_Marshal ¶ added in v0.1.10
func (m *BlockMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BlockMessage) XXX_Merge ¶ added in v0.1.10
func (dst *BlockMessage) XXX_Merge(src proto.Message)
func (*BlockMessage) XXX_Size ¶ added in v0.1.10
func (m *BlockMessage) XXX_Size() int
func (*BlockMessage) XXX_Unmarshal ¶ added in v0.1.10
func (m *BlockMessage) XXX_Unmarshal(b []byte) error
type BlockViz ¶ added in v0.1.10
type BlockViz struct { Dots string `protobuf:"bytes,1,opt,name=dots,proto3" json:"dots,omitempty"` Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` Next string `protobuf:"bytes,3,opt,name=next,proto3" json:"next,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BlockViz) Descriptor ¶ added in v0.1.10
func (*BlockViz) ProtoMessage ¶ added in v0.1.10
func (*BlockViz) ProtoMessage()
func (*BlockViz) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *BlockViz) XXX_DiscardUnknown()
func (*BlockViz) XXX_Marshal ¶ added in v0.1.10
func (*BlockViz) XXX_Unmarshal ¶ added in v0.1.10
type Block_BlockStatus ¶ added in v0.4.1
type Block_BlockStatus int32
const ( Block_READY Block_BlockStatus = 0 Block_QUEUED Block_BlockStatus = 1 Block_PENDING Block_BlockStatus = 2 )
func (Block_BlockStatus) EnumDescriptor ¶ added in v0.4.1
func (Block_BlockStatus) EnumDescriptor() ([]byte, []int)
func (Block_BlockStatus) String ¶ added in v0.4.1
func (x Block_BlockStatus) String() string
type Block_BlockType ¶ added in v0.1.10
type Block_BlockType int32
const ( Block_MERGE Block_BlockType = 0 // Deprecated: Do not use. Block_IGNORE Block_BlockType = 1 Block_FLAG Block_BlockType = 2 Block_JOIN Block_BlockType = 3 Block_ANNOUNCE Block_BlockType = 4 Block_LEAVE Block_BlockType = 5 Block_TEXT Block_BlockType = 6 Block_FILES Block_BlockType = 7 Block_COMMENT Block_BlockType = 8 // Deprecated: Do not use. Block_LIKE Block_BlockType = 9 Block_ADD Block_BlockType = 50 )
func (Block_BlockType) EnumDescriptor ¶ added in v0.1.10
func (Block_BlockType) EnumDescriptor() ([]byte, []int)
func (Block_BlockType) String ¶ added in v0.1.10
func (x Block_BlockType) String() string
type Cafe ¶ added in v0.1.10
type Cafe struct { Peer string `protobuf:"bytes,1,opt,name=peer,proto3" json:"peer,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Api string `protobuf:"bytes,3,opt,name=api,proto3" json:"api,omitempty"` Protocol string `protobuf:"bytes,4,opt,name=protocol,proto3" json:"protocol,omitempty"` Node string `protobuf:"bytes,5,opt,name=node,proto3" json:"node,omitempty"` Url string `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Cafe) Descriptor ¶ added in v0.1.10
func (*Cafe) GetAddress ¶ added in v0.1.10
func (*Cafe) GetProtocol ¶ added in v0.1.10
func (*Cafe) ProtoMessage ¶ added in v0.1.10
func (*Cafe) ProtoMessage()
func (*Cafe) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Cafe) XXX_DiscardUnknown()
func (*Cafe) XXX_Marshal ¶ added in v0.1.10
func (*Cafe) XXX_Unmarshal ¶ added in v0.1.10
type CafeChallenge ¶ added in v0.1.10
type CafeChallenge struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeChallenge) Descriptor ¶ added in v0.1.10
func (*CafeChallenge) Descriptor() ([]byte, []int)
func (*CafeChallenge) GetAddress ¶ added in v0.1.10
func (m *CafeChallenge) GetAddress() string
func (*CafeChallenge) ProtoMessage ¶ added in v0.1.10
func (*CafeChallenge) ProtoMessage()
func (*CafeChallenge) Reset ¶ added in v0.1.10
func (m *CafeChallenge) Reset()
func (*CafeChallenge) String ¶ added in v0.1.10
func (m *CafeChallenge) String() string
func (*CafeChallenge) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeChallenge) XXX_DiscardUnknown()
func (*CafeChallenge) XXX_Marshal ¶ added in v0.1.10
func (m *CafeChallenge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeChallenge) XXX_Merge ¶ added in v0.1.10
func (dst *CafeChallenge) XXX_Merge(src proto.Message)
func (*CafeChallenge) XXX_Size ¶ added in v0.1.10
func (m *CafeChallenge) XXX_Size() int
func (*CafeChallenge) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeChallenge) XXX_Unmarshal(b []byte) error
type CafeCheckMessages ¶ added in v0.1.10
type CafeCheckMessages struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeCheckMessages) Descriptor ¶ added in v0.1.10
func (*CafeCheckMessages) Descriptor() ([]byte, []int)
func (*CafeCheckMessages) GetToken ¶ added in v0.1.10
func (m *CafeCheckMessages) GetToken() string
func (*CafeCheckMessages) ProtoMessage ¶ added in v0.1.10
func (*CafeCheckMessages) ProtoMessage()
func (*CafeCheckMessages) Reset ¶ added in v0.1.10
func (m *CafeCheckMessages) Reset()
func (*CafeCheckMessages) String ¶ added in v0.1.10
func (m *CafeCheckMessages) String() string
func (*CafeCheckMessages) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeCheckMessages) XXX_DiscardUnknown()
func (*CafeCheckMessages) XXX_Marshal ¶ added in v0.1.10
func (m *CafeCheckMessages) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeCheckMessages) XXX_Merge ¶ added in v0.1.10
func (dst *CafeCheckMessages) XXX_Merge(src proto.Message)
func (*CafeCheckMessages) XXX_Size ¶ added in v0.1.10
func (m *CafeCheckMessages) XXX_Size() int
func (*CafeCheckMessages) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeCheckMessages) XXX_Unmarshal(b []byte) error
type CafeClient ¶ added in v0.1.10
type CafeClient struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Created *timestamp.Timestamp `protobuf:"bytes,3,opt,name=created,proto3" json:"created,omitempty"` Seen *timestamp.Timestamp `protobuf:"bytes,4,opt,name=seen,proto3" json:"seen,omitempty"` Token string `protobuf:"bytes,5,opt,name=token,proto3" json:"token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeClient) Descriptor ¶ added in v0.1.10
func (*CafeClient) Descriptor() ([]byte, []int)
func (*CafeClient) GetAddress ¶ added in v0.1.10
func (m *CafeClient) GetAddress() string
func (*CafeClient) GetCreated ¶ added in v0.1.10
func (m *CafeClient) GetCreated() *timestamp.Timestamp
func (*CafeClient) GetId ¶ added in v0.1.10
func (m *CafeClient) GetId() string
func (*CafeClient) GetSeen ¶ added in v0.1.10
func (m *CafeClient) GetSeen() *timestamp.Timestamp
func (*CafeClient) GetToken ¶ added in v0.1.10
func (m *CafeClient) GetToken() string
func (*CafeClient) ProtoMessage ¶ added in v0.1.10
func (*CafeClient) ProtoMessage()
func (*CafeClient) Reset ¶ added in v0.1.10
func (m *CafeClient) Reset()
func (*CafeClient) String ¶ added in v0.1.10
func (m *CafeClient) String() string
func (*CafeClient) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeClient) XXX_DiscardUnknown()
func (*CafeClient) XXX_Marshal ¶ added in v0.1.10
func (m *CafeClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeClient) XXX_Merge ¶ added in v0.1.10
func (dst *CafeClient) XXX_Merge(src proto.Message)
func (*CafeClient) XXX_Size ¶ added in v0.1.10
func (m *CafeClient) XXX_Size() int
func (*CafeClient) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeClient) XXX_Unmarshal(b []byte) error
type CafeClientList ¶ added in v0.1.10
type CafeClientList struct { Items []*CafeClient `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeClientList) Descriptor ¶ added in v0.1.10
func (*CafeClientList) Descriptor() ([]byte, []int)
func (*CafeClientList) GetItems ¶ added in v0.1.10
func (m *CafeClientList) GetItems() []*CafeClient
func (*CafeClientList) ProtoMessage ¶ added in v0.1.10
func (*CafeClientList) ProtoMessage()
func (*CafeClientList) Reset ¶ added in v0.1.10
func (m *CafeClientList) Reset()
func (*CafeClientList) String ¶ added in v0.1.10
func (m *CafeClientList) String() string
func (*CafeClientList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeClientList) XXX_DiscardUnknown()
func (*CafeClientList) XXX_Marshal ¶ added in v0.1.10
func (m *CafeClientList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeClientList) XXX_Merge ¶ added in v0.1.10
func (dst *CafeClientList) XXX_Merge(src proto.Message)
func (*CafeClientList) XXX_Size ¶ added in v0.1.10
func (m *CafeClientList) XXX_Size() int
func (*CafeClientList) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeClientList) XXX_Unmarshal(b []byte) error
type CafeClientMessage ¶ added in v0.1.10
type CafeClientMessage struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Peer string `protobuf:"bytes,2,opt,name=peer,proto3" json:"peer,omitempty"` Client string `protobuf:"bytes,3,opt,name=client,proto3" json:"client,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeClientMessage) Descriptor ¶ added in v0.1.10
func (*CafeClientMessage) Descriptor() ([]byte, []int)
func (*CafeClientMessage) GetClient ¶ added in v0.1.10
func (m *CafeClientMessage) GetClient() string
func (*CafeClientMessage) GetDate ¶ added in v0.1.10
func (m *CafeClientMessage) GetDate() *timestamp.Timestamp
func (*CafeClientMessage) GetId ¶ added in v0.1.10
func (m *CafeClientMessage) GetId() string
func (*CafeClientMessage) GetPeer ¶ added in v0.1.10
func (m *CafeClientMessage) GetPeer() string
func (*CafeClientMessage) ProtoMessage ¶ added in v0.1.10
func (*CafeClientMessage) ProtoMessage()
func (*CafeClientMessage) Reset ¶ added in v0.1.10
func (m *CafeClientMessage) Reset()
func (*CafeClientMessage) String ¶ added in v0.1.10
func (m *CafeClientMessage) String() string
func (*CafeClientMessage) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeClientMessage) XXX_DiscardUnknown()
func (*CafeClientMessage) XXX_Marshal ¶ added in v0.1.10
func (m *CafeClientMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeClientMessage) XXX_Merge ¶ added in v0.1.10
func (dst *CafeClientMessage) XXX_Merge(src proto.Message)
func (*CafeClientMessage) XXX_Size ¶ added in v0.1.10
func (m *CafeClientMessage) XXX_Size() int
func (*CafeClientMessage) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeClientMessage) XXX_Unmarshal(b []byte) error
type CafeClientNonce ¶ added in v0.1.10
type CafeClientNonce struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeClientNonce) Descriptor ¶ added in v0.1.10
func (*CafeClientNonce) Descriptor() ([]byte, []int)
func (*CafeClientNonce) GetAddress ¶ added in v0.1.10
func (m *CafeClientNonce) GetAddress() string
func (*CafeClientNonce) GetDate ¶ added in v0.1.10
func (m *CafeClientNonce) GetDate() *timestamp.Timestamp
func (*CafeClientNonce) GetValue ¶ added in v0.1.10
func (m *CafeClientNonce) GetValue() string
func (*CafeClientNonce) ProtoMessage ¶ added in v0.1.10
func (*CafeClientNonce) ProtoMessage()
func (*CafeClientNonce) Reset ¶ added in v0.1.10
func (m *CafeClientNonce) Reset()
func (*CafeClientNonce) String ¶ added in v0.1.10
func (m *CafeClientNonce) String() string
func (*CafeClientNonce) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeClientNonce) XXX_DiscardUnknown()
func (*CafeClientNonce) XXX_Marshal ¶ added in v0.1.10
func (m *CafeClientNonce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeClientNonce) XXX_Merge ¶ added in v0.1.10
func (dst *CafeClientNonce) XXX_Merge(src proto.Message)
func (*CafeClientNonce) XXX_Size ¶ added in v0.1.10
func (m *CafeClientNonce) XXX_Size() int
func (*CafeClientNonce) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeClientNonce) XXX_Unmarshal(b []byte) error
type CafeClientThread ¶ added in v0.1.10
type CafeClientThread struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Client string `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"` Ciphertext []byte `protobuf:"bytes,3,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeClientThread) Descriptor ¶ added in v0.1.10
func (*CafeClientThread) Descriptor() ([]byte, []int)
func (*CafeClientThread) GetCiphertext ¶ added in v0.1.10
func (m *CafeClientThread) GetCiphertext() []byte
func (*CafeClientThread) GetClient ¶ added in v0.1.10
func (m *CafeClientThread) GetClient() string
func (*CafeClientThread) GetId ¶ added in v0.1.10
func (m *CafeClientThread) GetId() string
func (*CafeClientThread) ProtoMessage ¶ added in v0.1.10
func (*CafeClientThread) ProtoMessage()
func (*CafeClientThread) Reset ¶ added in v0.1.10
func (m *CafeClientThread) Reset()
func (*CafeClientThread) String ¶ added in v0.1.10
func (m *CafeClientThread) String() string
func (*CafeClientThread) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeClientThread) XXX_DiscardUnknown()
func (*CafeClientThread) XXX_Marshal ¶ added in v0.1.10
func (m *CafeClientThread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeClientThread) XXX_Merge ¶ added in v0.1.10
func (dst *CafeClientThread) XXX_Merge(src proto.Message)
func (*CafeClientThread) XXX_Size ¶ added in v0.1.10
func (m *CafeClientThread) XXX_Size() int
func (*CafeClientThread) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeClientThread) XXX_Unmarshal(b []byte) error
type CafeDeleteMessages ¶ added in v0.1.10
type CafeDeleteMessages struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeDeleteMessages) Descriptor ¶ added in v0.1.10
func (*CafeDeleteMessages) Descriptor() ([]byte, []int)
func (*CafeDeleteMessages) GetToken ¶ added in v0.1.10
func (m *CafeDeleteMessages) GetToken() string
func (*CafeDeleteMessages) ProtoMessage ¶ added in v0.1.10
func (*CafeDeleteMessages) ProtoMessage()
func (*CafeDeleteMessages) Reset ¶ added in v0.1.10
func (m *CafeDeleteMessages) Reset()
func (*CafeDeleteMessages) String ¶ added in v0.1.10
func (m *CafeDeleteMessages) String() string
func (*CafeDeleteMessages) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeDeleteMessages) XXX_DiscardUnknown()
func (*CafeDeleteMessages) XXX_Marshal ¶ added in v0.1.10
func (m *CafeDeleteMessages) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeDeleteMessages) XXX_Merge ¶ added in v0.1.10
func (dst *CafeDeleteMessages) XXX_Merge(src proto.Message)
func (*CafeDeleteMessages) XXX_Size ¶ added in v0.1.10
func (m *CafeDeleteMessages) XXX_Size() int
func (*CafeDeleteMessages) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeDeleteMessages) XXX_Unmarshal(b []byte) error
type CafeDeleteMessagesAck ¶ added in v0.1.10
type CafeDeleteMessagesAck struct { More bool `protobuf:"varint,1,opt,name=more,proto3" json:"more,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeDeleteMessagesAck) Descriptor ¶ added in v0.1.10
func (*CafeDeleteMessagesAck) Descriptor() ([]byte, []int)
func (*CafeDeleteMessagesAck) GetMore ¶ added in v0.1.10
func (m *CafeDeleteMessagesAck) GetMore() bool
func (*CafeDeleteMessagesAck) ProtoMessage ¶ added in v0.1.10
func (*CafeDeleteMessagesAck) ProtoMessage()
func (*CafeDeleteMessagesAck) Reset ¶ added in v0.1.10
func (m *CafeDeleteMessagesAck) Reset()
func (*CafeDeleteMessagesAck) String ¶ added in v0.1.10
func (m *CafeDeleteMessagesAck) String() string
func (*CafeDeleteMessagesAck) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeDeleteMessagesAck) XXX_DiscardUnknown()
func (*CafeDeleteMessagesAck) XXX_Marshal ¶ added in v0.1.10
func (m *CafeDeleteMessagesAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeDeleteMessagesAck) XXX_Merge ¶ added in v0.1.10
func (dst *CafeDeleteMessagesAck) XXX_Merge(src proto.Message)
func (*CafeDeleteMessagesAck) XXX_Size ¶ added in v0.1.10
func (m *CafeDeleteMessagesAck) XXX_Size() int
func (*CafeDeleteMessagesAck) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeDeleteMessagesAck) XXX_Unmarshal(b []byte) error
type CafeDeliverMessage ¶ added in v0.1.10
type CafeDeliverMessage struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Client string `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"` Env []byte `protobuf:"bytes,3,opt,name=env,proto3" json:"env,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeDeliverMessage) Descriptor ¶ added in v0.1.10
func (*CafeDeliverMessage) Descriptor() ([]byte, []int)
func (*CafeDeliverMessage) GetClient ¶ added in v0.1.10
func (m *CafeDeliverMessage) GetClient() string
func (*CafeDeliverMessage) GetEnv ¶ added in v0.2.5
func (m *CafeDeliverMessage) GetEnv() []byte
func (*CafeDeliverMessage) GetId ¶ added in v0.1.10
func (m *CafeDeliverMessage) GetId() string
func (*CafeDeliverMessage) ProtoMessage ¶ added in v0.1.10
func (*CafeDeliverMessage) ProtoMessage()
func (*CafeDeliverMessage) Reset ¶ added in v0.1.10
func (m *CafeDeliverMessage) Reset()
func (*CafeDeliverMessage) String ¶ added in v0.1.10
func (m *CafeDeliverMessage) String() string
func (*CafeDeliverMessage) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeDeliverMessage) XXX_DiscardUnknown()
func (*CafeDeliverMessage) XXX_Marshal ¶ added in v0.1.10
func (m *CafeDeliverMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeDeliverMessage) XXX_Merge ¶ added in v0.1.10
func (dst *CafeDeliverMessage) XXX_Merge(src proto.Message)
func (*CafeDeliverMessage) XXX_Size ¶ added in v0.1.10
func (m *CafeDeliverMessage) XXX_Size() int
func (*CafeDeliverMessage) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeDeliverMessage) XXX_Unmarshal(b []byte) error
type CafeDeregistration ¶ added in v0.1.10
type CafeDeregistration struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeDeregistration) Descriptor ¶ added in v0.1.10
func (*CafeDeregistration) Descriptor() ([]byte, []int)
func (*CafeDeregistration) GetToken ¶ added in v0.1.10
func (m *CafeDeregistration) GetToken() string
func (*CafeDeregistration) ProtoMessage ¶ added in v0.1.10
func (*CafeDeregistration) ProtoMessage()
func (*CafeDeregistration) Reset ¶ added in v0.1.10
func (m *CafeDeregistration) Reset()
func (*CafeDeregistration) String ¶ added in v0.1.10
func (m *CafeDeregistration) String() string
func (*CafeDeregistration) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeDeregistration) XXX_DiscardUnknown()
func (*CafeDeregistration) XXX_Marshal ¶ added in v0.1.10
func (m *CafeDeregistration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeDeregistration) XXX_Merge ¶ added in v0.1.10
func (dst *CafeDeregistration) XXX_Merge(src proto.Message)
func (*CafeDeregistration) XXX_Size ¶ added in v0.1.10
func (m *CafeDeregistration) XXX_Size() int
func (*CafeDeregistration) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeDeregistration) XXX_Unmarshal(b []byte) error
type CafeDeregistrationAck ¶ added in v0.1.10
type CafeDeregistrationAck struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeDeregistrationAck) Descriptor ¶ added in v0.1.10
func (*CafeDeregistrationAck) Descriptor() ([]byte, []int)
func (*CafeDeregistrationAck) GetId ¶ added in v0.1.10
func (m *CafeDeregistrationAck) GetId() string
func (*CafeDeregistrationAck) ProtoMessage ¶ added in v0.1.10
func (*CafeDeregistrationAck) ProtoMessage()
func (*CafeDeregistrationAck) Reset ¶ added in v0.1.10
func (m *CafeDeregistrationAck) Reset()
func (*CafeDeregistrationAck) String ¶ added in v0.1.10
func (m *CafeDeregistrationAck) String() string
func (*CafeDeregistrationAck) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeDeregistrationAck) XXX_DiscardUnknown()
func (*CafeDeregistrationAck) XXX_Marshal ¶ added in v0.1.10
func (m *CafeDeregistrationAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeDeregistrationAck) XXX_Merge ¶ added in v0.1.10
func (dst *CafeDeregistrationAck) XXX_Merge(src proto.Message)
func (*CafeDeregistrationAck) XXX_Size ¶ added in v0.1.10
func (m *CafeDeregistrationAck) XXX_Size() int
func (*CafeDeregistrationAck) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeDeregistrationAck) XXX_Unmarshal(b []byte) error
type CafeHTTPRequest ¶ added in v0.1.12
type CafeHTTPRequest struct { Type CafeHTTPRequest_Type `protobuf:"varint,1,opt,name=type,proto3,enum=CafeHTTPRequest_Type" json:"type,omitempty"` Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` Headers map[string]string `` /* 155-byte string literal not displayed */ Path string `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeHTTPRequest) Descriptor ¶ added in v0.1.12
func (*CafeHTTPRequest) Descriptor() ([]byte, []int)
func (*CafeHTTPRequest) GetHeaders ¶ added in v0.1.12
func (m *CafeHTTPRequest) GetHeaders() map[string]string
func (*CafeHTTPRequest) GetPath ¶ added in v0.3.0
func (m *CafeHTTPRequest) GetPath() string
func (*CafeHTTPRequest) GetType ¶ added in v0.1.12
func (m *CafeHTTPRequest) GetType() CafeHTTPRequest_Type
func (*CafeHTTPRequest) GetUrl ¶ added in v0.1.12
func (m *CafeHTTPRequest) GetUrl() string
func (*CafeHTTPRequest) ProtoMessage ¶ added in v0.1.12
func (*CafeHTTPRequest) ProtoMessage()
func (*CafeHTTPRequest) Reset ¶ added in v0.1.12
func (m *CafeHTTPRequest) Reset()
func (*CafeHTTPRequest) String ¶ added in v0.1.12
func (m *CafeHTTPRequest) String() string
func (*CafeHTTPRequest) XXX_DiscardUnknown ¶ added in v0.1.12
func (m *CafeHTTPRequest) XXX_DiscardUnknown()
func (*CafeHTTPRequest) XXX_Marshal ¶ added in v0.1.12
func (m *CafeHTTPRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeHTTPRequest) XXX_Merge ¶ added in v0.1.12
func (dst *CafeHTTPRequest) XXX_Merge(src proto.Message)
func (*CafeHTTPRequest) XXX_Size ¶ added in v0.1.12
func (m *CafeHTTPRequest) XXX_Size() int
func (*CafeHTTPRequest) XXX_Unmarshal ¶ added in v0.1.12
func (m *CafeHTTPRequest) XXX_Unmarshal(b []byte) error
type CafeHTTPRequest_Type ¶ added in v0.1.12
type CafeHTTPRequest_Type int32
const ( CafeHTTPRequest_PUT CafeHTTPRequest_Type = 0 CafeHTTPRequest_POST CafeHTTPRequest_Type = 1 CafeHTTPRequest_DELETE CafeHTTPRequest_Type = 2 )
func (CafeHTTPRequest_Type) EnumDescriptor ¶ added in v0.1.12
func (CafeHTTPRequest_Type) EnumDescriptor() ([]byte, []int)
func (CafeHTTPRequest_Type) String ¶ added in v0.1.12
func (x CafeHTTPRequest_Type) String() string
type CafeMessage ¶ added in v0.1.10
type CafeMessage struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Peer string `protobuf:"bytes,2,opt,name=peer,proto3" json:"peer,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"` Attempts int32 `protobuf:"varint,4,opt,name=attempts,proto3" json:"attempts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeMessage) Descriptor ¶ added in v0.1.10
func (*CafeMessage) Descriptor() ([]byte, []int)
func (*CafeMessage) GetAttempts ¶ added in v0.1.10
func (m *CafeMessage) GetAttempts() int32
func (*CafeMessage) GetDate ¶ added in v0.1.10
func (m *CafeMessage) GetDate() *timestamp.Timestamp
func (*CafeMessage) GetId ¶ added in v0.1.10
func (m *CafeMessage) GetId() string
func (*CafeMessage) GetPeer ¶ added in v0.1.10
func (m *CafeMessage) GetPeer() string
func (*CafeMessage) ProtoMessage ¶ added in v0.1.10
func (*CafeMessage) ProtoMessage()
func (*CafeMessage) Reset ¶ added in v0.1.10
func (m *CafeMessage) Reset()
func (*CafeMessage) String ¶ added in v0.1.10
func (m *CafeMessage) String() string
func (*CafeMessage) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeMessage) XXX_DiscardUnknown()
func (*CafeMessage) XXX_Marshal ¶ added in v0.1.10
func (m *CafeMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeMessage) XXX_Merge ¶ added in v0.1.10
func (dst *CafeMessage) XXX_Merge(src proto.Message)
func (*CafeMessage) XXX_Size ¶ added in v0.1.10
func (m *CafeMessage) XXX_Size() int
func (*CafeMessage) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeMessage) XXX_Unmarshal(b []byte) error
type CafeMessages ¶ added in v0.1.10
type CafeMessages struct { Messages []*CafeMessage `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeMessages) Descriptor ¶ added in v0.1.10
func (*CafeMessages) Descriptor() ([]byte, []int)
func (*CafeMessages) GetMessages ¶ added in v0.1.10
func (m *CafeMessages) GetMessages() []*CafeMessage
func (*CafeMessages) ProtoMessage ¶ added in v0.1.10
func (*CafeMessages) ProtoMessage()
func (*CafeMessages) Reset ¶ added in v0.1.10
func (m *CafeMessages) Reset()
func (*CafeMessages) String ¶ added in v0.1.10
func (m *CafeMessages) String() string
func (*CafeMessages) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeMessages) XXX_DiscardUnknown()
func (*CafeMessages) XXX_Marshal ¶ added in v0.1.10
func (m *CafeMessages) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeMessages) XXX_Merge ¶ added in v0.1.10
func (dst *CafeMessages) XXX_Merge(src proto.Message)
func (*CafeMessages) XXX_Size ¶ added in v0.1.10
func (m *CafeMessages) XXX_Size() int
func (*CafeMessages) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeMessages) XXX_Unmarshal(b []byte) error
type CafeNonce ¶ added in v0.1.10
type CafeNonce struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeNonce) Descriptor ¶ added in v0.1.10
func (*CafeNonce) ProtoMessage ¶ added in v0.1.10
func (*CafeNonce) ProtoMessage()
func (*CafeNonce) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeNonce) XXX_DiscardUnknown()
func (*CafeNonce) XXX_Marshal ¶ added in v0.1.10
func (*CafeNonce) XXX_Unmarshal ¶ added in v0.1.10
type CafeObject ¶ added in v0.1.10
type CafeObject struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` Cid string `protobuf:"bytes,2,opt,name=cid,proto3" json:"cid,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` Node []byte `protobuf:"bytes,4,opt,name=node,proto3" json:"node,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeObject) Descriptor ¶ added in v0.1.10
func (*CafeObject) Descriptor() ([]byte, []int)
func (*CafeObject) GetCid ¶ added in v0.1.10
func (m *CafeObject) GetCid() string
func (*CafeObject) GetData ¶ added in v0.1.10
func (m *CafeObject) GetData() []byte
func (*CafeObject) GetNode ¶ added in v0.1.10
func (m *CafeObject) GetNode() []byte
func (*CafeObject) GetToken ¶ added in v0.1.10
func (m *CafeObject) GetToken() string
func (*CafeObject) ProtoMessage ¶ added in v0.1.10
func (*CafeObject) ProtoMessage()
func (*CafeObject) Reset ¶ added in v0.1.10
func (m *CafeObject) Reset()
func (*CafeObject) String ¶ added in v0.1.10
func (m *CafeObject) String() string
func (*CafeObject) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeObject) XXX_DiscardUnknown()
func (*CafeObject) XXX_Marshal ¶ added in v0.1.10
func (m *CafeObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeObject) XXX_Merge ¶ added in v0.1.10
func (dst *CafeObject) XXX_Merge(src proto.Message)
func (*CafeObject) XXX_Size ¶ added in v0.1.10
func (m *CafeObject) XXX_Size() int
func (*CafeObject) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeObject) XXX_Unmarshal(b []byte) error
type CafeObjectList ¶ added in v0.1.10
type CafeObjectList struct { Cids []string `protobuf:"bytes,1,rep,name=cids,proto3" json:"cids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeObjectList) Descriptor ¶ added in v0.1.10
func (*CafeObjectList) Descriptor() ([]byte, []int)
func (*CafeObjectList) GetCids ¶ added in v0.1.10
func (m *CafeObjectList) GetCids() []string
func (*CafeObjectList) ProtoMessage ¶ added in v0.1.10
func (*CafeObjectList) ProtoMessage()
func (*CafeObjectList) Reset ¶ added in v0.1.10
func (m *CafeObjectList) Reset()
func (*CafeObjectList) String ¶ added in v0.1.10
func (m *CafeObjectList) String() string
func (*CafeObjectList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeObjectList) XXX_DiscardUnknown()
func (*CafeObjectList) XXX_Marshal ¶ added in v0.1.10
func (m *CafeObjectList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeObjectList) XXX_Merge ¶ added in v0.1.10
func (dst *CafeObjectList) XXX_Merge(src proto.Message)
func (*CafeObjectList) XXX_Size ¶ added in v0.1.10
func (m *CafeObjectList) XXX_Size() int
func (*CafeObjectList) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeObjectList) XXX_Unmarshal(b []byte) error
type CafePublishPeer ¶ added in v0.1.10
type CafePublishPeer struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` Peer *Peer `protobuf:"bytes,2,opt,name=peer,proto3" json:"peer,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafePublishPeer) Descriptor ¶ added in v0.1.10
func (*CafePublishPeer) Descriptor() ([]byte, []int)
func (*CafePublishPeer) GetPeer ¶ added in v0.1.10
func (m *CafePublishPeer) GetPeer() *Peer
func (*CafePublishPeer) GetToken ¶ added in v0.1.10
func (m *CafePublishPeer) GetToken() string
func (*CafePublishPeer) ProtoMessage ¶ added in v0.1.10
func (*CafePublishPeer) ProtoMessage()
func (*CafePublishPeer) Reset ¶ added in v0.1.10
func (m *CafePublishPeer) Reset()
func (*CafePublishPeer) String ¶ added in v0.1.10
func (m *CafePublishPeer) String() string
func (*CafePublishPeer) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafePublishPeer) XXX_DiscardUnknown()
func (*CafePublishPeer) XXX_Marshal ¶ added in v0.1.10
func (m *CafePublishPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafePublishPeer) XXX_Merge ¶ added in v0.1.10
func (dst *CafePublishPeer) XXX_Merge(src proto.Message)
func (*CafePublishPeer) XXX_Size ¶ added in v0.1.10
func (m *CafePublishPeer) XXX_Size() int
func (*CafePublishPeer) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafePublishPeer) XXX_Unmarshal(b []byte) error
type CafePublishPeerAck ¶ added in v0.1.10
type CafePublishPeerAck struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafePublishPeerAck) Descriptor ¶ added in v0.1.10
func (*CafePublishPeerAck) Descriptor() ([]byte, []int)
func (*CafePublishPeerAck) GetId ¶ added in v0.1.10
func (m *CafePublishPeerAck) GetId() string
func (*CafePublishPeerAck) ProtoMessage ¶ added in v0.1.10
func (*CafePublishPeerAck) ProtoMessage()
func (*CafePublishPeerAck) Reset ¶ added in v0.1.10
func (m *CafePublishPeerAck) Reset()
func (*CafePublishPeerAck) String ¶ added in v0.1.10
func (m *CafePublishPeerAck) String() string
func (*CafePublishPeerAck) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafePublishPeerAck) XXX_DiscardUnknown()
func (*CafePublishPeerAck) XXX_Marshal ¶ added in v0.1.10
func (m *CafePublishPeerAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafePublishPeerAck) XXX_Merge ¶ added in v0.1.10
func (dst *CafePublishPeerAck) XXX_Merge(src proto.Message)
func (*CafePublishPeerAck) XXX_Size ¶ added in v0.1.10
func (m *CafePublishPeerAck) XXX_Size() int
func (*CafePublishPeerAck) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafePublishPeerAck) XXX_Unmarshal(b []byte) error
type CafeRefreshSession ¶ added in v0.1.10
type CafeRefreshSession struct { Access string `protobuf:"bytes,1,opt,name=access,proto3" json:"access,omitempty"` Refresh string `protobuf:"bytes,2,opt,name=refresh,proto3" json:"refresh,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeRefreshSession) Descriptor ¶ added in v0.1.10
func (*CafeRefreshSession) Descriptor() ([]byte, []int)
func (*CafeRefreshSession) GetAccess ¶ added in v0.1.10
func (m *CafeRefreshSession) GetAccess() string
func (*CafeRefreshSession) GetRefresh ¶ added in v0.1.10
func (m *CafeRefreshSession) GetRefresh() string
func (*CafeRefreshSession) ProtoMessage ¶ added in v0.1.10
func (*CafeRefreshSession) ProtoMessage()
func (*CafeRefreshSession) Reset ¶ added in v0.1.10
func (m *CafeRefreshSession) Reset()
func (*CafeRefreshSession) String ¶ added in v0.1.10
func (m *CafeRefreshSession) String() string
func (*CafeRefreshSession) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeRefreshSession) XXX_DiscardUnknown()
func (*CafeRefreshSession) XXX_Marshal ¶ added in v0.1.10
func (m *CafeRefreshSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeRefreshSession) XXX_Merge ¶ added in v0.1.10
func (dst *CafeRefreshSession) XXX_Merge(src proto.Message)
func (*CafeRefreshSession) XXX_Size ¶ added in v0.1.10
func (m *CafeRefreshSession) XXX_Size() int
func (*CafeRefreshSession) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeRefreshSession) XXX_Unmarshal(b []byte) error
type CafeRegistration ¶ added in v0.1.10
type CafeRegistration struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Nonce string `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"` Sig []byte `protobuf:"bytes,4,opt,name=sig,proto3" json:"sig,omitempty"` Token string `protobuf:"bytes,5,opt,name=token,proto3" json:"token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeRegistration) Descriptor ¶ added in v0.1.10
func (*CafeRegistration) Descriptor() ([]byte, []int)
func (*CafeRegistration) GetAddress ¶ added in v0.1.10
func (m *CafeRegistration) GetAddress() string
func (*CafeRegistration) GetNonce ¶ added in v0.1.10
func (m *CafeRegistration) GetNonce() string
func (*CafeRegistration) GetSig ¶ added in v0.1.10
func (m *CafeRegistration) GetSig() []byte
func (*CafeRegistration) GetToken ¶ added in v0.1.10
func (m *CafeRegistration) GetToken() string
func (*CafeRegistration) GetValue ¶ added in v0.1.10
func (m *CafeRegistration) GetValue() string
func (*CafeRegistration) ProtoMessage ¶ added in v0.1.10
func (*CafeRegistration) ProtoMessage()
func (*CafeRegistration) Reset ¶ added in v0.1.10
func (m *CafeRegistration) Reset()
func (*CafeRegistration) String ¶ added in v0.1.10
func (m *CafeRegistration) String() string
func (*CafeRegistration) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeRegistration) XXX_DiscardUnknown()
func (*CafeRegistration) XXX_Marshal ¶ added in v0.1.10
func (m *CafeRegistration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeRegistration) XXX_Merge ¶ added in v0.1.10
func (dst *CafeRegistration) XXX_Merge(src proto.Message)
func (*CafeRegistration) XXX_Size ¶ added in v0.1.10
func (m *CafeRegistration) XXX_Size() int
func (*CafeRegistration) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeRegistration) XXX_Unmarshal(b []byte) error
type CafeRequest ¶ added in v0.1.10
type CafeRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Peer string `protobuf:"bytes,2,opt,name=peer,proto3" json:"peer,omitempty"` Target string `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` Cafe *Cafe `protobuf:"bytes,4,opt,name=cafe,proto3" json:"cafe,omitempty"` Group string `protobuf:"bytes,8,opt,name=group,proto3" json:"group,omitempty"` SyncGroup string `protobuf:"bytes,10,opt,name=sync_group,json=syncGroup,proto3" json:"sync_group,omitempty"` Type CafeRequest_Type `protobuf:"varint,5,opt,name=type,proto3,enum=CafeRequest_Type" json:"type,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,6,opt,name=date,proto3" json:"date,omitempty"` Size int64 `protobuf:"varint,7,opt,name=size,proto3" json:"size,omitempty"` Status CafeRequest_Status `protobuf:"varint,9,opt,name=status,proto3,enum=CafeRequest_Status" json:"status,omitempty"` Attempts int32 `protobuf:"varint,11,opt,name=attempts,proto3" json:"attempts,omitempty"` GroupSize int64 `protobuf:"varint,12,opt,name=group_size,json=groupSize,proto3" json:"group_size,omitempty"` GroupTransferred int64 `protobuf:"varint,13,opt,name=group_transferred,json=groupTransferred,proto3" json:"group_transferred,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeRequest) Descriptor ¶ added in v0.1.10
func (*CafeRequest) Descriptor() ([]byte, []int)
func (*CafeRequest) GetAttempts ¶ added in v0.3.0
func (m *CafeRequest) GetAttempts() int32
func (*CafeRequest) GetCafe ¶ added in v0.1.10
func (m *CafeRequest) GetCafe() *Cafe
func (*CafeRequest) GetDate ¶ added in v0.1.10
func (m *CafeRequest) GetDate() *timestamp.Timestamp
func (*CafeRequest) GetGroup ¶ added in v0.1.12
func (m *CafeRequest) GetGroup() string
func (*CafeRequest) GetGroupSize ¶ added in v0.4.2
func (m *CafeRequest) GetGroupSize() int64
func (*CafeRequest) GetGroupTransferred ¶ added in v0.4.2
func (m *CafeRequest) GetGroupTransferred() int64
func (*CafeRequest) GetId ¶ added in v0.1.10
func (m *CafeRequest) GetId() string
func (*CafeRequest) GetPeer ¶ added in v0.1.10
func (m *CafeRequest) GetPeer() string
func (*CafeRequest) GetSize ¶ added in v0.1.12
func (m *CafeRequest) GetSize() int64
func (*CafeRequest) GetStatus ¶ added in v0.1.12
func (m *CafeRequest) GetStatus() CafeRequest_Status
func (*CafeRequest) GetSyncGroup ¶ added in v0.3.0
func (m *CafeRequest) GetSyncGroup() string
func (*CafeRequest) GetTarget ¶ added in v0.1.10
func (m *CafeRequest) GetTarget() string
func (*CafeRequest) GetType ¶ added in v0.1.10
func (m *CafeRequest) GetType() CafeRequest_Type
func (*CafeRequest) ProtoMessage ¶ added in v0.1.10
func (*CafeRequest) ProtoMessage()
func (*CafeRequest) Reset ¶ added in v0.1.10
func (m *CafeRequest) Reset()
func (*CafeRequest) String ¶ added in v0.1.10
func (m *CafeRequest) String() string
func (*CafeRequest) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeRequest) XXX_DiscardUnknown()
func (*CafeRequest) XXX_Marshal ¶ added in v0.1.10
func (m *CafeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeRequest) XXX_Merge ¶ added in v0.1.10
func (dst *CafeRequest) XXX_Merge(src proto.Message)
func (*CafeRequest) XXX_Size ¶ added in v0.1.10
func (m *CafeRequest) XXX_Size() int
func (*CafeRequest) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeRequest) XXX_Unmarshal(b []byte) error
type CafeRequestList ¶ added in v0.1.12
type CafeRequestList struct { Items []*CafeRequest `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeRequestList) Descriptor ¶ added in v0.1.12
func (*CafeRequestList) Descriptor() ([]byte, []int)
func (*CafeRequestList) GetItems ¶ added in v0.1.12
func (m *CafeRequestList) GetItems() []*CafeRequest
func (*CafeRequestList) ProtoMessage ¶ added in v0.1.12
func (*CafeRequestList) ProtoMessage()
func (*CafeRequestList) Reset ¶ added in v0.1.12
func (m *CafeRequestList) Reset()
func (*CafeRequestList) String ¶ added in v0.1.12
func (m *CafeRequestList) String() string
func (*CafeRequestList) XXX_DiscardUnknown ¶ added in v0.1.12
func (m *CafeRequestList) XXX_DiscardUnknown()
func (*CafeRequestList) XXX_Marshal ¶ added in v0.1.12
func (m *CafeRequestList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeRequestList) XXX_Merge ¶ added in v0.1.12
func (dst *CafeRequestList) XXX_Merge(src proto.Message)
func (*CafeRequestList) XXX_Size ¶ added in v0.1.12
func (m *CafeRequestList) XXX_Size() int
func (*CafeRequestList) XXX_Unmarshal ¶ added in v0.1.12
func (m *CafeRequestList) XXX_Unmarshal(b []byte) error
type CafeRequest_Status ¶ added in v0.1.12
type CafeRequest_Status int32
const ( CafeRequest_NEW CafeRequest_Status = 0 CafeRequest_PENDING CafeRequest_Status = 1 CafeRequest_COMPLETE CafeRequest_Status = 2 )
func (CafeRequest_Status) EnumDescriptor ¶ added in v0.1.12
func (CafeRequest_Status) EnumDescriptor() ([]byte, []int)
func (CafeRequest_Status) String ¶ added in v0.1.12
func (x CafeRequest_Status) String() string
type CafeRequest_Type ¶ added in v0.1.10
type CafeRequest_Type int32
const ( CafeRequest_STORE CafeRequest_Type = 0 CafeRequest_UNSTORE CafeRequest_Type = 3 CafeRequest_STORE_THREAD CafeRequest_Type = 1 CafeRequest_UNSTORE_THREAD CafeRequest_Type = 4 CafeRequest_INBOX CafeRequest_Type = 2 )
func (CafeRequest_Type) EnumDescriptor ¶ added in v0.1.10
func (CafeRequest_Type) EnumDescriptor() ([]byte, []int)
func (CafeRequest_Type) String ¶ added in v0.1.10
func (x CafeRequest_Type) String() string
type CafeSession ¶ added in v0.1.10
type CafeSession struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Access string `protobuf:"bytes,2,opt,name=access,proto3" json:"access,omitempty"` Exp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=exp,proto3" json:"exp,omitempty"` Refresh string `protobuf:"bytes,4,opt,name=refresh,proto3" json:"refresh,omitempty"` Rexp *timestamp.Timestamp `protobuf:"bytes,5,opt,name=rexp,proto3" json:"rexp,omitempty"` Subject string `protobuf:"bytes,6,opt,name=subject,proto3" json:"subject,omitempty"` Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"` Cafe *Cafe `protobuf:"bytes,8,opt,name=cafe,proto3" json:"cafe,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeSession) Descriptor ¶ added in v0.1.10
func (*CafeSession) Descriptor() ([]byte, []int)
func (*CafeSession) GetAccess ¶ added in v0.1.10
func (m *CafeSession) GetAccess() string
func (*CafeSession) GetCafe ¶ added in v0.1.10
func (m *CafeSession) GetCafe() *Cafe
func (*CafeSession) GetExp ¶ added in v0.1.10
func (m *CafeSession) GetExp() *timestamp.Timestamp
func (*CafeSession) GetId ¶ added in v0.1.10
func (m *CafeSession) GetId() string
func (*CafeSession) GetRefresh ¶ added in v0.1.10
func (m *CafeSession) GetRefresh() string
func (*CafeSession) GetRexp ¶ added in v0.1.10
func (m *CafeSession) GetRexp() *timestamp.Timestamp
func (*CafeSession) GetSubject ¶ added in v0.1.10
func (m *CafeSession) GetSubject() string
func (*CafeSession) GetType ¶ added in v0.1.10
func (m *CafeSession) GetType() string
func (*CafeSession) ProtoMessage ¶ added in v0.1.10
func (*CafeSession) ProtoMessage()
func (*CafeSession) Reset ¶ added in v0.1.10
func (m *CafeSession) Reset()
func (*CafeSession) String ¶ added in v0.1.10
func (m *CafeSession) String() string
func (*CafeSession) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeSession) XXX_DiscardUnknown()
func (*CafeSession) XXX_Marshal ¶ added in v0.1.10
func (m *CafeSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeSession) XXX_Merge ¶ added in v0.1.10
func (dst *CafeSession) XXX_Merge(src proto.Message)
func (*CafeSession) XXX_Size ¶ added in v0.1.10
func (m *CafeSession) XXX_Size() int
func (*CafeSession) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeSession) XXX_Unmarshal(b []byte) error
type CafeSessionList ¶ added in v0.1.10
type CafeSessionList struct { Items []*CafeSession `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeSessionList) Descriptor ¶ added in v0.1.10
func (*CafeSessionList) Descriptor() ([]byte, []int)
func (*CafeSessionList) GetItems ¶ added in v0.1.10
func (m *CafeSessionList) GetItems() []*CafeSession
func (*CafeSessionList) ProtoMessage ¶ added in v0.1.10
func (*CafeSessionList) ProtoMessage()
func (*CafeSessionList) Reset ¶ added in v0.1.10
func (m *CafeSessionList) Reset()
func (*CafeSessionList) String ¶ added in v0.1.10
func (m *CafeSessionList) String() string
func (*CafeSessionList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeSessionList) XXX_DiscardUnknown()
func (*CafeSessionList) XXX_Marshal ¶ added in v0.1.10
func (m *CafeSessionList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeSessionList) XXX_Merge ¶ added in v0.1.10
func (dst *CafeSessionList) XXX_Merge(src proto.Message)
func (*CafeSessionList) XXX_Size ¶ added in v0.1.10
func (m *CafeSessionList) XXX_Size() int
func (*CafeSessionList) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeSessionList) XXX_Unmarshal(b []byte) error
type CafeStore ¶ added in v0.1.10
type CafeStore struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` Cids []string `protobuf:"bytes,2,rep,name=cids,proto3" json:"cids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeStore) Descriptor ¶ added in v0.1.10
func (*CafeStore) ProtoMessage ¶ added in v0.1.10
func (*CafeStore) ProtoMessage()
func (*CafeStore) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeStore) XXX_DiscardUnknown()
func (*CafeStore) XXX_Marshal ¶ added in v0.1.10
func (*CafeStore) XXX_Unmarshal ¶ added in v0.1.10
type CafeStoreAck ¶ added in v0.1.10
type CafeStoreAck struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeStoreAck) Descriptor ¶ added in v0.1.10
func (*CafeStoreAck) Descriptor() ([]byte, []int)
func (*CafeStoreAck) GetId ¶ added in v0.1.10
func (m *CafeStoreAck) GetId() string
func (*CafeStoreAck) ProtoMessage ¶ added in v0.1.10
func (*CafeStoreAck) ProtoMessage()
func (*CafeStoreAck) Reset ¶ added in v0.1.10
func (m *CafeStoreAck) Reset()
func (*CafeStoreAck) String ¶ added in v0.1.10
func (m *CafeStoreAck) String() string
func (*CafeStoreAck) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeStoreAck) XXX_DiscardUnknown()
func (*CafeStoreAck) XXX_Marshal ¶ added in v0.1.10
func (m *CafeStoreAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeStoreAck) XXX_Merge ¶ added in v0.1.10
func (dst *CafeStoreAck) XXX_Merge(src proto.Message)
func (*CafeStoreAck) XXX_Size ¶ added in v0.1.10
func (m *CafeStoreAck) XXX_Size() int
func (*CafeStoreAck) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeStoreAck) XXX_Unmarshal(b []byte) error
type CafeStoreThread ¶ added in v0.1.10
type CafeStoreThread struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Ciphertext []byte `protobuf:"bytes,3,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeStoreThread) Descriptor ¶ added in v0.1.10
func (*CafeStoreThread) Descriptor() ([]byte, []int)
func (*CafeStoreThread) GetCiphertext ¶ added in v0.1.10
func (m *CafeStoreThread) GetCiphertext() []byte
func (*CafeStoreThread) GetId ¶ added in v0.1.10
func (m *CafeStoreThread) GetId() string
func (*CafeStoreThread) GetToken ¶ added in v0.1.10
func (m *CafeStoreThread) GetToken() string
func (*CafeStoreThread) ProtoMessage ¶ added in v0.1.10
func (*CafeStoreThread) ProtoMessage()
func (*CafeStoreThread) Reset ¶ added in v0.1.10
func (m *CafeStoreThread) Reset()
func (*CafeStoreThread) String ¶ added in v0.1.10
func (m *CafeStoreThread) String() string
func (*CafeStoreThread) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeStoreThread) XXX_DiscardUnknown()
func (*CafeStoreThread) XXX_Marshal ¶ added in v0.1.10
func (m *CafeStoreThread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeStoreThread) XXX_Merge ¶ added in v0.1.10
func (dst *CafeStoreThread) XXX_Merge(src proto.Message)
func (*CafeStoreThread) XXX_Size ¶ added in v0.1.10
func (m *CafeStoreThread) XXX_Size() int
func (*CafeStoreThread) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeStoreThread) XXX_Unmarshal(b []byte) error
type CafeStoreThreadAck ¶ added in v0.1.10
type CafeStoreThreadAck struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeStoreThreadAck) Descriptor ¶ added in v0.1.10
func (*CafeStoreThreadAck) Descriptor() ([]byte, []int)
func (*CafeStoreThreadAck) GetId ¶ added in v0.1.10
func (m *CafeStoreThreadAck) GetId() string
func (*CafeStoreThreadAck) ProtoMessage ¶ added in v0.1.10
func (*CafeStoreThreadAck) ProtoMessage()
func (*CafeStoreThreadAck) Reset ¶ added in v0.1.10
func (m *CafeStoreThreadAck) Reset()
func (*CafeStoreThreadAck) String ¶ added in v0.1.10
func (m *CafeStoreThreadAck) String() string
func (*CafeStoreThreadAck) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeStoreThreadAck) XXX_DiscardUnknown()
func (*CafeStoreThreadAck) XXX_Marshal ¶ added in v0.1.10
func (m *CafeStoreThreadAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeStoreThreadAck) XXX_Merge ¶ added in v0.1.10
func (dst *CafeStoreThreadAck) XXX_Merge(src proto.Message)
func (*CafeStoreThreadAck) XXX_Size ¶ added in v0.1.10
func (m *CafeStoreThreadAck) XXX_Size() int
func (*CafeStoreThreadAck) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeStoreThreadAck) XXX_Unmarshal(b []byte) error
type CafeSyncGroupStatus ¶ added in v0.3.0
type CafeSyncGroupStatus struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` NumTotal int32 `protobuf:"varint,2,opt,name=num_total,json=numTotal,proto3" json:"num_total,omitempty"` NumPending int32 `protobuf:"varint,3,opt,name=num_pending,json=numPending,proto3" json:"num_pending,omitempty"` NumComplete int32 `protobuf:"varint,4,opt,name=num_complete,json=numComplete,proto3" json:"num_complete,omitempty"` SizeTotal int64 `protobuf:"varint,5,opt,name=size_total,json=sizeTotal,proto3" json:"size_total,omitempty"` SizePending int64 `protobuf:"varint,6,opt,name=size_pending,json=sizePending,proto3" json:"size_pending,omitempty"` SizeComplete int64 `protobuf:"varint,7,opt,name=size_complete,json=sizeComplete,proto3" json:"size_complete,omitempty"` GroupsSizeTotal int64 `protobuf:"varint,8,opt,name=groups_size_total,json=groupsSizeTotal,proto3" json:"groups_size_total,omitempty"` GroupsSizeComplete int64 `protobuf:"varint,9,opt,name=groups_size_complete,json=groupsSizeComplete,proto3" json:"groups_size_complete,omitempty"` Error string `protobuf:"bytes,50,opt,name=error,proto3" json:"error,omitempty"` ErrorId string `protobuf:"bytes,51,opt,name=error_id,json=errorId,proto3" json:"error_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeSyncGroupStatus) Descriptor ¶ added in v0.3.0
func (*CafeSyncGroupStatus) Descriptor() ([]byte, []int)
func (*CafeSyncGroupStatus) GetError ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) GetError() string
func (*CafeSyncGroupStatus) GetErrorId ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) GetErrorId() string
func (*CafeSyncGroupStatus) GetGroupsSizeComplete ¶ added in v0.4.2
func (m *CafeSyncGroupStatus) GetGroupsSizeComplete() int64
func (*CafeSyncGroupStatus) GetGroupsSizeTotal ¶ added in v0.4.2
func (m *CafeSyncGroupStatus) GetGroupsSizeTotal() int64
func (*CafeSyncGroupStatus) GetId ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) GetId() string
func (*CafeSyncGroupStatus) GetNumComplete ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) GetNumComplete() int32
func (*CafeSyncGroupStatus) GetNumPending ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) GetNumPending() int32
func (*CafeSyncGroupStatus) GetNumTotal ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) GetNumTotal() int32
func (*CafeSyncGroupStatus) GetSizeComplete ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) GetSizeComplete() int64
func (*CafeSyncGroupStatus) GetSizePending ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) GetSizePending() int64
func (*CafeSyncGroupStatus) GetSizeTotal ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) GetSizeTotal() int64
func (*CafeSyncGroupStatus) ProtoMessage ¶ added in v0.3.0
func (*CafeSyncGroupStatus) ProtoMessage()
func (*CafeSyncGroupStatus) Reset ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) Reset()
func (*CafeSyncGroupStatus) String ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) String() string
func (*CafeSyncGroupStatus) XXX_DiscardUnknown ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) XXX_DiscardUnknown()
func (*CafeSyncGroupStatus) XXX_Marshal ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeSyncGroupStatus) XXX_Merge ¶ added in v0.3.0
func (dst *CafeSyncGroupStatus) XXX_Merge(src proto.Message)
func (*CafeSyncGroupStatus) XXX_Size ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) XXX_Size() int
func (*CafeSyncGroupStatus) XXX_Unmarshal ¶ added in v0.3.0
func (m *CafeSyncGroupStatus) XXX_Unmarshal(b []byte) error
type CafeToken ¶ added in v0.1.10
type CafeToken struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeToken) Descriptor ¶ added in v0.1.10
func (*CafeToken) ProtoMessage ¶ added in v0.1.10
func (*CafeToken) ProtoMessage()
func (*CafeToken) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeToken) XXX_DiscardUnknown()
func (*CafeToken) XXX_Marshal ¶ added in v0.1.10
func (*CafeToken) XXX_Unmarshal ¶ added in v0.1.10
type CafeUnstore ¶ added in v0.1.10
type CafeUnstore struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` Cids []string `protobuf:"bytes,2,rep,name=cids,proto3" json:"cids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeUnstore) Descriptor ¶ added in v0.1.10
func (*CafeUnstore) Descriptor() ([]byte, []int)
func (*CafeUnstore) GetCids ¶ added in v0.1.10
func (m *CafeUnstore) GetCids() []string
func (*CafeUnstore) GetToken ¶ added in v0.1.10
func (m *CafeUnstore) GetToken() string
func (*CafeUnstore) ProtoMessage ¶ added in v0.1.10
func (*CafeUnstore) ProtoMessage()
func (*CafeUnstore) Reset ¶ added in v0.1.10
func (m *CafeUnstore) Reset()
func (*CafeUnstore) String ¶ added in v0.1.10
func (m *CafeUnstore) String() string
func (*CafeUnstore) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeUnstore) XXX_DiscardUnknown()
func (*CafeUnstore) XXX_Marshal ¶ added in v0.1.10
func (m *CafeUnstore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeUnstore) XXX_Merge ¶ added in v0.1.10
func (dst *CafeUnstore) XXX_Merge(src proto.Message)
func (*CafeUnstore) XXX_Size ¶ added in v0.1.10
func (m *CafeUnstore) XXX_Size() int
func (*CafeUnstore) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeUnstore) XXX_Unmarshal(b []byte) error
type CafeUnstoreAck ¶ added in v0.1.10
type CafeUnstoreAck struct { Cids []string `protobuf:"bytes,1,rep,name=cids,proto3" json:"cids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeUnstoreAck) Descriptor ¶ added in v0.1.10
func (*CafeUnstoreAck) Descriptor() ([]byte, []int)
func (*CafeUnstoreAck) GetCids ¶ added in v0.1.10
func (m *CafeUnstoreAck) GetCids() []string
func (*CafeUnstoreAck) ProtoMessage ¶ added in v0.1.10
func (*CafeUnstoreAck) ProtoMessage()
func (*CafeUnstoreAck) Reset ¶ added in v0.1.10
func (m *CafeUnstoreAck) Reset()
func (*CafeUnstoreAck) String ¶ added in v0.1.10
func (m *CafeUnstoreAck) String() string
func (*CafeUnstoreAck) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeUnstoreAck) XXX_DiscardUnknown()
func (*CafeUnstoreAck) XXX_Marshal ¶ added in v0.1.10
func (m *CafeUnstoreAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeUnstoreAck) XXX_Merge ¶ added in v0.1.10
func (dst *CafeUnstoreAck) XXX_Merge(src proto.Message)
func (*CafeUnstoreAck) XXX_Size ¶ added in v0.1.10
func (m *CafeUnstoreAck) XXX_Size() int
func (*CafeUnstoreAck) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeUnstoreAck) XXX_Unmarshal(b []byte) error
type CafeUnstoreThread ¶ added in v0.1.10
type CafeUnstoreThread struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeUnstoreThread) Descriptor ¶ added in v0.1.10
func (*CafeUnstoreThread) Descriptor() ([]byte, []int)
func (*CafeUnstoreThread) GetId ¶ added in v0.1.10
func (m *CafeUnstoreThread) GetId() string
func (*CafeUnstoreThread) GetToken ¶ added in v0.1.10
func (m *CafeUnstoreThread) GetToken() string
func (*CafeUnstoreThread) ProtoMessage ¶ added in v0.1.10
func (*CafeUnstoreThread) ProtoMessage()
func (*CafeUnstoreThread) Reset ¶ added in v0.1.10
func (m *CafeUnstoreThread) Reset()
func (*CafeUnstoreThread) String ¶ added in v0.1.10
func (m *CafeUnstoreThread) String() string
func (*CafeUnstoreThread) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeUnstoreThread) XXX_DiscardUnknown()
func (*CafeUnstoreThread) XXX_Marshal ¶ added in v0.1.10
func (m *CafeUnstoreThread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeUnstoreThread) XXX_Merge ¶ added in v0.1.10
func (dst *CafeUnstoreThread) XXX_Merge(src proto.Message)
func (*CafeUnstoreThread) XXX_Size ¶ added in v0.1.10
func (m *CafeUnstoreThread) XXX_Size() int
func (*CafeUnstoreThread) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeUnstoreThread) XXX_Unmarshal(b []byte) error
type CafeUnstoreThreadAck ¶ added in v0.1.10
type CafeUnstoreThreadAck struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CafeUnstoreThreadAck) Descriptor ¶ added in v0.1.10
func (*CafeUnstoreThreadAck) Descriptor() ([]byte, []int)
func (*CafeUnstoreThreadAck) GetId ¶ added in v0.1.10
func (m *CafeUnstoreThreadAck) GetId() string
func (*CafeUnstoreThreadAck) ProtoMessage ¶ added in v0.1.10
func (*CafeUnstoreThreadAck) ProtoMessage()
func (*CafeUnstoreThreadAck) Reset ¶ added in v0.1.10
func (m *CafeUnstoreThreadAck) Reset()
func (*CafeUnstoreThreadAck) String ¶ added in v0.1.10
func (m *CafeUnstoreThreadAck) String() string
func (*CafeUnstoreThreadAck) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CafeUnstoreThreadAck) XXX_DiscardUnknown()
func (*CafeUnstoreThreadAck) XXX_Marshal ¶ added in v0.1.10
func (m *CafeUnstoreThreadAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CafeUnstoreThreadAck) XXX_Merge ¶ added in v0.1.10
func (dst *CafeUnstoreThreadAck) XXX_Merge(src proto.Message)
func (*CafeUnstoreThreadAck) XXX_Size ¶ added in v0.1.10
func (m *CafeUnstoreThreadAck) XXX_Size() int
func (*CafeUnstoreThreadAck) XXX_Unmarshal ¶ added in v0.1.10
func (m *CafeUnstoreThreadAck) XXX_Unmarshal(b []byte) error
type Comment
deprecated
added in
v0.1.10
type Comment struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` User *User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` Body string `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"` Target *FeedItem `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Deprecated: Do not use.
func (*Comment) Descriptor ¶ added in v0.1.10
func (*Comment) ProtoMessage ¶ added in v0.1.10
func (*Comment) ProtoMessage()
func (*Comment) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Comment) XXX_DiscardUnknown()
func (*Comment) XXX_Marshal ¶ added in v0.1.10
func (*Comment) XXX_Unmarshal ¶ added in v0.1.10
type CommentList
deprecated
added in
v0.1.10
type CommentList struct { Items []*Comment `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Deprecated: Do not use.
func (*CommentList) Descriptor ¶ added in v0.1.10
func (*CommentList) Descriptor() ([]byte, []int)
func (*CommentList) GetItems ¶ added in v0.1.10
func (m *CommentList) GetItems() []*Comment
func (*CommentList) ProtoMessage ¶ added in v0.1.10
func (*CommentList) ProtoMessage()
func (*CommentList) Reset ¶ added in v0.1.10
func (m *CommentList) Reset()
func (*CommentList) String ¶ added in v0.1.10
func (m *CommentList) String() string
func (*CommentList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *CommentList) XXX_DiscardUnknown()
func (*CommentList) XXX_Marshal ¶ added in v0.1.10
func (m *CommentList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CommentList) XXX_Merge ¶ added in v0.1.10
func (dst *CommentList) XXX_Merge(src proto.Message)
func (*CommentList) XXX_Size ¶ added in v0.1.10
func (m *CommentList) XXX_Size() int
func (*CommentList) XXX_Unmarshal ¶ added in v0.1.10
func (m *CommentList) XXX_Unmarshal(b []byte) error
type Contact ¶ added in v0.1.10
type Contact struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Avatar string `protobuf:"bytes,3,opt,name=avatar,proto3" json:"avatar,omitempty"` Peers []*Peer `protobuf:"bytes,4,rep,name=peers,proto3" json:"peers,omitempty"` Threads []string `protobuf:"bytes,5,rep,name=threads,proto3" json:"threads,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Contact) Descriptor ¶ added in v0.1.10
func (*Contact) GetAddress ¶ added in v0.1.10
func (*Contact) GetThreads ¶ added in v0.1.10
func (*Contact) ProtoMessage ¶ added in v0.1.10
func (*Contact) ProtoMessage()
func (*Contact) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Contact) XXX_DiscardUnknown()
func (*Contact) XXX_Marshal ¶ added in v0.1.10
func (*Contact) XXX_Unmarshal ¶ added in v0.1.10
type ContactList ¶ added in v0.1.10
type ContactList struct { Items []*Contact `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ContactList) Descriptor ¶ added in v0.1.10
func (*ContactList) Descriptor() ([]byte, []int)
func (*ContactList) GetItems ¶ added in v0.1.10
func (m *ContactList) GetItems() []*Contact
func (*ContactList) ProtoMessage ¶ added in v0.1.10
func (*ContactList) ProtoMessage()
func (*ContactList) Reset ¶ added in v0.1.10
func (m *ContactList) Reset()
func (*ContactList) String ¶ added in v0.1.10
func (m *ContactList) String() string
func (*ContactList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ContactList) XXX_DiscardUnknown()
func (*ContactList) XXX_Marshal ¶ added in v0.1.10
func (m *ContactList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContactList) XXX_Merge ¶ added in v0.1.10
func (dst *ContactList) XXX_Merge(src proto.Message)
func (*ContactList) XXX_Size ¶ added in v0.1.10
func (m *ContactList) XXX_Size() int
func (*ContactList) XXX_Unmarshal ¶ added in v0.1.10
func (m *ContactList) XXX_Unmarshal(b []byte) error
type ContactQuery ¶ added in v0.1.10
type ContactQuery struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ContactQuery) Descriptor ¶ added in v0.1.10
func (*ContactQuery) Descriptor() ([]byte, []int)
func (*ContactQuery) GetAddress ¶ added in v0.1.10
func (m *ContactQuery) GetAddress() string
func (*ContactQuery) GetName ¶ added in v0.1.12
func (m *ContactQuery) GetName() string
func (*ContactQuery) ProtoMessage ¶ added in v0.1.10
func (*ContactQuery) ProtoMessage()
func (*ContactQuery) Reset ¶ added in v0.1.10
func (m *ContactQuery) Reset()
func (*ContactQuery) String ¶ added in v0.1.10
func (m *ContactQuery) String() string
func (*ContactQuery) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ContactQuery) XXX_DiscardUnknown()
func (*ContactQuery) XXX_Marshal ¶ added in v0.1.10
func (m *ContactQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContactQuery) XXX_Merge ¶ added in v0.1.10
func (dst *ContactQuery) XXX_Merge(src proto.Message)
func (*ContactQuery) XXX_Size ¶ added in v0.1.10
func (m *ContactQuery) XXX_Size() int
func (*ContactQuery) XXX_Unmarshal ¶ added in v0.1.10
func (m *ContactQuery) XXX_Unmarshal(b []byte) error
type Directory ¶ added in v0.1.10
type Directory struct { Files map[string]*FileIndex `` /* 151-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Directory) Descriptor ¶ added in v0.1.10
func (*Directory) ProtoMessage ¶ added in v0.1.10
func (*Directory) ProtoMessage()
func (*Directory) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Directory) XXX_DiscardUnknown()
func (*Directory) XXX_Marshal ¶ added in v0.1.10
func (*Directory) XXX_Unmarshal ¶ added in v0.1.10
type DirectoryList ¶ added in v0.1.10
type DirectoryList struct { Items []*Directory `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DirectoryList) Descriptor ¶ added in v0.1.10
func (*DirectoryList) Descriptor() ([]byte, []int)
func (*DirectoryList) GetItems ¶ added in v0.1.10
func (m *DirectoryList) GetItems() []*Directory
func (*DirectoryList) ProtoMessage ¶ added in v0.1.10
func (*DirectoryList) ProtoMessage()
func (*DirectoryList) Reset ¶ added in v0.1.10
func (m *DirectoryList) Reset()
func (*DirectoryList) String ¶ added in v0.1.10
func (m *DirectoryList) String() string
func (*DirectoryList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *DirectoryList) XXX_DiscardUnknown()
func (*DirectoryList) XXX_Marshal ¶ added in v0.1.10
func (m *DirectoryList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DirectoryList) XXX_Merge ¶ added in v0.1.10
func (dst *DirectoryList) XXX_Merge(src proto.Message)
func (*DirectoryList) XXX_Size ¶ added in v0.1.10
func (m *DirectoryList) XXX_Size() int
func (*DirectoryList) XXX_Unmarshal ¶ added in v0.1.10
func (m *DirectoryList) XXX_Unmarshal(b []byte) error
type Envelope ¶
type Envelope struct { Message *Message `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Sig []byte `protobuf:"bytes,2,opt,name=sig,proto3" json:"sig,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Envelope) Descriptor ¶
func (*Envelope) GetMessage ¶
func (*Envelope) ProtoMessage ¶
func (*Envelope) ProtoMessage()
func (*Envelope) XXX_DiscardUnknown ¶
func (m *Envelope) XXX_DiscardUnknown()
func (*Envelope) XXX_Marshal ¶
func (*Envelope) XXX_Unmarshal ¶
type Error ¶
type Error struct { Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Error) Descriptor ¶
func (*Error) GetMessage ¶
func (*Error) ProtoMessage ¶
func (*Error) ProtoMessage()
func (*Error) XXX_DiscardUnknown ¶
func (m *Error) XXX_DiscardUnknown()
func (*Error) XXX_Marshal ¶
func (*Error) XXX_Unmarshal ¶
type ExternalInvite ¶ added in v0.1.10
type ExternalInvite struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` Inviter string `protobuf:"bytes,3,opt,name=inviter,proto3" json:"inviter,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExternalInvite) Descriptor ¶ added in v0.1.10
func (*ExternalInvite) Descriptor() ([]byte, []int)
func (*ExternalInvite) GetId ¶ added in v0.1.10
func (m *ExternalInvite) GetId() string
func (*ExternalInvite) GetInviter ¶ added in v0.1.10
func (m *ExternalInvite) GetInviter() string
func (*ExternalInvite) GetKey ¶ added in v0.1.10
func (m *ExternalInvite) GetKey() string
func (*ExternalInvite) ProtoMessage ¶ added in v0.1.10
func (*ExternalInvite) ProtoMessage()
func (*ExternalInvite) Reset ¶ added in v0.1.10
func (m *ExternalInvite) Reset()
func (*ExternalInvite) String ¶ added in v0.1.10
func (m *ExternalInvite) String() string
func (*ExternalInvite) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ExternalInvite) XXX_DiscardUnknown()
func (*ExternalInvite) XXX_Marshal ¶ added in v0.1.10
func (m *ExternalInvite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExternalInvite) XXX_Merge ¶ added in v0.1.10
func (dst *ExternalInvite) XXX_Merge(src proto.Message)
func (*ExternalInvite) XXX_Size ¶ added in v0.1.10
func (m *ExternalInvite) XXX_Size() int
func (*ExternalInvite) XXX_Unmarshal ¶ added in v0.1.10
func (m *ExternalInvite) XXX_Unmarshal(b []byte) error
type FeedItem ¶ added in v0.1.10
type FeedItem struct { Block string `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Thread string `protobuf:"bytes,2,opt,name=thread,proto3" json:"thread,omitempty"` Payload *any.Any `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FeedItem) Descriptor ¶ added in v0.1.10
func (*FeedItem) GetPayload ¶ added in v0.1.10
func (*FeedItem) ProtoMessage ¶ added in v0.1.10
func (*FeedItem) ProtoMessage()
func (*FeedItem) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *FeedItem) XXX_DiscardUnknown()
func (*FeedItem) XXX_Marshal ¶ added in v0.1.10
func (*FeedItem) XXX_Unmarshal ¶ added in v0.1.10
type FeedItemList ¶ added in v0.1.10
type FeedItemList struct { Items []*FeedItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` Next string `protobuf:"bytes,3,opt,name=next,proto3" json:"next,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FeedItemList) Descriptor ¶ added in v0.1.10
func (*FeedItemList) Descriptor() ([]byte, []int)
func (*FeedItemList) GetCount ¶ added in v0.1.10
func (m *FeedItemList) GetCount() int32
func (*FeedItemList) GetItems ¶ added in v0.1.10
func (m *FeedItemList) GetItems() []*FeedItem
func (*FeedItemList) GetNext ¶ added in v0.1.10
func (m *FeedItemList) GetNext() string
func (*FeedItemList) ProtoMessage ¶ added in v0.1.10
func (*FeedItemList) ProtoMessage()
func (*FeedItemList) Reset ¶ added in v0.1.10
func (m *FeedItemList) Reset()
func (*FeedItemList) String ¶ added in v0.1.10
func (m *FeedItemList) String() string
func (*FeedItemList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *FeedItemList) XXX_DiscardUnknown()
func (*FeedItemList) XXX_Marshal ¶ added in v0.1.10
func (m *FeedItemList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FeedItemList) XXX_Merge ¶ added in v0.1.10
func (dst *FeedItemList) XXX_Merge(src proto.Message)
func (*FeedItemList) XXX_Size ¶ added in v0.1.10
func (m *FeedItemList) XXX_Size() int
func (*FeedItemList) XXX_Unmarshal ¶ added in v0.1.10
func (m *FeedItemList) XXX_Unmarshal(b []byte) error
type FeedRequest ¶ added in v0.1.10
type FeedRequest struct { Thread string `protobuf:"bytes,1,opt,name=thread,proto3" json:"thread,omitempty"` Offset string `protobuf:"bytes,2,opt,name=offset,proto3" json:"offset,omitempty"` Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` Mode FeedRequest_Mode `protobuf:"varint,4,opt,name=mode,proto3,enum=FeedRequest_Mode" json:"mode,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FeedRequest) Descriptor ¶ added in v0.1.10
func (*FeedRequest) Descriptor() ([]byte, []int)
func (*FeedRequest) GetLimit ¶ added in v0.1.10
func (m *FeedRequest) GetLimit() int32
func (*FeedRequest) GetMode ¶ added in v0.1.10
func (m *FeedRequest) GetMode() FeedRequest_Mode
func (*FeedRequest) GetOffset ¶ added in v0.1.10
func (m *FeedRequest) GetOffset() string
func (*FeedRequest) GetThread ¶ added in v0.1.10
func (m *FeedRequest) GetThread() string
func (*FeedRequest) ProtoMessage ¶ added in v0.1.10
func (*FeedRequest) ProtoMessage()
func (*FeedRequest) Reset ¶ added in v0.1.10
func (m *FeedRequest) Reset()
func (*FeedRequest) String ¶ added in v0.1.10
func (m *FeedRequest) String() string
func (*FeedRequest) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *FeedRequest) XXX_DiscardUnknown()
func (*FeedRequest) XXX_Marshal ¶ added in v0.1.10
func (m *FeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FeedRequest) XXX_Merge ¶ added in v0.1.10
func (dst *FeedRequest) XXX_Merge(src proto.Message)
func (*FeedRequest) XXX_Size ¶ added in v0.1.10
func (m *FeedRequest) XXX_Size() int
func (*FeedRequest) XXX_Unmarshal ¶ added in v0.1.10
func (m *FeedRequest) XXX_Unmarshal(b []byte) error
type FeedRequest_Mode ¶ added in v0.1.10
type FeedRequest_Mode int32
const ( FeedRequest_CHRONO FeedRequest_Mode = 0 FeedRequest_ANNOTATED FeedRequest_Mode = 1 FeedRequest_STACKS FeedRequest_Mode = 2 )
func (FeedRequest_Mode) EnumDescriptor ¶ added in v0.1.10
func (FeedRequest_Mode) EnumDescriptor() ([]byte, []int)
func (FeedRequest_Mode) String ¶ added in v0.1.10
func (x FeedRequest_Mode) String() string
type File ¶ added in v0.1.10
type File struct { Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` File *FileIndex `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"` Links map[string]*FileIndex `` /* 151-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*File) Descriptor ¶ added in v0.1.10
func (*File) ProtoMessage ¶ added in v0.1.10
func (*File) ProtoMessage()
func (*File) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *File) XXX_DiscardUnknown()
func (*File) XXX_Marshal ¶ added in v0.1.10
func (*File) XXX_Unmarshal ¶ added in v0.1.10
type FileIndex ¶ added in v0.1.10
type FileIndex struct { Mill string `protobuf:"bytes,1,opt,name=mill,proto3" json:"mill,omitempty"` Checksum string `protobuf:"bytes,2,opt,name=checksum,proto3" json:"checksum,omitempty"` Source string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` Opts string `protobuf:"bytes,4,opt,name=opts,proto3" json:"opts,omitempty"` Hash string `protobuf:"bytes,5,opt,name=hash,proto3" json:"hash,omitempty"` Key string `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"` Media string `protobuf:"bytes,7,opt,name=media,proto3" json:"media,omitempty"` Name string `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"` Size int64 `protobuf:"varint,9,opt,name=size,proto3" json:"size,omitempty"` Added *timestamp.Timestamp `protobuf:"bytes,10,opt,name=added,proto3" json:"added,omitempty"` Meta *_struct.Struct `protobuf:"bytes,11,opt,name=meta,proto3" json:"meta,omitempty"` Targets []string `protobuf:"bytes,12,rep,name=targets,proto3" json:"targets,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FileIndex) Descriptor ¶ added in v0.1.10
func (*FileIndex) GetChecksum ¶ added in v0.1.10
func (*FileIndex) GetTargets ¶ added in v0.1.10
func (*FileIndex) ProtoMessage ¶ added in v0.1.10
func (*FileIndex) ProtoMessage()
func (*FileIndex) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *FileIndex) XXX_DiscardUnknown()
func (*FileIndex) XXX_Marshal ¶ added in v0.1.10
func (*FileIndex) XXX_Unmarshal ¶ added in v0.1.10
type Files ¶ added in v0.1.10
type Files struct { Block string `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Target string `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"` Data string `protobuf:"bytes,10,opt,name=data,proto3" json:"data,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"` User *User `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"` Caption string `protobuf:"bytes,5,opt,name=caption,proto3" json:"caption,omitempty"` Files []*File `protobuf:"bytes,6,rep,name=files,proto3" json:"files,omitempty"` Comments []*Comment `protobuf:"bytes,7,rep,name=comments,proto3" json:"comments,omitempty"` Likes []*Like `protobuf:"bytes,8,rep,name=likes,proto3" json:"likes,omitempty"` Threads []string `protobuf:"bytes,9,rep,name=threads,proto3" json:"threads,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Files) Descriptor ¶ added in v0.1.10
func (*Files) GetCaption ¶ added in v0.1.10
func (*Files) GetComments ¶ added in v0.1.10
func (*Files) GetThreads ¶ added in v0.1.10
func (*Files) ProtoMessage ¶ added in v0.1.10
func (*Files) ProtoMessage()
func (*Files) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Files) XXX_DiscardUnknown()
func (*Files) XXX_Marshal ¶ added in v0.1.10
func (*Files) XXX_Unmarshal ¶ added in v0.1.10
type FilesList ¶ added in v0.1.10
type FilesList struct { Items []*Files `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FilesList) Descriptor ¶ added in v0.1.10
func (*FilesList) ProtoMessage ¶ added in v0.1.10
func (*FilesList) ProtoMessage()
func (*FilesList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *FilesList) XXX_DiscardUnknown()
func (*FilesList) XXX_Marshal ¶ added in v0.1.10
func (*FilesList) XXX_Unmarshal ¶ added in v0.1.10
type Flag ¶ added in v0.1.10
type Flag struct { Block string `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` User *User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` Target *FeedItem `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Flag) Descriptor ¶ added in v0.1.10
func (*Flag) ProtoMessage ¶ added in v0.1.10
func (*Flag) ProtoMessage()
func (*Flag) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Flag) XXX_DiscardUnknown()
func (*Flag) XXX_Marshal ¶ added in v0.1.10
func (*Flag) XXX_Unmarshal ¶ added in v0.1.10
type Ignore ¶ added in v0.1.10
type Ignore struct { Block string `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` User *User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` Target *FeedItem `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ignore) Descriptor ¶ added in v0.1.10
func (*Ignore) ProtoMessage ¶ added in v0.1.10
func (*Ignore) ProtoMessage()
func (*Ignore) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Ignore) XXX_DiscardUnknown()
func (*Ignore) XXX_Marshal ¶ added in v0.1.10
func (*Ignore) XXX_Unmarshal ¶ added in v0.1.10
type Invite ¶ added in v0.1.10
type Invite struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Block []byte `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Inviter *Peer `protobuf:"bytes,4,opt,name=inviter,proto3" json:"inviter,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,5,opt,name=date,proto3" json:"date,omitempty"` Parents []string `protobuf:"bytes,6,rep,name=parents,proto3" json:"parents,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Invite) Descriptor ¶ added in v0.1.10
func (*Invite) GetInviter ¶ added in v0.1.10
func (*Invite) GetParents ¶ added in v0.3.0
func (*Invite) ProtoMessage ¶ added in v0.1.10
func (*Invite) ProtoMessage()
func (*Invite) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Invite) XXX_DiscardUnknown()
func (*Invite) XXX_Marshal ¶ added in v0.1.10
func (*Invite) XXX_Unmarshal ¶ added in v0.1.10
type InviteList ¶ added in v0.1.10
type InviteList struct { Items []*Invite `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InviteList) Descriptor ¶ added in v0.1.10
func (*InviteList) Descriptor() ([]byte, []int)
func (*InviteList) GetItems ¶ added in v0.1.10
func (m *InviteList) GetItems() []*Invite
func (*InviteList) ProtoMessage ¶ added in v0.1.10
func (*InviteList) ProtoMessage()
func (*InviteList) Reset ¶ added in v0.1.10
func (m *InviteList) Reset()
func (*InviteList) String ¶ added in v0.1.10
func (m *InviteList) String() string
func (*InviteList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *InviteList) XXX_DiscardUnknown()
func (*InviteList) XXX_Marshal ¶ added in v0.1.10
func (m *InviteList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InviteList) XXX_Merge ¶ added in v0.1.10
func (dst *InviteList) XXX_Merge(src proto.Message)
func (*InviteList) XXX_Size ¶ added in v0.1.10
func (m *InviteList) XXX_Size() int
func (*InviteList) XXX_Unmarshal ¶ added in v0.1.10
func (m *InviteList) XXX_Unmarshal(b []byte) error
type InviteView ¶ added in v0.1.10
type InviteView struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Inviter *User `protobuf:"bytes,3,opt,name=inviter,proto3" json:"inviter,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InviteView) Descriptor ¶ added in v0.1.10
func (*InviteView) Descriptor() ([]byte, []int)
func (*InviteView) GetDate ¶ added in v0.1.10
func (m *InviteView) GetDate() *timestamp.Timestamp
func (*InviteView) GetId ¶ added in v0.1.10
func (m *InviteView) GetId() string
func (*InviteView) GetInviter ¶ added in v0.1.10
func (m *InviteView) GetInviter() *User
func (*InviteView) GetName ¶ added in v0.1.10
func (m *InviteView) GetName() string
func (*InviteView) ProtoMessage ¶ added in v0.1.10
func (*InviteView) ProtoMessage()
func (*InviteView) Reset ¶ added in v0.1.10
func (m *InviteView) Reset()
func (*InviteView) String ¶ added in v0.1.10
func (m *InviteView) String() string
func (*InviteView) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *InviteView) XXX_DiscardUnknown()
func (*InviteView) XXX_Marshal ¶ added in v0.1.10
func (m *InviteView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InviteView) XXX_Merge ¶ added in v0.1.10
func (dst *InviteView) XXX_Merge(src proto.Message)
func (*InviteView) XXX_Size ¶ added in v0.1.10
func (m *InviteView) XXX_Size() int
func (*InviteView) XXX_Unmarshal ¶ added in v0.1.10
func (m *InviteView) XXX_Unmarshal(b []byte) error
type InviteViewList ¶ added in v0.1.10
type InviteViewList struct { Items []*InviteView `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InviteViewList) Descriptor ¶ added in v0.1.10
func (*InviteViewList) Descriptor() ([]byte, []int)
func (*InviteViewList) GetItems ¶ added in v0.1.10
func (m *InviteViewList) GetItems() []*InviteView
func (*InviteViewList) ProtoMessage ¶ added in v0.1.10
func (*InviteViewList) ProtoMessage()
func (*InviteViewList) Reset ¶ added in v0.1.10
func (m *InviteViewList) Reset()
func (*InviteViewList) String ¶ added in v0.1.10
func (m *InviteViewList) String() string
func (*InviteViewList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *InviteViewList) XXX_DiscardUnknown()
func (*InviteViewList) XXX_Marshal ¶ added in v0.1.10
func (m *InviteViewList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InviteViewList) XXX_Merge ¶ added in v0.1.10
func (dst *InviteViewList) XXX_Merge(src proto.Message)
func (*InviteViewList) XXX_Size ¶ added in v0.1.10
func (m *InviteViewList) XXX_Size() int
func (*InviteViewList) XXX_Unmarshal ¶ added in v0.1.10
func (m *InviteViewList) XXX_Unmarshal(b []byte) error
type Join ¶ added in v0.1.10
type Join struct { Block string `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` User *User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` Likes []*Like `protobuf:"bytes,4,rep,name=likes,proto3" json:"likes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Join) Descriptor ¶ added in v0.1.10
func (*Join) ProtoMessage ¶ added in v0.1.10
func (*Join) ProtoMessage()
func (*Join) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Join) XXX_DiscardUnknown()
func (*Join) XXX_Marshal ¶ added in v0.1.10
func (*Join) XXX_Unmarshal ¶ added in v0.1.10
type Keys ¶ added in v0.1.10
type Keys struct { Files map[string]string `` /* 151-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Keys) Descriptor ¶ added in v0.1.10
func (*Keys) ProtoMessage ¶ added in v0.1.10
func (*Keys) ProtoMessage()
func (*Keys) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Keys) XXX_DiscardUnknown()
func (*Keys) XXX_Marshal ¶ added in v0.1.10
func (*Keys) XXX_Unmarshal ¶ added in v0.1.10
type Leave ¶ added in v0.1.10
type Leave struct { Block string `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` User *User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` Likes []*Like `protobuf:"bytes,4,rep,name=likes,proto3" json:"likes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Leave) Descriptor ¶ added in v0.1.10
func (*Leave) ProtoMessage ¶ added in v0.1.10
func (*Leave) ProtoMessage()
func (*Leave) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Leave) XXX_DiscardUnknown()
func (*Leave) XXX_Marshal ¶ added in v0.1.10
func (*Leave) XXX_Unmarshal ¶ added in v0.1.10
type Like ¶ added in v0.1.10
type Like struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` User *User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` Target *FeedItem `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Like) Descriptor ¶ added in v0.1.10
func (*Like) ProtoMessage ¶ added in v0.1.10
func (*Like) ProtoMessage()
func (*Like) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Like) XXX_DiscardUnknown()
func (*Like) XXX_Marshal ¶ added in v0.1.10
func (*Like) XXX_Unmarshal ¶ added in v0.1.10
type LikeList ¶ added in v0.1.10
type LikeList struct { Items []*Like `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LikeList) Descriptor ¶ added in v0.1.10
func (*LikeList) ProtoMessage ¶ added in v0.1.10
func (*LikeList) ProtoMessage()
func (*LikeList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *LikeList) XXX_DiscardUnknown()
func (*LikeList) XXX_Marshal ¶ added in v0.1.10
func (*LikeList) XXX_Unmarshal ¶ added in v0.1.10
type Link ¶ added in v0.1.10
type Link struct { Use string `protobuf:"bytes,1,opt,name=use,proto3" json:"use,omitempty"` Pin bool `protobuf:"varint,2,opt,name=pin,proto3" json:"pin,omitempty"` Plaintext bool `protobuf:"varint,3,opt,name=plaintext,proto3" json:"plaintext,omitempty"` Mill string `protobuf:"bytes,4,opt,name=mill,proto3" json:"mill,omitempty"` Opts map[string]string `` /* 149-byte string literal not displayed */ JsonSchema *_struct.Struct `protobuf:"bytes,6,opt,name=json_schema,json=jsonSchema,proto3" json:"json_schema,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Link) Descriptor ¶ added in v0.1.10
func (*Link) GetJsonSchema ¶ added in v0.1.10
func (*Link) GetPlaintext ¶ added in v0.1.10
func (*Link) ProtoMessage ¶ added in v0.1.10
func (*Link) ProtoMessage()
func (*Link) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Link) XXX_DiscardUnknown()
func (*Link) XXX_Marshal ¶ added in v0.1.10
func (*Link) XXX_Unmarshal ¶ added in v0.1.10
type LogLevel ¶ added in v0.1.10
type LogLevel struct { Systems map[string]LogLevel_Level `` /* 176-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogLevel) Descriptor ¶ added in v0.1.10
func (*LogLevel) GetSystems ¶ added in v0.1.10
func (m *LogLevel) GetSystems() map[string]LogLevel_Level
func (*LogLevel) ProtoMessage ¶ added in v0.1.10
func (*LogLevel) ProtoMessage()
func (*LogLevel) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *LogLevel) XXX_DiscardUnknown()
func (*LogLevel) XXX_Marshal ¶ added in v0.1.10
func (*LogLevel) XXX_Unmarshal ¶ added in v0.1.10
type LogLevel_Level ¶ added in v0.1.10
type LogLevel_Level int32
const ( LogLevel_CRITICAL LogLevel_Level = 0 LogLevel_ERROR LogLevel_Level = 1 LogLevel_WARNING LogLevel_Level = 2 LogLevel_NOTICE LogLevel_Level = 3 LogLevel_INFO LogLevel_Level = 4 LogLevel_DEBUG LogLevel_Level = 5 )
func (LogLevel_Level) EnumDescriptor ¶ added in v0.1.10
func (LogLevel_Level) EnumDescriptor() ([]byte, []int)
func (LogLevel_Level) String ¶ added in v0.1.10
func (x LogLevel_Level) String() string
type Merge
deprecated
added in
v0.1.10
type Merge struct { Block string `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` User *User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` Targets []*FeedItem `protobuf:"bytes,4,rep,name=targets,proto3" json:"targets,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Deprecated: Do not use.
func (*Merge) Descriptor ¶ added in v0.1.10
func (*Merge) GetTargets ¶ added in v0.1.10
func (*Merge) ProtoMessage ¶ added in v0.1.10
func (*Merge) ProtoMessage()
func (*Merge) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Merge) XXX_DiscardUnknown()
func (*Merge) XXX_Marshal ¶ added in v0.1.10
func (*Merge) XXX_Unmarshal ¶ added in v0.1.10
type Message ¶
type Message struct { Type Message_Type `protobuf:"varint,1,opt,name=type,proto3,enum=Message_Type" json:"type,omitempty"` Payload *any.Any `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` Request int32 `protobuf:"varint,3,opt,name=request,proto3" json:"request,omitempty"` Response bool `protobuf:"varint,4,opt,name=response,proto3" json:"response,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Message) Descriptor ¶
func (*Message) GetPayload ¶
func (*Message) GetRequest ¶ added in v0.3.0
func (*Message) GetResponse ¶ added in v0.3.0
func (*Message) GetType ¶
func (m *Message) GetType() Message_Type
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) XXX_DiscardUnknown ¶
func (m *Message) XXX_DiscardUnknown()
func (*Message) XXX_Marshal ¶
func (*Message) XXX_Unmarshal ¶
type Message_Type ¶
type Message_Type int32
const ( Message_PING Message_Type = 0 Message_PONG Message_Type = 1 Message_THREAD_ENVELOPE Message_Type = 10 Message_THREAD_ENVELOPE_ACK Message_Type = 11 Message_CAFE_CHALLENGE Message_Type = 50 Message_CAFE_NONCE Message_Type = 51 Message_CAFE_REGISTRATION Message_Type = 52 Message_CAFE_DEREGISTRATION Message_Type = 72 Message_CAFE_DEREGISTRATION_ACK Message_Type = 73 Message_CAFE_SESSION Message_Type = 53 Message_CAFE_REFRESH_SESSION Message_Type = 54 Message_CAFE_STORE Message_Type = 55 Message_CAFE_STORE_ACK Message_Type = 59 Message_CAFE_UNSTORE Message_Type = 74 Message_CAFE_UNSTORE_ACK Message_Type = 75 Message_CAFE_OBJECT Message_Type = 56 Message_CAFE_OBJECT_LIST Message_Type = 57 Message_CAFE_STORE_THREAD Message_Type = 58 Message_CAFE_STORE_THREAD_ACK Message_Type = 76 Message_CAFE_UNSTORE_THREAD Message_Type = 77 Message_CAFE_UNSTORE_THREAD_ACK Message_Type = 78 Message_CAFE_DELIVER_MESSAGE Message_Type = 60 Message_CAFE_CHECK_MESSAGES Message_Type = 61 Message_CAFE_MESSAGES Message_Type = 62 Message_CAFE_DELETE_MESSAGES Message_Type = 63 Message_CAFE_DELETE_MESSAGES_ACK Message_Type = 64 Message_CAFE_YOU_HAVE_MAIL Message_Type = 65 Message_CAFE_PUBLISH_PEER Message_Type = 66 Message_CAFE_PUBLISH_PEER_ACK Message_Type = 67 Message_CAFE_QUERY Message_Type = 70 Message_CAFE_QUERY_RES Message_Type = 71 Message_CAFE_PUBSUB_QUERY Message_Type = 102 Message_CAFE_PUBSUB_QUERY_RES Message_Type = 103 Message_ERROR Message_Type = 500 Message_CAFE_CONTACT_QUERY Message_Type = 68 // Deprecated: Do not use. Message_CAFE_CONTACT_QUERY_RES Message_Type = 69 // Deprecated: Do not use. Message_CAFE_PUBSUB_CONTACT_QUERY Message_Type = 100 // Deprecated: Do not use. Message_CAFE_PUBSUB_CONTACT_QUERY_RES Message_Type = 101 // Deprecated: Do not use. )
func (Message_Type) EnumDescriptor ¶
func (Message_Type) EnumDescriptor() ([]byte, []int)
func (Message_Type) String ¶
func (x Message_Type) String() string
type MobileEventType ¶ added in v0.1.10
type MobileEventType int32
const ( MobileEventType_NODE_START MobileEventType = 0 MobileEventType_NODE_ONLINE MobileEventType = 1 MobileEventType_NODE_STOP MobileEventType = 2 MobileEventType_ACCOUNT_UPDATE MobileEventType = 10 MobileEventType_THREAD_UPDATE MobileEventType = 11 MobileEventType_NOTIFICATION MobileEventType = 12 MobileEventType_QUERY_RESPONSE MobileEventType = 20 MobileEventType_CAFE_SYNC_GROUP_UPDATE MobileEventType = 30 MobileEventType_CAFE_SYNC_GROUP_COMPLETE MobileEventType = 31 MobileEventType_CAFE_SYNC_GROUP_FAILED MobileEventType = 32 )
func (MobileEventType) EnumDescriptor ¶ added in v0.1.10
func (MobileEventType) EnumDescriptor() ([]byte, []int)
func (MobileEventType) String ¶ added in v0.1.10
func (x MobileEventType) String() string
type MobileQueryEvent ¶ added in v0.1.10
type MobileQueryEvent struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Type MobileQueryEvent_Type `protobuf:"varint,2,opt,name=type,proto3,enum=MobileQueryEvent_Type" json:"type,omitempty"` Data *QueryResult `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` Error *Error `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MobileQueryEvent) Descriptor ¶ added in v0.1.10
func (*MobileQueryEvent) Descriptor() ([]byte, []int)
func (*MobileQueryEvent) GetData ¶ added in v0.1.10
func (m *MobileQueryEvent) GetData() *QueryResult
func (*MobileQueryEvent) GetError ¶ added in v0.1.10
func (m *MobileQueryEvent) GetError() *Error
func (*MobileQueryEvent) GetId ¶ added in v0.1.10
func (m *MobileQueryEvent) GetId() string
func (*MobileQueryEvent) GetType ¶ added in v0.1.10
func (m *MobileQueryEvent) GetType() MobileQueryEvent_Type
func (*MobileQueryEvent) ProtoMessage ¶ added in v0.1.10
func (*MobileQueryEvent) ProtoMessage()
func (*MobileQueryEvent) Reset ¶ added in v0.1.10
func (m *MobileQueryEvent) Reset()
func (*MobileQueryEvent) String ¶ added in v0.1.10
func (m *MobileQueryEvent) String() string
func (*MobileQueryEvent) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *MobileQueryEvent) XXX_DiscardUnknown()
func (*MobileQueryEvent) XXX_Marshal ¶ added in v0.1.10
func (m *MobileQueryEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MobileQueryEvent) XXX_Merge ¶ added in v0.1.10
func (dst *MobileQueryEvent) XXX_Merge(src proto.Message)
func (*MobileQueryEvent) XXX_Size ¶ added in v0.1.10
func (m *MobileQueryEvent) XXX_Size() int
func (*MobileQueryEvent) XXX_Unmarshal ¶ added in v0.1.10
func (m *MobileQueryEvent) XXX_Unmarshal(b []byte) error
type MobileQueryEvent_Type ¶ added in v0.1.10
type MobileQueryEvent_Type int32
const ( MobileQueryEvent_DATA MobileQueryEvent_Type = 0 MobileQueryEvent_DONE MobileQueryEvent_Type = 1 MobileQueryEvent_ERROR MobileQueryEvent_Type = 2 )
func (MobileQueryEvent_Type) EnumDescriptor ¶ added in v0.1.10
func (MobileQueryEvent_Type) EnumDescriptor() ([]byte, []int)
func (MobileQueryEvent_Type) String ¶ added in v0.1.10
func (x MobileQueryEvent_Type) String() string
type MobileWalletAccount ¶ added in v0.1.10
type MobileWalletAccount struct { Seed string `protobuf:"bytes,1,opt,name=seed,proto3" json:"seed,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MobileWalletAccount) Descriptor ¶ added in v0.1.10
func (*MobileWalletAccount) Descriptor() ([]byte, []int)
func (*MobileWalletAccount) GetAddress ¶ added in v0.1.10
func (m *MobileWalletAccount) GetAddress() string
func (*MobileWalletAccount) GetSeed ¶ added in v0.1.10
func (m *MobileWalletAccount) GetSeed() string
func (*MobileWalletAccount) ProtoMessage ¶ added in v0.1.10
func (*MobileWalletAccount) ProtoMessage()
func (*MobileWalletAccount) Reset ¶ added in v0.1.10
func (m *MobileWalletAccount) Reset()
func (*MobileWalletAccount) String ¶ added in v0.1.10
func (m *MobileWalletAccount) String() string
func (*MobileWalletAccount) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *MobileWalletAccount) XXX_DiscardUnknown()
func (*MobileWalletAccount) XXX_Marshal ¶ added in v0.1.10
func (m *MobileWalletAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MobileWalletAccount) XXX_Merge ¶ added in v0.1.10
func (dst *MobileWalletAccount) XXX_Merge(src proto.Message)
func (*MobileWalletAccount) XXX_Size ¶ added in v0.1.10
func (m *MobileWalletAccount) XXX_Size() int
func (*MobileWalletAccount) XXX_Unmarshal ¶ added in v0.1.10
func (m *MobileWalletAccount) XXX_Unmarshal(b []byte) error
type Node ¶ added in v0.1.10
type Node struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Pin bool `protobuf:"varint,2,opt,name=pin,proto3" json:"pin,omitempty"` Plaintext bool `protobuf:"varint,3,opt,name=plaintext,proto3" json:"plaintext,omitempty"` Mill string `protobuf:"bytes,4,opt,name=mill,proto3" json:"mill,omitempty"` Opts map[string]string `` /* 149-byte string literal not displayed */ JsonSchema *_struct.Struct `protobuf:"bytes,6,opt,name=json_schema,json=jsonSchema,proto3" json:"json_schema,omitempty"` Links map[string]*Link `` /* 151-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Node) Descriptor ¶ added in v0.1.10
func (*Node) GetJsonSchema ¶ added in v0.1.10
func (*Node) GetPlaintext ¶ added in v0.1.10
func (*Node) ProtoMessage ¶ added in v0.1.10
func (*Node) ProtoMessage()
func (*Node) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Node) XXX_DiscardUnknown()
func (*Node) XXX_Marshal ¶ added in v0.1.10
func (*Node) XXX_Unmarshal ¶ added in v0.1.10
type Notification ¶ added in v0.1.10
type Notification struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` Actor string `protobuf:"bytes,3,opt,name=actor,proto3" json:"actor,omitempty"` Subject string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"` SubjectDesc string `protobuf:"bytes,5,opt,name=subject_desc,json=subjectDesc,proto3" json:"subject_desc,omitempty"` Block string `protobuf:"bytes,6,opt,name=block,proto3" json:"block,omitempty"` Target string `protobuf:"bytes,7,opt,name=target,proto3" json:"target,omitempty"` Type Notification_Type `protobuf:"varint,8,opt,name=type,proto3,enum=Notification_Type" json:"type,omitempty"` Body string `protobuf:"bytes,9,opt,name=body,proto3" json:"body,omitempty"` Read bool `protobuf:"varint,10,opt,name=read,proto3" json:"read,omitempty"` // view info User *User `protobuf:"bytes,101,opt,name=user,proto3" json:"user,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Notification) Descriptor ¶ added in v0.1.10
func (*Notification) Descriptor() ([]byte, []int)
func (*Notification) GetActor ¶ added in v0.1.10
func (m *Notification) GetActor() string
func (*Notification) GetBlock ¶ added in v0.1.10
func (m *Notification) GetBlock() string
func (*Notification) GetBody ¶ added in v0.1.10
func (m *Notification) GetBody() string
func (*Notification) GetDate ¶ added in v0.1.10
func (m *Notification) GetDate() *timestamp.Timestamp
func (*Notification) GetId ¶ added in v0.1.10
func (m *Notification) GetId() string
func (*Notification) GetRead ¶ added in v0.1.10
func (m *Notification) GetRead() bool
func (*Notification) GetSubject ¶ added in v0.1.10
func (m *Notification) GetSubject() string
func (*Notification) GetSubjectDesc ¶ added in v0.1.10
func (m *Notification) GetSubjectDesc() string
func (*Notification) GetTarget ¶ added in v0.1.10
func (m *Notification) GetTarget() string
func (*Notification) GetType ¶ added in v0.1.10
func (m *Notification) GetType() Notification_Type
func (*Notification) GetUser ¶ added in v0.1.10
func (m *Notification) GetUser() *User
func (*Notification) ProtoMessage ¶ added in v0.1.10
func (*Notification) ProtoMessage()
func (*Notification) Reset ¶ added in v0.1.10
func (m *Notification) Reset()
func (*Notification) String ¶ added in v0.1.10
func (m *Notification) String() string
func (*Notification) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Notification) XXX_DiscardUnknown()
func (*Notification) XXX_Marshal ¶ added in v0.1.10
func (m *Notification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Notification) XXX_Merge ¶ added in v0.1.10
func (dst *Notification) XXX_Merge(src proto.Message)
func (*Notification) XXX_Size ¶ added in v0.1.10
func (m *Notification) XXX_Size() int
func (*Notification) XXX_Unmarshal ¶ added in v0.1.10
func (m *Notification) XXX_Unmarshal(b []byte) error
type NotificationList ¶ added in v0.1.10
type NotificationList struct { Items []*Notification `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NotificationList) Descriptor ¶ added in v0.1.10
func (*NotificationList) Descriptor() ([]byte, []int)
func (*NotificationList) GetItems ¶ added in v0.1.10
func (m *NotificationList) GetItems() []*Notification
func (*NotificationList) ProtoMessage ¶ added in v0.1.10
func (*NotificationList) ProtoMessage()
func (*NotificationList) Reset ¶ added in v0.1.10
func (m *NotificationList) Reset()
func (*NotificationList) String ¶ added in v0.1.10
func (m *NotificationList) String() string
func (*NotificationList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *NotificationList) XXX_DiscardUnknown()
func (*NotificationList) XXX_Marshal ¶ added in v0.1.10
func (m *NotificationList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NotificationList) XXX_Merge ¶ added in v0.1.10
func (dst *NotificationList) XXX_Merge(src proto.Message)
func (*NotificationList) XXX_Size ¶ added in v0.1.10
func (m *NotificationList) XXX_Size() int
func (*NotificationList) XXX_Unmarshal ¶ added in v0.1.10
func (m *NotificationList) XXX_Unmarshal(b []byte) error
type Notification_Type ¶ added in v0.1.10
type Notification_Type int32
const ( Notification_INVITE_RECEIVED Notification_Type = 0 Notification_ACCOUNT_PEER_JOINED Notification_Type = 1 Notification_ACCOUNT_PEER_LEFT Notification_Type = 8 Notification_PEER_JOINED Notification_Type = 2 Notification_PEER_LEFT Notification_Type = 3 Notification_MESSAGE_ADDED Notification_Type = 4 Notification_FILES_ADDED Notification_Type = 5 Notification_COMMENT_ADDED Notification_Type = 6 Notification_LIKE_ADDED Notification_Type = 7 )
func (Notification_Type) EnumDescriptor ¶ added in v0.1.10
func (Notification_Type) EnumDescriptor() ([]byte, []int)
func (Notification_Type) String ¶ added in v0.1.10
func (x Notification_Type) String() string
type Peer ¶ added in v0.1.10
type Peer struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Avatar string `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"` Inboxes []*Cafe `protobuf:"bytes,5,rep,name=inboxes,proto3" json:"inboxes,omitempty"` Created *timestamp.Timestamp `protobuf:"bytes,6,opt,name=created,proto3" json:"created,omitempty"` Updated *timestamp.Timestamp `protobuf:"bytes,7,opt,name=updated,proto3" json:"updated,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Peer) Descriptor ¶ added in v0.1.10
func (*Peer) GetAddress ¶ added in v0.1.10
func (*Peer) GetCreated ¶ added in v0.1.10
func (*Peer) GetInboxes ¶ added in v0.1.10
func (*Peer) GetUpdated ¶ added in v0.1.10
func (*Peer) ProtoMessage ¶ added in v0.1.10
func (*Peer) ProtoMessage()
func (*Peer) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Peer) XXX_DiscardUnknown()
func (*Peer) XXX_Marshal ¶ added in v0.1.10
func (*Peer) XXX_Unmarshal ¶ added in v0.1.10
type PeerList ¶ added in v0.1.10
type PeerList struct { Items []*Peer `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PeerList) Descriptor ¶ added in v0.1.10
func (*PeerList) ProtoMessage ¶ added in v0.1.10
func (*PeerList) ProtoMessage()
func (*PeerList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *PeerList) XXX_DiscardUnknown()
func (*PeerList) XXX_Marshal ¶ added in v0.1.10
func (*PeerList) XXX_Unmarshal ¶ added in v0.1.10
type PubSubQuery ¶ added in v0.1.10
type PubSubQuery struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Type Query_Type `protobuf:"varint,2,opt,name=type,proto3,enum=Query_Type" json:"type,omitempty"` Payload *any.Any `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` ResponseType PubSubQuery_ResponseType `protobuf:"varint,4,opt,name=responseType,proto3,enum=PubSubQuery_ResponseType" json:"responseType,omitempty"` Exclude []string `protobuf:"bytes,5,rep,name=exclude,proto3" json:"exclude,omitempty"` Topic string `protobuf:"bytes,6,opt,name=topic,proto3" json:"topic,omitempty"` Timeout int32 `protobuf:"varint,7,opt,name=timeout,proto3" json:"timeout,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PubSubQuery) Descriptor ¶ added in v0.1.10
func (*PubSubQuery) Descriptor() ([]byte, []int)
func (*PubSubQuery) GetExclude ¶ added in v0.1.10
func (m *PubSubQuery) GetExclude() []string
func (*PubSubQuery) GetId ¶ added in v0.1.10
func (m *PubSubQuery) GetId() string
func (*PubSubQuery) GetPayload ¶ added in v0.1.10
func (m *PubSubQuery) GetPayload() *any.Any
func (*PubSubQuery) GetResponseType ¶ added in v0.1.10
func (m *PubSubQuery) GetResponseType() PubSubQuery_ResponseType
func (*PubSubQuery) GetTimeout ¶ added in v0.1.10
func (m *PubSubQuery) GetTimeout() int32
func (*PubSubQuery) GetTopic ¶ added in v0.1.10
func (m *PubSubQuery) GetTopic() string
func (*PubSubQuery) GetType ¶ added in v0.1.10
func (m *PubSubQuery) GetType() Query_Type
func (*PubSubQuery) ProtoMessage ¶ added in v0.1.10
func (*PubSubQuery) ProtoMessage()
func (*PubSubQuery) Reset ¶ added in v0.1.10
func (m *PubSubQuery) Reset()
func (*PubSubQuery) String ¶ added in v0.1.10
func (m *PubSubQuery) String() string
func (*PubSubQuery) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *PubSubQuery) XXX_DiscardUnknown()
func (*PubSubQuery) XXX_Marshal ¶ added in v0.1.10
func (m *PubSubQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PubSubQuery) XXX_Merge ¶ added in v0.1.10
func (dst *PubSubQuery) XXX_Merge(src proto.Message)
func (*PubSubQuery) XXX_Size ¶ added in v0.1.10
func (m *PubSubQuery) XXX_Size() int
func (*PubSubQuery) XXX_Unmarshal ¶ added in v0.1.10
func (m *PubSubQuery) XXX_Unmarshal(b []byte) error
type PubSubQueryResults ¶ added in v0.1.10
type PubSubQueryResults struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Results *QueryResults `protobuf:"bytes,2,opt,name=results,proto3" json:"results,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PubSubQueryResults) Descriptor ¶ added in v0.1.10
func (*PubSubQueryResults) Descriptor() ([]byte, []int)
func (*PubSubQueryResults) GetId ¶ added in v0.1.10
func (m *PubSubQueryResults) GetId() string
func (*PubSubQueryResults) GetResults ¶ added in v0.1.10
func (m *PubSubQueryResults) GetResults() *QueryResults
func (*PubSubQueryResults) ProtoMessage ¶ added in v0.1.10
func (*PubSubQueryResults) ProtoMessage()
func (*PubSubQueryResults) Reset ¶ added in v0.1.10
func (m *PubSubQueryResults) Reset()
func (*PubSubQueryResults) String ¶ added in v0.1.10
func (m *PubSubQueryResults) String() string
func (*PubSubQueryResults) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *PubSubQueryResults) XXX_DiscardUnknown()
func (*PubSubQueryResults) XXX_Marshal ¶ added in v0.1.10
func (m *PubSubQueryResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PubSubQueryResults) XXX_Merge ¶ added in v0.1.10
func (dst *PubSubQueryResults) XXX_Merge(src proto.Message)
func (*PubSubQueryResults) XXX_Size ¶ added in v0.1.10
func (m *PubSubQueryResults) XXX_Size() int
func (*PubSubQueryResults) XXX_Unmarshal ¶ added in v0.1.10
func (m *PubSubQueryResults) XXX_Unmarshal(b []byte) error
type PubSubQuery_ResponseType ¶ added in v0.1.10
type PubSubQuery_ResponseType int32
const ( PubSubQuery_P2P PubSubQuery_ResponseType = 0 PubSubQuery_PUBSUB PubSubQuery_ResponseType = 1 )
func (PubSubQuery_ResponseType) EnumDescriptor ¶ added in v0.1.10
func (PubSubQuery_ResponseType) EnumDescriptor() ([]byte, []int)
func (PubSubQuery_ResponseType) String ¶ added in v0.1.10
func (x PubSubQuery_ResponseType) String() string
type Query ¶ added in v0.1.10
type Query struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` Type Query_Type `protobuf:"varint,3,opt,name=type,proto3,enum=Query_Type" json:"type,omitempty"` Options *QueryOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"` Payload *any.Any `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Query) Descriptor ¶ added in v0.1.10
func (*Query) GetOptions ¶ added in v0.1.10
func (m *Query) GetOptions() *QueryOptions
func (*Query) GetPayload ¶ added in v0.1.10
func (*Query) GetType ¶ added in v0.1.10
func (m *Query) GetType() Query_Type
func (*Query) ProtoMessage ¶ added in v0.1.10
func (*Query) ProtoMessage()
func (*Query) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Query) XXX_DiscardUnknown()
func (*Query) XXX_Marshal ¶ added in v0.1.10
func (*Query) XXX_Unmarshal ¶ added in v0.1.10
type QueryOptions ¶ added in v0.1.10
type QueryOptions struct { LocalOnly bool `protobuf:"varint,1,opt,name=localOnly,proto3" json:"localOnly,omitempty"` RemoteOnly bool `protobuf:"varint,6,opt,name=remoteOnly,proto3" json:"remoteOnly,omitempty"` Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Wait int32 `protobuf:"varint,3,opt,name=wait,proto3" json:"wait,omitempty"` Filter QueryOptions_FilterType `protobuf:"varint,4,opt,name=filter,proto3,enum=QueryOptions_FilterType" json:"filter,omitempty"` Exclude []string `protobuf:"bytes,5,rep,name=exclude,proto3" json:"exclude,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*QueryOptions) Descriptor ¶ added in v0.1.10
func (*QueryOptions) Descriptor() ([]byte, []int)
func (*QueryOptions) GetExclude ¶ added in v0.1.10
func (m *QueryOptions) GetExclude() []string
func (*QueryOptions) GetFilter ¶ added in v0.1.10
func (m *QueryOptions) GetFilter() QueryOptions_FilterType
func (*QueryOptions) GetLimit ¶ added in v0.1.10
func (m *QueryOptions) GetLimit() int32
func (*QueryOptions) GetLocalOnly ¶ added in v0.1.10
func (m *QueryOptions) GetLocalOnly() bool
func (*QueryOptions) GetRemoteOnly ¶ added in v0.1.10
func (m *QueryOptions) GetRemoteOnly() bool
func (*QueryOptions) GetWait ¶ added in v0.1.10
func (m *QueryOptions) GetWait() int32
func (*QueryOptions) ProtoMessage ¶ added in v0.1.10
func (*QueryOptions) ProtoMessage()
func (*QueryOptions) Reset ¶ added in v0.1.10
func (m *QueryOptions) Reset()
func (*QueryOptions) String ¶ added in v0.1.10
func (m *QueryOptions) String() string
func (*QueryOptions) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *QueryOptions) XXX_DiscardUnknown()
func (*QueryOptions) XXX_Marshal ¶ added in v0.1.10
func (m *QueryOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryOptions) XXX_Merge ¶ added in v0.1.10
func (dst *QueryOptions) XXX_Merge(src proto.Message)
func (*QueryOptions) XXX_Size ¶ added in v0.1.10
func (m *QueryOptions) XXX_Size() int
func (*QueryOptions) XXX_Unmarshal ¶ added in v0.1.10
func (m *QueryOptions) XXX_Unmarshal(b []byte) error
type QueryOptions_FilterType ¶ added in v0.1.10
type QueryOptions_FilterType int32
const ( QueryOptions_NO_FILTER QueryOptions_FilterType = 0 QueryOptions_HIDE_OLDER QueryOptions_FilterType = 1 )
func (QueryOptions_FilterType) EnumDescriptor ¶ added in v0.1.10
func (QueryOptions_FilterType) EnumDescriptor() ([]byte, []int)
func (QueryOptions_FilterType) String ¶ added in v0.1.10
func (x QueryOptions_FilterType) String() string
type QueryResult ¶ added in v0.1.10
type QueryResult struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` Local bool `protobuf:"varint,3,opt,name=local,proto3" json:"local,omitempty"` Value *any.Any `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*QueryResult) Descriptor ¶ added in v0.1.10
func (*QueryResult) Descriptor() ([]byte, []int)
func (*QueryResult) GetDate ¶ added in v0.1.10
func (m *QueryResult) GetDate() *timestamp.Timestamp
func (*QueryResult) GetId ¶ added in v0.1.10
func (m *QueryResult) GetId() string
func (*QueryResult) GetLocal ¶ added in v0.1.10
func (m *QueryResult) GetLocal() bool
func (*QueryResult) GetValue ¶ added in v0.1.10
func (m *QueryResult) GetValue() *any.Any
func (*QueryResult) ProtoMessage ¶ added in v0.1.10
func (*QueryResult) ProtoMessage()
func (*QueryResult) Reset ¶ added in v0.1.10
func (m *QueryResult) Reset()
func (*QueryResult) String ¶ added in v0.1.10
func (m *QueryResult) String() string
func (*QueryResult) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *QueryResult) XXX_DiscardUnknown()
func (*QueryResult) XXX_Marshal ¶ added in v0.1.10
func (m *QueryResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryResult) XXX_Merge ¶ added in v0.1.10
func (dst *QueryResult) XXX_Merge(src proto.Message)
func (*QueryResult) XXX_Size ¶ added in v0.1.10
func (m *QueryResult) XXX_Size() int
func (*QueryResult) XXX_Unmarshal ¶ added in v0.1.10
func (m *QueryResult) XXX_Unmarshal(b []byte) error
type QueryResults ¶ added in v0.1.10
type QueryResults struct { Type Query_Type `protobuf:"varint,1,opt,name=type,proto3,enum=Query_Type" json:"type,omitempty"` Items []*QueryResult `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*QueryResults) Descriptor ¶ added in v0.1.10
func (*QueryResults) Descriptor() ([]byte, []int)
func (*QueryResults) GetItems ¶ added in v0.1.10
func (m *QueryResults) GetItems() []*QueryResult
func (*QueryResults) GetType ¶ added in v0.1.10
func (m *QueryResults) GetType() Query_Type
func (*QueryResults) ProtoMessage ¶ added in v0.1.10
func (*QueryResults) ProtoMessage()
func (*QueryResults) Reset ¶ added in v0.1.10
func (m *QueryResults) Reset()
func (*QueryResults) String ¶ added in v0.1.10
func (m *QueryResults) String() string
func (*QueryResults) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *QueryResults) XXX_DiscardUnknown()
func (*QueryResults) XXX_Marshal ¶ added in v0.1.10
func (m *QueryResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryResults) XXX_Merge ¶ added in v0.1.10
func (dst *QueryResults) XXX_Merge(src proto.Message)
func (*QueryResults) XXX_Size ¶ added in v0.1.10
func (m *QueryResults) XXX_Size() int
func (*QueryResults) XXX_Unmarshal ¶ added in v0.1.10
func (m *QueryResults) XXX_Unmarshal(b []byte) error
type Query_Type ¶ added in v0.1.10
type Query_Type int32
const ( Query_THREAD_SNAPSHOTS Query_Type = 0 Query_CONTACTS Query_Type = 1 )
func (Query_Type) EnumDescriptor ¶ added in v0.1.10
func (Query_Type) EnumDescriptor() ([]byte, []int)
func (Query_Type) String ¶ added in v0.1.10
func (x Query_Type) String() string
type Step ¶ added in v0.1.10
type Step struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Link *Link `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Step) Descriptor ¶ added in v0.1.10
func (*Step) ProtoMessage ¶ added in v0.1.10
func (*Step) ProtoMessage()
func (*Step) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Step) XXX_DiscardUnknown()
func (*Step) XXX_Marshal ¶ added in v0.1.10
func (*Step) XXX_Unmarshal ¶ added in v0.1.10
type Strings ¶ added in v0.3.0
type Strings struct { Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Strings) Descriptor ¶ added in v0.3.0
func (*Strings) ProtoMessage ¶ added in v0.3.0
func (*Strings) ProtoMessage()
func (*Strings) XXX_DiscardUnknown ¶ added in v0.3.0
func (m *Strings) XXX_DiscardUnknown()
func (*Strings) XXX_Marshal ¶ added in v0.3.0
func (*Strings) XXX_Unmarshal ¶ added in v0.3.0
type Summary ¶ added in v0.1.10
type Summary struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` AccountPeerCount int32 `protobuf:"varint,3,opt,name=account_peer_count,json=accountPeerCount,proto3" json:"account_peer_count,omitempty"` ThreadCount int32 `protobuf:"varint,4,opt,name=thread_count,json=threadCount,proto3" json:"thread_count,omitempty"` FilesCount int32 `protobuf:"varint,5,opt,name=files_count,json=filesCount,proto3" json:"files_count,omitempty"` ContactCount int32 `protobuf:"varint,6,opt,name=contact_count,json=contactCount,proto3" json:"contact_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Summary) Descriptor ¶ added in v0.1.10
func (*Summary) GetAccountPeerCount ¶ added in v0.1.10
func (*Summary) GetAddress ¶ added in v0.1.10
func (*Summary) GetContactCount ¶ added in v0.1.10
func (*Summary) GetFilesCount ¶ added in v0.1.10
func (*Summary) GetThreadCount ¶ added in v0.1.10
func (*Summary) ProtoMessage ¶ added in v0.1.10
func (*Summary) ProtoMessage()
func (*Summary) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Summary) XXX_DiscardUnknown()
func (*Summary) XXX_Marshal ¶ added in v0.1.10
func (*Summary) XXX_Unmarshal ¶ added in v0.1.10
type Text ¶ added in v0.1.10
type Text struct { Block string `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Date *timestamp.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` User *User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` Body string `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"` Comments []*Comment `protobuf:"bytes,5,rep,name=comments,proto3" json:"comments,omitempty"` Likes []*Like `protobuf:"bytes,6,rep,name=likes,proto3" json:"likes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Text) Descriptor ¶ added in v0.1.10
func (*Text) GetComments ¶ added in v0.1.10
func (*Text) ProtoMessage ¶ added in v0.1.10
func (*Text) ProtoMessage()
func (*Text) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Text) XXX_DiscardUnknown()
func (*Text) XXX_Marshal ¶ added in v0.1.10
func (*Text) XXX_Unmarshal ¶ added in v0.1.10
type TextList ¶ added in v0.1.10
type TextList struct { Items []*Text `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TextList) Descriptor ¶ added in v0.1.10
func (*TextList) ProtoMessage ¶ added in v0.1.10
func (*TextList) ProtoMessage()
func (*TextList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *TextList) XXX_DiscardUnknown()
func (*TextList) XXX_Marshal ¶ added in v0.1.10
func (*TextList) XXX_Unmarshal ¶ added in v0.1.10
type Thread ¶ added in v0.1.10
type Thread struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` Sk []byte `protobuf:"bytes,3,opt,name=sk,proto3" json:"sk,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` Schema string `protobuf:"bytes,5,opt,name=schema,proto3" json:"schema,omitempty"` Initiator string `protobuf:"bytes,6,opt,name=initiator,proto3" json:"initiator,omitempty"` Type Thread_Type `protobuf:"varint,7,opt,name=type,proto3,enum=Thread_Type" json:"type,omitempty"` Sharing Thread_Sharing `protobuf:"varint,8,opt,name=sharing,proto3,enum=Thread_Sharing" json:"sharing,omitempty"` Whitelist []string `protobuf:"bytes,9,rep,name=whitelist,proto3" json:"whitelist,omitempty"` State Thread_State `protobuf:"varint,10,opt,name=state,proto3,enum=Thread_State" json:"state,omitempty"` // Deprecated: Do not use. Head string `protobuf:"bytes,11,opt,name=head,proto3" json:"head,omitempty"` // view info HeadBlocks []*Block `protobuf:"bytes,101,rep,name=head_blocks,json=headBlocks,proto3" json:"head_blocks,omitempty"` SchemaNode *Node `protobuf:"bytes,102,opt,name=schema_node,json=schemaNode,proto3" json:"schema_node,omitempty"` BlockCount int32 `protobuf:"varint,103,opt,name=block_count,json=blockCount,proto3" json:"block_count,omitempty"` PeerCount int32 `protobuf:"varint,104,opt,name=peer_count,json=peerCount,proto3" json:"peer_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Thread) Descriptor ¶ added in v0.1.10
func (*Thread) GetBlockCount ¶ added in v0.1.10
func (*Thread) GetHeadBlocks ¶ added in v0.3.0
func (*Thread) GetInitiator ¶ added in v0.1.10
func (*Thread) GetPeerCount ¶ added in v0.1.10
func (*Thread) GetSchemaNode ¶ added in v0.1.10
func (*Thread) GetSharing ¶ added in v0.1.10
func (m *Thread) GetSharing() Thread_Sharing
func (*Thread) GetState
deprecated
added in
v0.1.10
func (m *Thread) GetState() Thread_State
Deprecated: Do not use.
func (*Thread) GetType ¶ added in v0.1.10
func (m *Thread) GetType() Thread_Type
func (*Thread) GetWhitelist ¶ added in v0.1.12
func (*Thread) ProtoMessage ¶ added in v0.1.10
func (*Thread) ProtoMessage()
func (*Thread) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *Thread) XXX_DiscardUnknown()
func (*Thread) XXX_Marshal ¶ added in v0.1.10
func (*Thread) XXX_Unmarshal ¶ added in v0.1.10
type ThreadAdd ¶ added in v0.1.10
type ThreadAdd struct { Inviter *Peer `protobuf:"bytes,1,opt,name=inviter,proto3" json:"inviter,omitempty"` Thread *Thread `protobuf:"bytes,2,opt,name=thread,proto3" json:"thread,omitempty"` Invitee string `protobuf:"bytes,3,opt,name=invitee,proto3" json:"invitee,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ThreadAdd) Descriptor ¶ added in v0.1.10
func (*ThreadAdd) GetInvitee ¶ added in v0.3.0
func (*ThreadAdd) GetInviter ¶ added in v0.1.10
func (*ThreadAdd) ProtoMessage ¶ added in v0.1.10
func (*ThreadAdd) ProtoMessage()
func (*ThreadAdd) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadAdd) XXX_DiscardUnknown()
func (*ThreadAdd) XXX_Marshal ¶ added in v0.1.10
func (*ThreadAdd) XXX_Unmarshal ¶ added in v0.1.10
type ThreadAnnounce ¶ added in v0.1.10
type ThreadAnnounce struct { Peer *Peer `protobuf:"bytes,1,opt,name=peer,proto3" json:"peer,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ThreadAnnounce) Descriptor ¶ added in v0.1.10
func (*ThreadAnnounce) Descriptor() ([]byte, []int)
func (*ThreadAnnounce) GetName ¶ added in v0.1.10
func (m *ThreadAnnounce) GetName() string
func (*ThreadAnnounce) GetPeer ¶ added in v0.1.10
func (m *ThreadAnnounce) GetPeer() *Peer
func (*ThreadAnnounce) ProtoMessage ¶ added in v0.1.10
func (*ThreadAnnounce) ProtoMessage()
func (*ThreadAnnounce) Reset ¶ added in v0.1.10
func (m *ThreadAnnounce) Reset()
func (*ThreadAnnounce) String ¶ added in v0.1.10
func (m *ThreadAnnounce) String() string
func (*ThreadAnnounce) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadAnnounce) XXX_DiscardUnknown()
func (*ThreadAnnounce) XXX_Marshal ¶ added in v0.1.10
func (m *ThreadAnnounce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadAnnounce) XXX_Merge ¶ added in v0.1.10
func (dst *ThreadAnnounce) XXX_Merge(src proto.Message)
func (*ThreadAnnounce) XXX_Size ¶ added in v0.1.10
func (m *ThreadAnnounce) XXX_Size() int
func (*ThreadAnnounce) XXX_Unmarshal ¶ added in v0.1.10
func (m *ThreadAnnounce) XXX_Unmarshal(b []byte) error
type ThreadBlock ¶ added in v0.1.10
type ThreadBlock struct { Header *ThreadBlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Type Block_BlockType `protobuf:"varint,2,opt,name=type,proto3,enum=Block_BlockType" json:"type,omitempty"` Payload *any.Any `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ThreadBlock) Descriptor ¶ added in v0.1.10
func (*ThreadBlock) Descriptor() ([]byte, []int)
func (*ThreadBlock) GetHeader ¶ added in v0.1.10
func (m *ThreadBlock) GetHeader() *ThreadBlockHeader
func (*ThreadBlock) GetPayload ¶ added in v0.1.10
func (m *ThreadBlock) GetPayload() *any.Any
func (*ThreadBlock) GetType ¶ added in v0.1.10
func (m *ThreadBlock) GetType() Block_BlockType
func (*ThreadBlock) ProtoMessage ¶ added in v0.1.10
func (*ThreadBlock) ProtoMessage()
func (*ThreadBlock) Reset ¶ added in v0.1.10
func (m *ThreadBlock) Reset()
func (*ThreadBlock) String ¶ added in v0.1.10
func (m *ThreadBlock) String() string
func (*ThreadBlock) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadBlock) XXX_DiscardUnknown()
func (*ThreadBlock) XXX_Marshal ¶ added in v0.1.10
func (m *ThreadBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadBlock) XXX_Merge ¶ added in v0.1.10
func (dst *ThreadBlock) XXX_Merge(src proto.Message)
func (*ThreadBlock) XXX_Size ¶ added in v0.1.10
func (m *ThreadBlock) XXX_Size() int
func (*ThreadBlock) XXX_Unmarshal ¶ added in v0.1.10
func (m *ThreadBlock) XXX_Unmarshal(b []byte) error
type ThreadBlockHeader ¶
type ThreadBlockHeader struct { Date *timestamp.Timestamp `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"` Parents []string `protobuf:"bytes,2,rep,name=parents,proto3" json:"parents,omitempty"` // Deprecated: Do not use. Author string `protobuf:"bytes,3,opt,name=author,proto3" json:"author,omitempty"` Address string `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ThreadBlockHeader) Descriptor ¶
func (*ThreadBlockHeader) Descriptor() ([]byte, []int)
func (*ThreadBlockHeader) GetAddress ¶ added in v0.1.10
func (m *ThreadBlockHeader) GetAddress() string
func (*ThreadBlockHeader) GetAuthor ¶ added in v0.1.10
func (m *ThreadBlockHeader) GetAuthor() string
func (*ThreadBlockHeader) GetDate ¶
func (m *ThreadBlockHeader) GetDate() *timestamp.Timestamp
func (*ThreadBlockHeader) GetParents
deprecated
func (m *ThreadBlockHeader) GetParents() []string
Deprecated: Do not use.
func (*ThreadBlockHeader) ProtoMessage ¶
func (*ThreadBlockHeader) ProtoMessage()
func (*ThreadBlockHeader) Reset ¶
func (m *ThreadBlockHeader) Reset()
func (*ThreadBlockHeader) String ¶
func (m *ThreadBlockHeader) String() string
func (*ThreadBlockHeader) XXX_DiscardUnknown ¶
func (m *ThreadBlockHeader) XXX_DiscardUnknown()
func (*ThreadBlockHeader) XXX_Marshal ¶
func (m *ThreadBlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadBlockHeader) XXX_Merge ¶
func (dst *ThreadBlockHeader) XXX_Merge(src proto.Message)
func (*ThreadBlockHeader) XXX_Size ¶
func (m *ThreadBlockHeader) XXX_Size() int
func (*ThreadBlockHeader) XXX_Unmarshal ¶
func (m *ThreadBlockHeader) XXX_Unmarshal(b []byte) error
type ThreadComment
deprecated
added in
v0.1.10
type ThreadComment struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` Body string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Deprecated: Do not use.
func (*ThreadComment) Descriptor ¶ added in v0.1.10
func (*ThreadComment) Descriptor() ([]byte, []int)
func (*ThreadComment) GetBody ¶ added in v0.1.10
func (m *ThreadComment) GetBody() string
func (*ThreadComment) GetTarget ¶ added in v0.1.10
func (m *ThreadComment) GetTarget() string
func (*ThreadComment) ProtoMessage ¶ added in v0.1.10
func (*ThreadComment) ProtoMessage()
func (*ThreadComment) Reset ¶ added in v0.1.10
func (m *ThreadComment) Reset()
func (*ThreadComment) String ¶ added in v0.1.10
func (m *ThreadComment) String() string
func (*ThreadComment) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadComment) XXX_DiscardUnknown()
func (*ThreadComment) XXX_Marshal ¶ added in v0.1.10
func (m *ThreadComment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadComment) XXX_Merge ¶ added in v0.1.10
func (dst *ThreadComment) XXX_Merge(src proto.Message)
func (*ThreadComment) XXX_Size ¶ added in v0.1.10
func (m *ThreadComment) XXX_Size() int
func (*ThreadComment) XXX_Unmarshal ¶ added in v0.1.10
func (m *ThreadComment) XXX_Unmarshal(b []byte) error
type ThreadEnvelope ¶ added in v0.1.10
type ThreadEnvelope struct { Thread string `protobuf:"bytes,1,opt,name=thread,proto3" json:"thread,omitempty"` Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` // Deprecated: Do not use. Ciphertext []byte `protobuf:"bytes,3,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"` // Deprecated: Do not use. Sig []byte `protobuf:"bytes,4,opt,name=sig,proto3" json:"sig,omitempty"` Node []byte `protobuf:"bytes,5,opt,name=node,proto3" json:"node,omitempty"` Block []byte `protobuf:"bytes,6,opt,name=block,proto3" json:"block,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
for wire transport
func (*ThreadEnvelope) Descriptor ¶ added in v0.1.10
func (*ThreadEnvelope) Descriptor() ([]byte, []int)
func (*ThreadEnvelope) GetBlock ¶ added in v0.6.6
func (m *ThreadEnvelope) GetBlock() []byte
func (*ThreadEnvelope) GetCiphertext
deprecated
added in
v0.1.10
func (m *ThreadEnvelope) GetCiphertext() []byte
Deprecated: Do not use.
func (*ThreadEnvelope) GetHash
deprecated
added in
v0.1.10
func (m *ThreadEnvelope) GetHash() string
Deprecated: Do not use.
func (*ThreadEnvelope) GetNode ¶ added in v0.3.0
func (m *ThreadEnvelope) GetNode() []byte
func (*ThreadEnvelope) GetSig ¶ added in v0.1.10
func (m *ThreadEnvelope) GetSig() []byte
func (*ThreadEnvelope) GetThread ¶ added in v0.1.10
func (m *ThreadEnvelope) GetThread() string
func (*ThreadEnvelope) ProtoMessage ¶ added in v0.1.10
func (*ThreadEnvelope) ProtoMessage()
func (*ThreadEnvelope) Reset ¶ added in v0.1.10
func (m *ThreadEnvelope) Reset()
func (*ThreadEnvelope) String ¶ added in v0.1.10
func (m *ThreadEnvelope) String() string
func (*ThreadEnvelope) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadEnvelope) XXX_DiscardUnknown()
func (*ThreadEnvelope) XXX_Marshal ¶ added in v0.1.10
func (m *ThreadEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadEnvelope) XXX_Merge ¶ added in v0.1.10
func (dst *ThreadEnvelope) XXX_Merge(src proto.Message)
func (*ThreadEnvelope) XXX_Size ¶ added in v0.1.10
func (m *ThreadEnvelope) XXX_Size() int
func (*ThreadEnvelope) XXX_Unmarshal ¶ added in v0.1.10
func (m *ThreadEnvelope) XXX_Unmarshal(b []byte) error
type ThreadEnvelopeAck ¶ added in v0.5.4
type ThreadEnvelopeAck struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ThreadEnvelopeAck) Descriptor ¶ added in v0.5.4
func (*ThreadEnvelopeAck) Descriptor() ([]byte, []int)
func (*ThreadEnvelopeAck) GetId ¶ added in v0.5.4
func (m *ThreadEnvelopeAck) GetId() string
func (*ThreadEnvelopeAck) ProtoMessage ¶ added in v0.5.4
func (*ThreadEnvelopeAck) ProtoMessage()
func (*ThreadEnvelopeAck) Reset ¶ added in v0.5.4
func (m *ThreadEnvelopeAck) Reset()
func (*ThreadEnvelopeAck) String ¶ added in v0.5.4
func (m *ThreadEnvelopeAck) String() string
func (*ThreadEnvelopeAck) XXX_DiscardUnknown ¶ added in v0.5.4
func (m *ThreadEnvelopeAck) XXX_DiscardUnknown()
func (*ThreadEnvelopeAck) XXX_Marshal ¶ added in v0.5.4
func (m *ThreadEnvelopeAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadEnvelopeAck) XXX_Merge ¶ added in v0.5.4
func (dst *ThreadEnvelopeAck) XXX_Merge(src proto.Message)
func (*ThreadEnvelopeAck) XXX_Size ¶ added in v0.5.4
func (m *ThreadEnvelopeAck) XXX_Size() int
func (*ThreadEnvelopeAck) XXX_Unmarshal ¶ added in v0.5.4
func (m *ThreadEnvelopeAck) XXX_Unmarshal(b []byte) error
type ThreadFiles ¶ added in v0.1.10
type ThreadFiles struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // Deprecated: Do not use. Body string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` Keys map[string]string `` /* 149-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ThreadFiles) Descriptor ¶ added in v0.1.10
func (*ThreadFiles) Descriptor() ([]byte, []int)
func (*ThreadFiles) GetBody ¶ added in v0.1.10
func (m *ThreadFiles) GetBody() string
func (*ThreadFiles) GetKeys ¶ added in v0.1.10
func (m *ThreadFiles) GetKeys() map[string]string
func (*ThreadFiles) GetTarget
deprecated
added in
v0.1.10
func (m *ThreadFiles) GetTarget() string
Deprecated: Do not use.
func (*ThreadFiles) ProtoMessage ¶ added in v0.1.10
func (*ThreadFiles) ProtoMessage()
func (*ThreadFiles) Reset ¶ added in v0.1.10
func (m *ThreadFiles) Reset()
func (*ThreadFiles) String ¶ added in v0.1.10
func (m *ThreadFiles) String() string
func (*ThreadFiles) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadFiles) XXX_DiscardUnknown()
func (*ThreadFiles) XXX_Marshal ¶ added in v0.1.10
func (m *ThreadFiles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadFiles) XXX_Merge ¶ added in v0.1.10
func (dst *ThreadFiles) XXX_Merge(src proto.Message)
func (*ThreadFiles) XXX_Size ¶ added in v0.1.10
func (m *ThreadFiles) XXX_Size() int
func (*ThreadFiles) XXX_Unmarshal ¶ added in v0.1.10
func (m *ThreadFiles) XXX_Unmarshal(b []byte) error
type ThreadFlag
deprecated
added in
v0.1.10
type ThreadFlag struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Deprecated: Do not use.
func (*ThreadFlag) Descriptor ¶ added in v0.1.10
func (*ThreadFlag) Descriptor() ([]byte, []int)
func (*ThreadFlag) GetTarget ¶ added in v0.1.10
func (m *ThreadFlag) GetTarget() string
func (*ThreadFlag) ProtoMessage ¶ added in v0.1.10
func (*ThreadFlag) ProtoMessage()
func (*ThreadFlag) Reset ¶ added in v0.1.10
func (m *ThreadFlag) Reset()
func (*ThreadFlag) String ¶ added in v0.1.10
func (m *ThreadFlag) String() string
func (*ThreadFlag) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadFlag) XXX_DiscardUnknown()
func (*ThreadFlag) XXX_Marshal ¶ added in v0.1.10
func (m *ThreadFlag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadFlag) XXX_Merge ¶ added in v0.1.10
func (dst *ThreadFlag) XXX_Merge(src proto.Message)
func (*ThreadFlag) XXX_Size ¶ added in v0.1.10
func (m *ThreadFlag) XXX_Size() int
func (*ThreadFlag) XXX_Unmarshal ¶ added in v0.1.10
func (m *ThreadFlag) XXX_Unmarshal(b []byte) error
type ThreadIgnore
deprecated
type ThreadIgnore struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Deprecated: Do not use.
func (*ThreadIgnore) Descriptor ¶
func (*ThreadIgnore) Descriptor() ([]byte, []int)
func (*ThreadIgnore) GetTarget ¶ added in v0.1.10
func (m *ThreadIgnore) GetTarget() string
func (*ThreadIgnore) ProtoMessage ¶
func (*ThreadIgnore) ProtoMessage()
func (*ThreadIgnore) Reset ¶
func (m *ThreadIgnore) Reset()
func (*ThreadIgnore) String ¶
func (m *ThreadIgnore) String() string
func (*ThreadIgnore) XXX_DiscardUnknown ¶
func (m *ThreadIgnore) XXX_DiscardUnknown()
func (*ThreadIgnore) XXX_Marshal ¶
func (m *ThreadIgnore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadIgnore) XXX_Merge ¶
func (dst *ThreadIgnore) XXX_Merge(src proto.Message)
func (*ThreadIgnore) XXX_Size ¶
func (m *ThreadIgnore) XXX_Size() int
func (*ThreadIgnore) XXX_Unmarshal ¶
func (m *ThreadIgnore) XXX_Unmarshal(b []byte) error
type ThreadJoin ¶
type ThreadJoin struct { Inviter string `protobuf:"bytes,1,opt,name=inviter,proto3" json:"inviter,omitempty"` Peer *Peer `protobuf:"bytes,2,opt,name=peer,proto3" json:"peer,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ThreadJoin) Descriptor ¶
func (*ThreadJoin) Descriptor() ([]byte, []int)
func (*ThreadJoin) GetInviter ¶ added in v0.1.10
func (m *ThreadJoin) GetInviter() string
func (*ThreadJoin) GetPeer ¶ added in v0.1.10
func (m *ThreadJoin) GetPeer() *Peer
func (*ThreadJoin) ProtoMessage ¶
func (*ThreadJoin) ProtoMessage()
func (*ThreadJoin) Reset ¶
func (m *ThreadJoin) Reset()
func (*ThreadJoin) String ¶
func (m *ThreadJoin) String() string
func (*ThreadJoin) XXX_DiscardUnknown ¶
func (m *ThreadJoin) XXX_DiscardUnknown()
func (*ThreadJoin) XXX_Marshal ¶
func (m *ThreadJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadJoin) XXX_Merge ¶
func (dst *ThreadJoin) XXX_Merge(src proto.Message)
func (*ThreadJoin) XXX_Size ¶
func (m *ThreadJoin) XXX_Size() int
func (*ThreadJoin) XXX_Unmarshal ¶
func (m *ThreadJoin) XXX_Unmarshal(b []byte) error
type ThreadLike
deprecated
added in
v0.1.10
type ThreadLike struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Deprecated: Do not use.
func (*ThreadLike) Descriptor ¶ added in v0.1.10
func (*ThreadLike) Descriptor() ([]byte, []int)
func (*ThreadLike) GetTarget ¶ added in v0.1.10
func (m *ThreadLike) GetTarget() string
func (*ThreadLike) ProtoMessage ¶ added in v0.1.10
func (*ThreadLike) ProtoMessage()
func (*ThreadLike) Reset ¶ added in v0.1.10
func (m *ThreadLike) Reset()
func (*ThreadLike) String ¶ added in v0.1.10
func (m *ThreadLike) String() string
func (*ThreadLike) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadLike) XXX_DiscardUnknown()
func (*ThreadLike) XXX_Marshal ¶ added in v0.1.10
func (m *ThreadLike) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadLike) XXX_Merge ¶ added in v0.1.10
func (dst *ThreadLike) XXX_Merge(src proto.Message)
func (*ThreadLike) XXX_Size ¶ added in v0.1.10
func (m *ThreadLike) XXX_Size() int
func (*ThreadLike) XXX_Unmarshal ¶ added in v0.1.10
func (m *ThreadLike) XXX_Unmarshal(b []byte) error
type ThreadList ¶ added in v0.1.10
type ThreadList struct { Items []*Thread `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ThreadList) Descriptor ¶ added in v0.1.10
func (*ThreadList) Descriptor() ([]byte, []int)
func (*ThreadList) GetItems ¶ added in v0.1.10
func (m *ThreadList) GetItems() []*Thread
func (*ThreadList) ProtoMessage ¶ added in v0.1.10
func (*ThreadList) ProtoMessage()
func (*ThreadList) Reset ¶ added in v0.1.10
func (m *ThreadList) Reset()
func (*ThreadList) String ¶ added in v0.1.10
func (m *ThreadList) String() string
func (*ThreadList) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadList) XXX_DiscardUnknown()
func (*ThreadList) XXX_Marshal ¶ added in v0.1.10
func (m *ThreadList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadList) XXX_Merge ¶ added in v0.1.10
func (dst *ThreadList) XXX_Merge(src proto.Message)
func (*ThreadList) XXX_Size ¶ added in v0.1.10
func (m *ThreadList) XXX_Size() int
func (*ThreadList) XXX_Unmarshal ¶ added in v0.1.10
func (m *ThreadList) XXX_Unmarshal(b []byte) error
type ThreadMessage ¶ added in v0.1.10
type ThreadMessage struct { Body string `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ThreadMessage) Descriptor ¶ added in v0.1.10
func (*ThreadMessage) Descriptor() ([]byte, []int)
func (*ThreadMessage) GetBody ¶ added in v0.1.10
func (m *ThreadMessage) GetBody() string
func (*ThreadMessage) ProtoMessage ¶ added in v0.1.10
func (*ThreadMessage) ProtoMessage()
func (*ThreadMessage) Reset ¶ added in v0.1.10
func (m *ThreadMessage) Reset()
func (*ThreadMessage) String ¶ added in v0.1.10
func (m *ThreadMessage) String() string
func (*ThreadMessage) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadMessage) XXX_DiscardUnknown()
func (*ThreadMessage) XXX_Marshal ¶ added in v0.1.10
func (m *ThreadMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadMessage) XXX_Merge ¶ added in v0.1.10
func (dst *ThreadMessage) XXX_Merge(src proto.Message)
func (*ThreadMessage) XXX_Size ¶ added in v0.1.10
func (m *ThreadMessage) XXX_Size() int
func (*ThreadMessage) XXX_Unmarshal ¶ added in v0.1.10
func (m *ThreadMessage) XXX_Unmarshal(b []byte) error
type ThreadPeer ¶ added in v0.1.10
type ThreadPeer struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Thread string `protobuf:"bytes,2,opt,name=thread,proto3" json:"thread,omitempty"` Welcomed bool `protobuf:"varint,3,opt,name=welcomed,proto3" json:"welcomed,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ThreadPeer) Descriptor ¶ added in v0.1.10
func (*ThreadPeer) Descriptor() ([]byte, []int)
func (*ThreadPeer) GetId ¶ added in v0.1.10
func (m *ThreadPeer) GetId() string
func (*ThreadPeer) GetThread ¶ added in v0.1.10
func (m *ThreadPeer) GetThread() string
func (*ThreadPeer) GetWelcomed ¶ added in v0.1.10
func (m *ThreadPeer) GetWelcomed() bool
func (*ThreadPeer) ProtoMessage ¶ added in v0.1.10
func (*ThreadPeer) ProtoMessage()
func (*ThreadPeer) Reset ¶ added in v0.1.10
func (m *ThreadPeer) Reset()
func (*ThreadPeer) String ¶ added in v0.1.10
func (m *ThreadPeer) String() string
func (*ThreadPeer) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadPeer) XXX_DiscardUnknown()
func (*ThreadPeer) XXX_Marshal ¶ added in v0.1.10
func (m *ThreadPeer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadPeer) XXX_Merge ¶ added in v0.1.10
func (dst *ThreadPeer) XXX_Merge(src proto.Message)
func (*ThreadPeer) XXX_Size ¶ added in v0.1.10
func (m *ThreadPeer) XXX_Size() int
func (*ThreadPeer) XXX_Unmarshal ¶ added in v0.1.10
func (m *ThreadPeer) XXX_Unmarshal(b []byte) error
type ThreadSnapshotQuery ¶ added in v0.1.10
type ThreadSnapshotQuery struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ThreadSnapshotQuery) Descriptor ¶ added in v0.1.10
func (*ThreadSnapshotQuery) Descriptor() ([]byte, []int)
func (*ThreadSnapshotQuery) GetAddress ¶ added in v0.1.10
func (m *ThreadSnapshotQuery) GetAddress() string
func (*ThreadSnapshotQuery) ProtoMessage ¶ added in v0.1.10
func (*ThreadSnapshotQuery) ProtoMessage()
func (*ThreadSnapshotQuery) Reset ¶ added in v0.1.10
func (m *ThreadSnapshotQuery) Reset()
func (*ThreadSnapshotQuery) String ¶ added in v0.1.10
func (m *ThreadSnapshotQuery) String() string
func (*ThreadSnapshotQuery) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *ThreadSnapshotQuery) XXX_DiscardUnknown()
func (*ThreadSnapshotQuery) XXX_Marshal ¶ added in v0.1.10
func (m *ThreadSnapshotQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ThreadSnapshotQuery) XXX_Merge ¶ added in v0.1.10
func (dst *ThreadSnapshotQuery) XXX_Merge(src proto.Message)
func (*ThreadSnapshotQuery) XXX_Size ¶ added in v0.1.10
func (m *ThreadSnapshotQuery) XXX_Size() int
func (*ThreadSnapshotQuery) XXX_Unmarshal ¶ added in v0.1.10
func (m *ThreadSnapshotQuery) XXX_Unmarshal(b []byte) error
type Thread_Sharing ¶ added in v0.1.10
type Thread_Sharing int32
Sharing controls if (Y/N) a thread can be shared
const ( Thread_NOT_SHARED Thread_Sharing = 0 Thread_INVITE_ONLY Thread_Sharing = 1 Thread_SHARED Thread_Sharing = 2 )
func (Thread_Sharing) EnumDescriptor ¶ added in v0.1.10
func (Thread_Sharing) EnumDescriptor() ([]byte, []int)
func (Thread_Sharing) String ¶ added in v0.1.10
func (x Thread_Sharing) String() string
type Thread_State ¶ added in v0.1.10
type Thread_State int32
State indicates the loading state
const ( Thread_LOADING_TAIL Thread_State = 0 Thread_LOADED Thread_State = 1 Thread_LOADING_HEAD Thread_State = 2 )
func (Thread_State) EnumDescriptor ¶ added in v0.1.10
func (Thread_State) EnumDescriptor() ([]byte, []int)
func (Thread_State) String ¶ added in v0.1.10
func (x Thread_State) String() string
type Thread_Type ¶ added in v0.1.10
type Thread_Type int32
Type controls read (R), annotate (A), and write (W) access
const ( Thread_PRIVATE Thread_Type = 0 Thread_READ_ONLY Thread_Type = 1 Thread_PUBLIC Thread_Type = 2 Thread_OPEN Thread_Type = 3 )
func (Thread_Type) EnumDescriptor ¶ added in v0.1.10
func (Thread_Type) EnumDescriptor() ([]byte, []int)
func (Thread_Type) String ¶ added in v0.1.10
func (x Thread_Type) String() string
type User ¶ added in v0.1.10
type User struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Avatar string `protobuf:"bytes,3,opt,name=avatar,proto3" json:"avatar,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*User) Descriptor ¶ added in v0.1.10
func (*User) GetAddress ¶ added in v0.1.10
func (*User) ProtoMessage ¶ added in v0.1.10
func (*User) ProtoMessage()
func (*User) XXX_DiscardUnknown ¶ added in v0.1.10
func (m *User) XXX_DiscardUnknown()
func (*User) XXX_Marshal ¶ added in v0.1.10
func (*User) XXX_Unmarshal ¶ added in v0.1.10
Click to show internal directories.
Click to hide internal directories.