Documentation ¶
Overview ¶
Package messengertypes is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterMessengerServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterMessengerServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MessengerServiceClient) error
- func RegisterMessengerServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterMessengerServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MessengerServiceServer) error
- func RegisterMessengerServiceServer(s grpc.ServiceRegistrar, srv MessengerServiceServer)
- type Account
- func (*Account) Descriptor() ([]byte, []int)
- func (m *Account) GetAutoSharePushTokenFlag() bool
- func (m *Account) GetDirectoryServiceRecords() []*AccountDirectoryServiceRecord
- func (m *Account) GetDisplayName() string
- func (m *Account) GetHideInAppNotifications() bool
- func (m *Account) GetHidePushPreviews() bool
- func (m *Account) GetLink() string
- func (m *Account) GetMutedUntil() int64
- func (m *Account) GetPublicKey() string
- func (m *Account) GetPushDeviceToken() *PushDeviceToken
- func (m *Account) GetPushServerRecords() []*PushServerRecord
- func (m *Account) GetReplicateNewGroupsAutomatically() bool
- func (m *Account) GetServiceTokens() []*ServiceToken
- func (m *Account) GetVerifiedCredentials() []*AccountVerifiedCredential
- func (m *Account) Marshal() (dAtA []byte, err error)
- func (m *Account) MarshalTo(dAtA []byte) (int, error)
- func (m *Account) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Account) ProtoMessage()
- func (m *Account) Reset()
- func (m *Account) Size() (n int)
- func (m *Account) String() string
- func (m *Account) Unmarshal(dAtA []byte) error
- func (m *Account) XXX_DiscardUnknown()
- func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Account) XXX_Merge(src proto.Message)
- func (m *Account) XXX_Size() int
- func (m *Account) XXX_Unmarshal(b []byte) error
- type AccountDirectoryServiceRecord
- func (*AccountDirectoryServiceRecord) Descriptor() ([]byte, []int)
- func (m *AccountDirectoryServiceRecord) GetAccountPK() string
- func (m *AccountDirectoryServiceRecord) GetDirectoryRecordToken() string
- func (m *AccountDirectoryServiceRecord) GetDirectoryRecordUnregisterToken() string
- func (m *AccountDirectoryServiceRecord) GetExpirationDate() int64
- func (m *AccountDirectoryServiceRecord) GetIdentifier() string
- func (m *AccountDirectoryServiceRecord) GetIdentifierProofIssuer() string
- func (m *AccountDirectoryServiceRecord) GetRegistrationDate() int64
- func (m *AccountDirectoryServiceRecord) GetRevoked() bool
- func (m *AccountDirectoryServiceRecord) GetServerAddr() string
- func (m *AccountDirectoryServiceRecord) Marshal() (dAtA []byte, err error)
- func (m *AccountDirectoryServiceRecord) MarshalTo(dAtA []byte) (int, error)
- func (m *AccountDirectoryServiceRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AccountDirectoryServiceRecord) ProtoMessage()
- func (m *AccountDirectoryServiceRecord) Reset()
- func (m *AccountDirectoryServiceRecord) Size() (n int)
- func (m *AccountDirectoryServiceRecord) String() string
- func (m *AccountDirectoryServiceRecord) Unmarshal(dAtA []byte) error
- func (m *AccountDirectoryServiceRecord) XXX_DiscardUnknown()
- func (m *AccountDirectoryServiceRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)