Documentation ¶
Overview ¶
Package accounttypes is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterAccountServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterAccountServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AccountServiceClient) error
- func RegisterAccountServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterAccountServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AccountServiceServer) error
- func RegisterAccountServiceServer(s *grpc.Server, srv AccountServiceServer)
- type AccountMetadata
- func (*AccountMetadata) Descriptor() ([]byte, []int)
- func (m *AccountMetadata) GetAccountID() string
- func (m *AccountMetadata) GetAvatarCID() string
- func (m *AccountMetadata) GetCreationDate() int64
- func (m *AccountMetadata) GetError() string
- func (m *AccountMetadata) GetLastOpened() int64
- func (m *AccountMetadata) GetName() string
- func (m *AccountMetadata) GetPublicKey() string
- func (m *AccountMetadata) Marshal() (dAtA []byte, err error)
- func (m *AccountMetadata) MarshalTo(dAtA []byte) (int, error)
- func (m *AccountMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AccountMetadata) ProtoMessage()
- func (m *AccountMetadata) Reset()
- func (m *AccountMetadata) Size() (n int)
- func (m *AccountMetadata) String() string
- func (m *AccountMetadata) Unmarshal(dAtA []byte) error
- func (m *AccountMetadata) XXX_DiscardUnknown()
- func (m *AccountMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountMetadata) XXX_Merge(src proto.Message)
- func (m *AccountMetadata) XXX_Size() int
- func (m *AccountMetadata) XXX_Unmarshal(b []byte) error
- type AccountServiceClient
- type AccountServiceServer
- type AccountService_CloseAccountWithProgressClient
- type AccountService_CloseAccountWithProgressServer
- type AccountService_ImportAccountWithProgressClient
- type AccountService_ImportAccountWithProgressServer
- type AccountService_OpenAccountWithProgressClient
- type AccountService_OpenAccountWithProgressServer
- type AccountService_StreamLogfileClient
- type AccountService_StreamLogfileServer
- type AppStorageGet
- func (*AppStorageGet) Descriptor() ([]byte, []int)
- func (m *AppStorageGet) Marshal() (dAtA []byte, err error)
- func (m *AppStorageGet) MarshalTo(dAtA []byte) (int, error)
- func (m *AppStorageGet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppStorageGet) ProtoMessage()
- func (m *AppStorageGet) Reset()
- func (m *AppStorageGet) Size() (n int)
- func (m *AppStorageGet) String() string
- func (m *AppStorageGet) Unmarshal(dAtA []byte) error
- func (m *AppStorageGet) XXX_DiscardUnknown()
- func (m *AppStorageGet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppStorageGet) XXX_Merge(src proto.Message)
- func (m *AppStorageGet) XXX_Size() int
- func (m *AppStorageGet) XXX_Unmarshal(b []byte) error
- type AppStorageGet_Reply
- func (*AppStorageGet_Reply) Descriptor() ([]byte, []int)
- func (m *AppStorageGet_Reply) GetValue() []byte
- func (m *AppStorageGet_Reply) Marshal() (dAtA []byte, err error)
- func (m *AppStorageGet_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *AppStorageGet_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppStorageGet_Reply) ProtoMessage()
- func (m *AppStorageGet_Reply) Reset()
- func (m *AppStorageGet_Reply) Size() (n int)
- func (m *AppStorageGet_Reply) String() string
- func (m *AppStorageGet_Reply) Unmarshal(dAtA []byte) error
- func (m *AppStorageGet_Reply) XXX_DiscardUnknown()
- func (m *AppStorageGet_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppStorageGet_Reply) XXX_Merge(src proto.Message)
- func (m *AppStorageGet_Reply) XXX_Size() int
- func (m *AppStorageGet_Reply) XXX_Unmarshal(b []byte) error
- type AppStorageGet_Request
- func (*AppStorageGet_Request) Descriptor() ([]byte, []int)
- func (m *AppStorageGet_Request) GetGlobal() bool
- func (m *AppStorageGet_Request) GetKey() string
- func (m *AppStorageGet_Request) Marshal() (dAtA []byte, err error)
- func (m *AppStorageGet_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *AppStorageGet_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppStorageGet_Request) ProtoMessage()
- func (m *AppStorageGet_Request) Reset()
- func (m *AppStorageGet_Request) Size() (n int)
- func (m *AppStorageGet_Request) String() string
- func (m *AppStorageGet_Request) Unmarshal(dAtA []byte) error
- func (m *AppStorageGet_Request) XXX_DiscardUnknown()
- func (m *AppStorageGet_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppStorageGet_Request) XXX_Merge(src proto.Message)
- func (m *AppStorageGet_Request) XXX_Size() int
- func (m *AppStorageGet_Request) XXX_Unmarshal(b []byte) error
- type AppStoragePut
- func (*AppStoragePut) Descriptor() ([]byte, []int)
- func (m *AppStoragePut) Marshal() (dAtA []byte, err error)
- func (m *AppStoragePut) MarshalTo(dAtA []byte) (int, error)
- func (m *AppStoragePut) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppStoragePut) ProtoMessage()
- func (m *AppStoragePut) Reset()
- func (m *AppStoragePut) Size() (n int)
- func (m *AppStoragePut) String() string
- func (m *AppStoragePut) Unmarshal(dAtA []byte) error
- func (m *AppStoragePut) XXX_DiscardUnknown()
- func (m *AppStoragePut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppStoragePut) XXX_Merge(src proto.Message)
- func (m *AppStoragePut) XXX_Size() int
- func (m *AppStoragePut) XXX_Unmarshal(b []byte) error
- type AppStoragePut_Reply
- func (*AppStoragePut_Reply) Descriptor() ([]byte, []int)
- func (m *AppStoragePut_Reply) Marshal() (dAtA []byte, err error)
- func (m *AppStoragePut_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *AppStoragePut_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppStoragePut_Reply) ProtoMessage()
- func (m *AppStoragePut_Reply) Reset()
- func (m *AppStoragePut_Reply) Size() (n int)
- func (m *AppStoragePut_Reply) String() string
- func (m *AppStoragePut_Reply) Unmarshal(dAtA []byte) error
- func (m *AppStoragePut_Reply) XXX_DiscardUnknown()
- func (m *AppStoragePut_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppStoragePut_Reply) XXX_Merge(src proto.Message)
- func (m *AppStoragePut_Reply) XXX_Size() int
- func (m *AppStoragePut_Reply) XXX_Unmarshal(b []byte) error
- type AppStoragePut_Request
- func (*AppStoragePut_Request) Descriptor() ([]byte, []int)
- func (m *AppStoragePut_Request) GetGlobal() bool
- func (m *AppStoragePut_Request) GetKey() string
- func (m *AppStoragePut_Request) GetValue() []byte
- func (m *AppStoragePut_Request) Marshal() (dAtA []byte, err error)
- func (m *AppStoragePut_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *AppStoragePut_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppStoragePut_Request) ProtoMessage()
- func (m *AppStoragePut_Request) Reset()
- func (m *AppStoragePut_Request) Size() (n int)
- func (m *AppStoragePut_Request) String() string
- func (m *AppStoragePut_Request) Unmarshal(dAtA []byte) error
- func (m *AppStoragePut_Request) XXX_DiscardUnknown()
- func (m *AppStoragePut_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppStoragePut_Request) XXX_Merge(src proto.Message)
- func (m *AppStoragePut_Request) XXX_Size() int
- func (m *AppStoragePut_Request) XXX_Unmarshal(b []byte) error
- type AppStorageRemove
- func (*AppStorageRemove) Descriptor() ([]byte, []int)
- func (m *AppStorageRemove) Marshal() (dAtA []byte, err error)
- func (m *AppStorageRemove) MarshalTo(dAtA []byte) (int, error)
- func (m *AppStorageRemove) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppStorageRemove) ProtoMessage()
- func (m *AppStorageRemove) Reset()
- func (m *AppStorageRemove) Size() (n int)
- func (m *AppStorageRemove) String() string
- func (m *AppStorageRemove) Unmarshal(dAtA []byte) error
- func (m *AppStorageRemove) XXX_DiscardUnknown()
- func (m *AppStorageRemove) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppStorageRemove) XXX_Merge(src proto.Message)
- func (m *AppStorageRemove) XXX_Size() int
- func (m *AppStorageRemove) XXX_Unmarshal(b []byte) error
- type AppStorageRemove_Reply
- func (*AppStorageRemove_Reply) Descriptor() ([]byte, []int)
- func (m *AppStorageRemove_Reply) Marshal() (dAtA []byte, err error)
- func (m *AppStorageRemove_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *AppStorageRemove_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppStorageRemove_Reply) ProtoMessage()
- func (m *AppStorageRemove_Reply) Reset()
- func (m *AppStorageRemove_Reply) Size() (n int)
- func (m *AppStorageRemove_Reply) String() string
- func (m *AppStorageRemove_Reply) Unmarshal(dAtA []byte) error
- func (m *AppStorageRemove_Reply) XXX_DiscardUnknown()
- func (m *AppStorageRemove_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppStorageRemove_Reply) XXX_Merge(src proto.Message)
- func (m *AppStorageRemove_Reply) XXX_Size() int
- func (m *AppStorageRemove_Reply) XXX_Unmarshal(b []byte) error
- type AppStorageRemove_Request
- func (*AppStorageRemove_Request) Descriptor() ([]byte, []int)
- func (m *AppStorageRemove_Request) GetGlobal() bool
- func (m *AppStorageRemove_Request) GetKey() string
- func (m *AppStorageRemove_Request) Marshal() (dAtA []byte, err error)
- func (m *AppStorageRemove_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *AppStorageRemove_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppStorageRemove_Request) ProtoMessage()
- func (m *AppStorageRemove_Request) Reset()
- func (m *AppStorageRemove_Request) Size() (n int)
- func (m *AppStorageRemove_Request) String() string
- func (m *AppStorageRemove_Request) Unmarshal(dAtA []byte) error
- func (m *AppStorageRemove_Request) XXX_DiscardUnknown()
- func (m *AppStorageRemove_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppStorageRemove_Request) XXX_Merge(src proto.Message)
- func (m *AppStorageRemove_Request) XXX_Size() int
- func (m *AppStorageRemove_Request) XXX_Unmarshal(b []byte) error
- type CloseAccount
- func (*CloseAccount) Descriptor() ([]byte, []int)
- func (m *CloseAccount) Marshal() (dAtA []byte, err error)
- func (m *CloseAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *CloseAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CloseAccount) ProtoMessage()
- func (m *CloseAccount) Reset()
- func (m *CloseAccount) Size() (n int)
- func (m *CloseAccount) String() string
- func (m *CloseAccount) Unmarshal(dAtA []byte) error
- func (m *CloseAccount) XXX_DiscardUnknown()
- func (m *CloseAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CloseAccount) XXX_Merge(src proto.Message)
- func (m *CloseAccount) XXX_Size() int
- func (m *CloseAccount) XXX_Unmarshal(b []byte) error
- type CloseAccountWithProgress
- func (*CloseAccountWithProgress) Descriptor() ([]byte, []int)
- func (m *CloseAccountWithProgress) Marshal() (dAtA []byte, err error)
- func (m *CloseAccountWithProgress) MarshalTo(dAtA []byte) (int, error)
- func (m *CloseAccountWithProgress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CloseAccountWithProgress) ProtoMessage()
- func (m *CloseAccountWithProgress) Reset()
- func (m *CloseAccountWithProgress) Size() (n int)
- func (m *CloseAccountWithProgress) String() string
- func (m *CloseAccountWithProgress) Unmarshal(dAtA []byte) error
- func (m *CloseAccountWithProgress) XXX_DiscardUnknown()
- func (m *CloseAccountWithProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CloseAccountWithProgress) XXX_Merge(src proto.Message)
- func (m *CloseAccountWithProgress) XXX_Size() int
- func (m *CloseAccountWithProgress) XXX_Unmarshal(b []byte) error
- type CloseAccountWithProgress_Reply
- func (*CloseAccountWithProgress_Reply) Descriptor() ([]byte, []int)
- func (m *CloseAccountWithProgress_Reply) GetProgress() *protocoltypes.Progress
- func (m *CloseAccountWithProgress_Reply) Marshal() (dAtA []byte, err error)
- func (m *CloseAccountWithProgress_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *CloseAccountWithProgress_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CloseAccountWithProgress_Reply) ProtoMessage()
- func (m *CloseAccountWithProgress_Reply) Reset()
- func (m *CloseAccountWithProgress_Reply) Size() (n int)
- func (m *CloseAccountWithProgress_Reply) String() string
- func (m *CloseAccountWithProgress_Reply) Unmarshal(dAtA []byte) error
- func (m *CloseAccountWithProgress_Reply) XXX_DiscardUnknown()
- func (m *CloseAccountWithProgress_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CloseAccountWithProgress_Reply) XXX_Merge(src proto.Message)
- func (m *CloseAccountWithProgress_Reply) XXX_Size() int
- func (m *CloseAccountWithProgress_Reply) XXX_Unmarshal(b []byte) error
- type CloseAccountWithProgress_Request
- func (*CloseAccountWithProgress_Request) Descriptor() ([]byte, []int)
- func (m *CloseAccountWithProgress_Request) Marshal() (dAtA []byte, err error)
- func (m *CloseAccountWithProgress_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *CloseAccountWithProgress_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CloseAccountWithProgress_Request) ProtoMessage()
- func (m *CloseAccountWithProgress_Request) Reset()
- func (m *CloseAccountWithProgress_Request) Size() (n int)
- func (m *CloseAccountWithProgress_Request) String() string
- func (m *CloseAccountWithProgress_Request) Unmarshal(dAtA []byte) error
- func (m *CloseAccountWithProgress_Request) XXX_DiscardUnknown()
- func (m *CloseAccountWithProgress_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CloseAccountWithProgress_Request) XXX_Merge(src proto.Message)
- func (m *CloseAccountWithProgress_Request) XXX_Size() int
- func (m *CloseAccountWithProgress_Request) XXX_Unmarshal(b []byte) error
- type CloseAccount_Reply
- func (*CloseAccount_Reply) Descriptor() ([]byte, []int)
- func (m *CloseAccount_Reply) Marshal() (dAtA []byte, err error)
- func (m *CloseAccount_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *CloseAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CloseAccount_Reply) ProtoMessage()
- func (m *CloseAccount_Reply) Reset()
- func (m *CloseAccount_Reply) Size() (n int)
- func (m *CloseAccount_Reply) String() string
- func (m *CloseAccount_Reply) Unmarshal(dAtA []byte) error
- func (m *CloseAccount_Reply) XXX_DiscardUnknown()
- func (m *CloseAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CloseAccount_Reply) XXX_Merge(src proto.Message)
- func (m *CloseAccount_Reply) XXX_Size() int
- func (m *CloseAccount_Reply) XXX_Unmarshal(b []byte) error
- type CloseAccount_Request
- func (*CloseAccount_Request) Descriptor() ([]byte, []int)
- func (m *CloseAccount_Request) Marshal() (dAtA []byte, err error)
- func (m *CloseAccount_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *CloseAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CloseAccount_Request) ProtoMessage()
- func (m *CloseAccount_Request) Reset()
- func (m *CloseAccount_Request) Size() (n int)
- func (m *CloseAccount_Request) String() string
- func (m *CloseAccount_Request) Unmarshal(dAtA []byte) error
- func (m *CloseAccount_Request) XXX_DiscardUnknown()
- func (m *CloseAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CloseAccount_Request) XXX_Merge(src proto.Message)
- func (m *CloseAccount_Request) XXX_Size() int
- func (m *CloseAccount_Request) XXX_Unmarshal(b []byte) error
- type CreateAccount
- func (*CreateAccount) Descriptor() ([]byte, []int)
- func (m *CreateAccount) Marshal() (dAtA []byte, err error)
- func (m *CreateAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateAccount) ProtoMessage()
- func (m *CreateAccount) Reset()
- func (m *CreateAccount) Size() (n int)
- func (m *CreateAccount) String() string
- func (m *CreateAccount) Unmarshal(dAtA []byte) error
- func (m *CreateAccount) XXX_DiscardUnknown()
- func (m *CreateAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAccount) XXX_Merge(src proto.Message)
- func (m *CreateAccount) XXX_Size() int
- func (m *CreateAccount) XXX_Unmarshal(b []byte) error
- type CreateAccount_Reply
- func (*CreateAccount_Reply) Descriptor() ([]byte, []int)
- func (m *CreateAccount_Reply) GetAccountMetadata() *AccountMetadata
- func (m *CreateAccount_Reply) Marshal() (dAtA []byte, err error)
- func (m *CreateAccount_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateAccount_Reply) ProtoMessage()
- func (m *CreateAccount_Reply) Reset()
- func (m *CreateAccount_Reply) Size() (n int)
- func (m *CreateAccount_Reply) String() string
- func (m *CreateAccount_Reply) Unmarshal(dAtA []byte) error
- func (m *CreateAccount_Reply) XXX_DiscardUnknown()
- func (m *CreateAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAccount_Reply) XXX_Merge(src proto.Message)
- func (m *CreateAccount_Reply) XXX_Size() int
- func (m *CreateAccount_Reply) XXX_Unmarshal(b []byte) error
- type CreateAccount_Request
- func (*CreateAccount_Request) Descriptor() ([]byte, []int)
- func (m *CreateAccount_Request) GetAccountID() string
- func (m *CreateAccount_Request) GetAccountName() string
- func (m *CreateAccount_Request) GetNetworkConfig() *NetworkConfig
- func (m *CreateAccount_Request) Marshal() (dAtA []byte, err error)
- func (m *CreateAccount_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *CreateAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CreateAccount_Request) ProtoMessage()
- func (m *CreateAccount_Request) Reset()
- func (m *CreateAccount_Request) Size() (n int)
- func (m *CreateAccount_Request) String() string
- func (m *CreateAccount_Request) Unmarshal(dAtA []byte) error
- func (m *CreateAccount_Request) XXX_DiscardUnknown()
- func (m *CreateAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAccount_Request) XXX_Merge(src proto.Message)
- func (m *CreateAccount_Request) XXX_Size() int
- func (m *CreateAccount_Request) XXX_Unmarshal(b []byte) error
- type DeleteAccount
- func (*DeleteAccount) Descriptor() ([]byte, []int)
- func (m *DeleteAccount) Marshal() (dAtA []byte, err error)
- func (m *DeleteAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *DeleteAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeleteAccount) ProtoMessage()
- func (m *DeleteAccount) Reset()
- func (m *DeleteAccount) Size() (n int)
- func (m *DeleteAccount) String() string
- func (m *DeleteAccount) Unmarshal(dAtA []byte) error
- func (m *DeleteAccount) XXX_DiscardUnknown()
- func (m *DeleteAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteAccount) XXX_Merge(src proto.Message)
- func (m *DeleteAccount) XXX_Size() int
- func (m *DeleteAccount) XXX_Unmarshal(b []byte) error
- type DeleteAccount_Reply
- func (*DeleteAccount_Reply) Descriptor() ([]byte, []int)
- func (m *DeleteAccount_Reply) Marshal() (dAtA []byte, err error)
- func (m *DeleteAccount_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *DeleteAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeleteAccount_Reply) ProtoMessage()
- func (m *DeleteAccount_Reply) Reset()
- func (m *DeleteAccount_Reply) Size() (n int)
- func (m *DeleteAccount_Reply) String() string
- func (m *DeleteAccount_Reply) Unmarshal(dAtA []byte) error
- func (m *DeleteAccount_Reply) XXX_DiscardUnknown()
- func (m *DeleteAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteAccount_Reply) XXX_Merge(src proto.Message)
- func (m *DeleteAccount_Reply) XXX_Size() int
- func (m *DeleteAccount_Reply) XXX_Unmarshal(b []byte) error
- type DeleteAccount_Request
- func (*DeleteAccount_Request) Descriptor() ([]byte, []int)
- func (m *DeleteAccount_Request) GetAccountID() string
- func (m *DeleteAccount_Request) Marshal() (dAtA []byte, err error)
- func (m *DeleteAccount_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *DeleteAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DeleteAccount_Request) ProtoMessage()
- func (m *DeleteAccount_Request) Reset()
- func (m *DeleteAccount_Request) Size() (n int)
- func (m *DeleteAccount_Request) String() string
- func (m *DeleteAccount_Request) Unmarshal(dAtA []byte) error
- func (m *DeleteAccount_Request) XXX_DiscardUnknown()
- func (m *DeleteAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteAccount_Request) XXX_Merge(src proto.Message)
- func (m *DeleteAccount_Request) XXX_Size() int
- func (m *DeleteAccount_Request) XXX_Unmarshal(b []byte) error
- type GetGRPCListenerAddrs
- func (*GetGRPCListenerAddrs) Descriptor() ([]byte, []int)
- func (m *GetGRPCListenerAddrs) Marshal() (dAtA []byte, err error)
- func (m *GetGRPCListenerAddrs) MarshalTo(dAtA []byte) (int, error)
- func (m *GetGRPCListenerAddrs) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetGRPCListenerAddrs) ProtoMessage()
- func (m *GetGRPCListenerAddrs) Reset()
- func (m *GetGRPCListenerAddrs) Size() (n int)
- func (m *GetGRPCListenerAddrs) String() string
- func (m *GetGRPCListenerAddrs) Unmarshal(dAtA []byte) error
- func (m *GetGRPCListenerAddrs) XXX_DiscardUnknown()
- func (m *GetGRPCListenerAddrs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetGRPCListenerAddrs) XXX_Merge(src proto.Message)
- func (m *GetGRPCListenerAddrs) XXX_Size() int
- func (m *GetGRPCListenerAddrs) XXX_Unmarshal(b []byte) error
- type GetGRPCListenerAddrs_Reply
- func (*GetGRPCListenerAddrs_Reply) Descriptor() ([]byte, []int)
- func (m *GetGRPCListenerAddrs_Reply) GetEntries() []*GetGRPCListenerAddrs_Reply_Entry
- func (m *GetGRPCListenerAddrs_Reply) Marshal() (dAtA []byte, err error)
- func (m *GetGRPCListenerAddrs_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *GetGRPCListenerAddrs_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetGRPCListenerAddrs_Reply) ProtoMessage()
- func (m *GetGRPCListenerAddrs_Reply) Reset()
- func (m *GetGRPCListenerAddrs_Reply) Size() (n int)
- func (m *GetGRPCListenerAddrs_Reply) String() string
- func (m *GetGRPCListenerAddrs_Reply) Unmarshal(dAtA []byte) error
- func (m *GetGRPCListenerAddrs_Reply) XXX_DiscardUnknown()
- func (m *GetGRPCListenerAddrs_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetGRPCListenerAddrs_Reply) XXX_Merge(src proto.Message)
- func (m *GetGRPCListenerAddrs_Reply) XXX_Size() int
- func (m *GetGRPCListenerAddrs_Reply) XXX_Unmarshal(b []byte) error
- type GetGRPCListenerAddrs_Reply_Entry
- func (*GetGRPCListenerAddrs_Reply_Entry) Descriptor() ([]byte, []int)
- func (m *GetGRPCListenerAddrs_Reply_Entry) GetMaddr() string
- func (m *GetGRPCListenerAddrs_Reply_Entry) GetProto() string
- func (m *GetGRPCListenerAddrs_Reply_Entry) Marshal() (dAtA []byte, err error)
- func (m *GetGRPCListenerAddrs_Reply_Entry) MarshalTo(dAtA []byte) (int, error)
- func (m *GetGRPCListenerAddrs_Reply_Entry) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetGRPCListenerAddrs_Reply_Entry) ProtoMessage()
- func (m *GetGRPCListenerAddrs_Reply_Entry) Reset()
- func (m *GetGRPCListenerAddrs_Reply_Entry) Size() (n int)
- func (m *GetGRPCListenerAddrs_Reply_Entry) String() string
- func (m *GetGRPCListenerAddrs_Reply_Entry) Unmarshal(dAtA []byte) error
- func (m *GetGRPCListenerAddrs_Reply_Entry) XXX_DiscardUnknown()
- func (m *GetGRPCListenerAddrs_Reply_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetGRPCListenerAddrs_Reply_Entry) XXX_Merge(src proto.Message)
- func (m *GetGRPCListenerAddrs_Reply_Entry) XXX_Size() int
- func (m *GetGRPCListenerAddrs_Reply_Entry) XXX_Unmarshal(b []byte) error
- type GetGRPCListenerAddrs_Request
- func (*GetGRPCListenerAddrs_Request) Descriptor() ([]byte, []int)
- func (m *GetGRPCListenerAddrs_Request) Marshal() (dAtA []byte, err error)
- func (m *GetGRPCListenerAddrs_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *GetGRPCListenerAddrs_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetGRPCListenerAddrs_Request) ProtoMessage()
- func (m *GetGRPCListenerAddrs_Request) Reset()
- func (m *GetGRPCListenerAddrs_Request) Size() (n int)
- func (m *GetGRPCListenerAddrs_Request) String() string
- func (m *GetGRPCListenerAddrs_Request) Unmarshal(dAtA []byte) error
- func (m *GetGRPCListenerAddrs_Request) XXX_DiscardUnknown()
- func (m *GetGRPCListenerAddrs_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetGRPCListenerAddrs_Request) XXX_Merge(src proto.Message)
- func (m *GetGRPCListenerAddrs_Request) XXX_Size() int
- func (m *GetGRPCListenerAddrs_Request) XXX_Unmarshal(b []byte) error
- type GetOpenedAccount
- func (*GetOpenedAccount) Descriptor() ([]byte, []int)
- func (m *GetOpenedAccount) Marshal() (dAtA []byte, err error)
- func (m *GetOpenedAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *GetOpenedAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetOpenedAccount) ProtoMessage()
- func (m *GetOpenedAccount) Reset()
- func (m *GetOpenedAccount) Size() (n int)
- func (m *GetOpenedAccount) String() string
- func (m *GetOpenedAccount) Unmarshal(dAtA []byte) error
- func (m *GetOpenedAccount) XXX_DiscardUnknown()
- func (m *GetOpenedAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOpenedAccount) XXX_Merge(src proto.Message)
- func (m *GetOpenedAccount) XXX_Size() int
- func (m *GetOpenedAccount) XXX_Unmarshal(b []byte) error
- type GetOpenedAccount_Reply
- func (*GetOpenedAccount_Reply) Descriptor() ([]byte, []int)
- func (m *GetOpenedAccount_Reply) GetAccountID() string
- func (m *GetOpenedAccount_Reply) GetListeners() []string
- func (m *GetOpenedAccount_Reply) Marshal() (dAtA []byte, err error)
- func (m *GetOpenedAccount_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *GetOpenedAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetOpenedAccount_Reply) ProtoMessage()
- func (m *GetOpenedAccount_Reply) Reset()
- func (m *GetOpenedAccount_Reply) Size() (n int)
- func (m *GetOpenedAccount_Reply) String() string
- func (m *GetOpenedAccount_Reply) Unmarshal(dAtA []byte) error
- func (m *GetOpenedAccount_Reply) XXX_DiscardUnknown()
- func (m *GetOpenedAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOpenedAccount_Reply) XXX_Merge(src proto.Message)
- func (m *GetOpenedAccount_Reply) XXX_Size() int
- func (m *GetOpenedAccount_Reply) XXX_Unmarshal(b []byte) error
- type GetOpenedAccount_Request
- func (*GetOpenedAccount_Request) Descriptor() ([]byte, []int)
- func (m *GetOpenedAccount_Request) Marshal() (dAtA []byte, err error)
- func (m *GetOpenedAccount_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *GetOpenedAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetOpenedAccount_Request) ProtoMessage()
- func (m *GetOpenedAccount_Request) Reset()
- func (m *GetOpenedAccount_Request) Size() (n int)
- func (m *GetOpenedAccount_Request) String() string
- func (m *GetOpenedAccount_Request) Unmarshal(dAtA []byte) error
- func (m *GetOpenedAccount_Request) XXX_DiscardUnknown()
- func (m *GetOpenedAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetOpenedAccount_Request) XXX_Merge(src proto.Message)
- func (m *GetOpenedAccount_Request) XXX_Size() int
- func (m *GetOpenedAccount_Request) XXX_Unmarshal(b []byte) error
- type GetUsername
- func (*GetUsername) Descriptor() ([]byte, []int)
- func (m *GetUsername) Marshal() (dAtA []byte, err error)
- func (m *GetUsername) MarshalTo(dAtA []byte) (int, error)
- func (m *GetUsername) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetUsername) ProtoMessage()
- func (m *GetUsername) Reset()
- func (m *GetUsername) Size() (n int)
- func (m *GetUsername) String() string
- func (m *GetUsername) Unmarshal(dAtA []byte) error
- func (m *GetUsername) XXX_DiscardUnknown()
- func (m *GetUsername) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUsername) XXX_Merge(src proto.Message)
- func (m *GetUsername) XXX_Size() int
- func (m *GetUsername) XXX_Unmarshal(b []byte) error
- type GetUsername_Reply
- func (*GetUsername_Reply) Descriptor() ([]byte, []int)
- func (m *GetUsername_Reply) GetUsername() string
- func (m *GetUsername_Reply) Marshal() (dAtA []byte, err error)
- func (m *GetUsername_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *GetUsername_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetUsername_Reply) ProtoMessage()
- func (m *GetUsername_Reply) Reset()
- func (m *GetUsername_Reply) Size() (n int)
- func (m *GetUsername_Reply) String() string
- func (m *GetUsername_Reply) Unmarshal(dAtA []byte) error
- func (m *GetUsername_Reply) XXX_DiscardUnknown()
- func (m *GetUsername_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUsername_Reply) XXX_Merge(src proto.Message)
- func (m *GetUsername_Reply) XXX_Size() int
- func (m *GetUsername_Reply) XXX_Unmarshal(b []byte) error
- type GetUsername_Request
- func (*GetUsername_Request) Descriptor() ([]byte, []int)
- func (m *GetUsername_Request) Marshal() (dAtA []byte, err error)
- func (m *GetUsername_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *GetUsername_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetUsername_Request) ProtoMessage()
- func (m *GetUsername_Request) Reset()
- func (m *GetUsername_Request) Size() (n int)
- func (m *GetUsername_Request) String() string
- func (m *GetUsername_Request) Unmarshal(dAtA []byte) error
- func (m *GetUsername_Request) XXX_DiscardUnknown()
- func (m *GetUsername_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUsername_Request) XXX_Merge(src proto.Message)
- func (m *GetUsername_Request) XXX_Size() int
- func (m *GetUsername_Request) XXX_Unmarshal(b []byte) error
- type ImportAccount
- func (*ImportAccount) Descriptor() ([]byte, []int)
- func (m *ImportAccount) Marshal() (dAtA []byte, err error)
- func (m *ImportAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *ImportAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImportAccount) ProtoMessage()
- func (m *ImportAccount) Reset()
- func (m *ImportAccount) Size() (n int)
- func (m *ImportAccount) String() string
- func (m *ImportAccount) Unmarshal(dAtA []byte) error
- func (m *ImportAccount) XXX_DiscardUnknown()
- func (m *ImportAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportAccount) XXX_Merge(src proto.Message)
- func (m *ImportAccount) XXX_Size() int
- func (m *ImportAccount) XXX_Unmarshal(b []byte) error
- type ImportAccountWithProgress
- func (*ImportAccountWithProgress) Descriptor() ([]byte, []int)
- func (m *ImportAccountWithProgress) Marshal() (dAtA []byte, err error)
- func (m *ImportAccountWithProgress) MarshalTo(dAtA []byte) (int, error)
- func (m *ImportAccountWithProgress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImportAccountWithProgress) ProtoMessage()
- func (m *ImportAccountWithProgress) Reset()
- func (m *ImportAccountWithProgress) Size() (n int)
- func (m *ImportAccountWithProgress) String() string
- func (m *ImportAccountWithProgress) Unmarshal(dAtA []byte) error
- func (m *ImportAccountWithProgress) XXX_DiscardUnknown()
- func (m *ImportAccountWithProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportAccountWithProgress) XXX_Merge(src proto.Message)
- func (m *ImportAccountWithProgress) XXX_Size() int
- func (m *ImportAccountWithProgress) XXX_Unmarshal(b []byte) error
- type ImportAccountWithProgress_Reply
- func (*ImportAccountWithProgress_Reply) Descriptor() ([]byte, []int)
- func (m *ImportAccountWithProgress_Reply) GetAccountMetadata() *AccountMetadata
- func (m *ImportAccountWithProgress_Reply) GetProgress() *protocoltypes.Progress
- func (m *ImportAccountWithProgress_Reply) Marshal() (dAtA []byte, err error)
- func (m *ImportAccountWithProgress_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *ImportAccountWithProgress_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImportAccountWithProgress_Reply) ProtoMessage()
- func (m *ImportAccountWithProgress_Reply) Reset()
- func (m *ImportAccountWithProgress_Reply) Size() (n int)
- func (m *ImportAccountWithProgress_Reply) String() string
- func (m *ImportAccountWithProgress_Reply) Unmarshal(dAtA []byte) error
- func (m *ImportAccountWithProgress_Reply) XXX_DiscardUnknown()
- func (m *ImportAccountWithProgress_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportAccountWithProgress_Reply) XXX_Merge(src proto.Message)
- func (m *ImportAccountWithProgress_Reply) XXX_Size() int
- func (m *ImportAccountWithProgress_Reply) XXX_Unmarshal(b []byte) error
- type ImportAccountWithProgress_Request
- func (*ImportAccountWithProgress_Request) Descriptor() ([]byte, []int)
- func (m *ImportAccountWithProgress_Request) GetAccountID() string
- func (m *ImportAccountWithProgress_Request) GetAccountName() string
- func (m *ImportAccountWithProgress_Request) GetArgs() []string
- func (m *ImportAccountWithProgress_Request) GetBackupPath() string
- func (m *ImportAccountWithProgress_Request) GetLoggerFilters() string
- func (m *ImportAccountWithProgress_Request) GetNetworkConfig() *NetworkConfig
- func (m *ImportAccountWithProgress_Request) GetSessionKind() string
- func (m *ImportAccountWithProgress_Request) Marshal() (dAtA []byte, err error)
- func (m *ImportAccountWithProgress_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *ImportAccountWithProgress_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImportAccountWithProgress_Request) ProtoMessage()
- func (m *ImportAccountWithProgress_Request) Reset()
- func (m *ImportAccountWithProgress_Request) Size() (n int)
- func (m *ImportAccountWithProgress_Request) String() string
- func (m *ImportAccountWithProgress_Request) Unmarshal(dAtA []byte) error
- func (m *ImportAccountWithProgress_Request) XXX_DiscardUnknown()
- func (m *ImportAccountWithProgress_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportAccountWithProgress_Request) XXX_Merge(src proto.Message)
- func (m *ImportAccountWithProgress_Request) XXX_Size() int
- func (m *ImportAccountWithProgress_Request) XXX_Unmarshal(b []byte) error
- type ImportAccount_Reply
- func (*ImportAccount_Reply) Descriptor() ([]byte, []int)
- func (m *ImportAccount_Reply) GetAccountMetadata() *AccountMetadata
- func (m *ImportAccount_Reply) Marshal() (dAtA []byte, err error)
- func (m *ImportAccount_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *ImportAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImportAccount_Reply) ProtoMessage()
- func (m *ImportAccount_Reply) Reset()
- func (m *ImportAccount_Reply) Size() (n int)
- func (m *ImportAccount_Reply) String() string
- func (m *ImportAccount_Reply) Unmarshal(dAtA []byte) error
- func (m *ImportAccount_Reply) XXX_DiscardUnknown()
- func (m *ImportAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportAccount_Reply) XXX_Merge(src proto.Message)
- func (m *ImportAccount_Reply) XXX_Size() int
- func (m *ImportAccount_Reply) XXX_Unmarshal(b []byte) error
- type ImportAccount_Request
- func (*ImportAccount_Request) Descriptor() ([]byte, []int)
- func (m *ImportAccount_Request) GetAccountID() string
- func (m *ImportAccount_Request) GetAccountName() string
- func (m *ImportAccount_Request) GetArgs() []string
- func (m *ImportAccount_Request) GetBackupPath() string
- func (m *ImportAccount_Request) GetLoggerFilters() string
- func (m *ImportAccount_Request) GetNetworkConfig() *NetworkConfig
- func (m *ImportAccount_Request) GetSessionKind() string
- func (m *ImportAccount_Request) Marshal() (dAtA []byte, err error)
- func (m *ImportAccount_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *ImportAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ImportAccount_Request) ProtoMessage()
- func (m *ImportAccount_Request) Reset()
- func (m *ImportAccount_Request) Size() (n int)
- func (m *ImportAccount_Request) String() string
- func (m *ImportAccount_Request) Unmarshal(dAtA []byte) error
- func (m *ImportAccount_Request) XXX_DiscardUnknown()
- func (m *ImportAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ImportAccount_Request) XXX_Merge(src proto.Message)
- func (m *ImportAccount_Request) XXX_Size() int
- func (m *ImportAccount_Request) XXX_Unmarshal(b []byte) error
- type ListAccounts
- func (*ListAccounts) Descriptor() ([]byte, []int)
- func (m *ListAccounts) Marshal() (dAtA []byte, err error)
- func (m *ListAccounts) MarshalTo(dAtA []byte) (int, error)
- func (m *ListAccounts) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListAccounts) ProtoMessage()
- func (m *ListAccounts) Reset()
- func (m *ListAccounts) Size() (n int)
- func (m *ListAccounts) String() string
- func (m *ListAccounts) Unmarshal(dAtA []byte) error
- func (m *ListAccounts) XXX_DiscardUnknown()
- func (m *ListAccounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListAccounts) XXX_Merge(src proto.Message)
- func (m *ListAccounts) XXX_Size() int
- func (m *ListAccounts) XXX_Unmarshal(b []byte) error
- type ListAccounts_Reply
- func (*ListAccounts_Reply) Descriptor() ([]byte, []int)
- func (m *ListAccounts_Reply) GetAccounts() []*AccountMetadata
- func (m *ListAccounts_Reply) Marshal() (dAtA []byte, err error)
- func (m *ListAccounts_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *ListAccounts_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListAccounts_Reply) ProtoMessage()
- func (m *ListAccounts_Reply) Reset()
- func (m *ListAccounts_Reply) Size() (n int)
- func (m *ListAccounts_Reply) String() string
- func (m *ListAccounts_Reply) Unmarshal(dAtA []byte) error
- func (m *ListAccounts_Reply) XXX_DiscardUnknown()
- func (m *ListAccounts_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListAccounts_Reply) XXX_Merge(src proto.Message)
- func (m *ListAccounts_Reply) XXX_Size() int
- func (m *ListAccounts_Reply) XXX_Unmarshal(b []byte) error
- type ListAccounts_Request
- func (*ListAccounts_Request) Descriptor() ([]byte, []int)
- func (m *ListAccounts_Request) Marshal() (dAtA []byte, err error)
- func (m *ListAccounts_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *ListAccounts_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListAccounts_Request) ProtoMessage()
- func (m *ListAccounts_Request) Reset()
- func (m *ListAccounts_Request) Size() (n int)
- func (m *ListAccounts_Request) String() string
- func (m *ListAccounts_Request) Unmarshal(dAtA []byte) error
- func (m *ListAccounts_Request) XXX_DiscardUnknown()
- func (m *ListAccounts_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListAccounts_Request) XXX_Merge(src proto.Message)
- func (m *ListAccounts_Request) XXX_Size() int
- func (m *ListAccounts_Request) XXX_Unmarshal(b []byte) error
- type LogfileList
- func (*LogfileList) Descriptor() ([]byte, []int)
- func (m *LogfileList) Marshal() (dAtA []byte, err error)
- func (m *LogfileList) MarshalTo(dAtA []byte) (int, error)
- func (m *LogfileList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LogfileList) ProtoMessage()
- func (m *LogfileList) Reset()
- func (m *LogfileList) Size() (n int)
- func (m *LogfileList) String() string
- func (m *LogfileList) Unmarshal(dAtA []byte) error
- func (m *LogfileList) XXX_DiscardUnknown()
- func (m *LogfileList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogfileList) XXX_Merge(src proto.Message)
- func (m *LogfileList) XXX_Size() int
- func (m *LogfileList) XXX_Unmarshal(b []byte) error
- type LogfileList_Reply
- func (*LogfileList_Reply) Descriptor() ([]byte, []int)
- func (m *LogfileList_Reply) GetEntries() []*LogfileList_Reply_Logfile
- func (m *LogfileList_Reply) Marshal() (dAtA []byte, err error)
- func (m *LogfileList_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *LogfileList_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LogfileList_Reply) ProtoMessage()
- func (m *LogfileList_Reply) Reset()
- func (m *LogfileList_Reply) Size() (n int)
- func (m *LogfileList_Reply) String() string
- func (m *LogfileList_Reply) Unmarshal(dAtA []byte) error
- func (m *LogfileList_Reply) XXX_DiscardUnknown()
- func (m *LogfileList_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogfileList_Reply) XXX_Merge(src proto.Message)
- func (m *LogfileList_Reply) XXX_Size() int
- func (m *LogfileList_Reply) XXX_Unmarshal(b []byte) error
- type LogfileList_Reply_Logfile
- func (*LogfileList_Reply_Logfile) Descriptor() ([]byte, []int)
- func (m *LogfileList_Reply_Logfile) GetAccountID() string
- func (m *LogfileList_Reply_Logfile) GetErrs() string
- func (m *LogfileList_Reply_Logfile) GetKind() string
- func (m *LogfileList_Reply_Logfile) GetLatest() bool
- func (m *LogfileList_Reply_Logfile) GetName() string
- func (m *LogfileList_Reply_Logfile) GetPath() string
- func (m *LogfileList_Reply_Logfile) GetSize_() int64
- func (m *LogfileList_Reply_Logfile) GetTime() int64
- func (m *LogfileList_Reply_Logfile) Marshal() (dAtA []byte, err error)
- func (m *LogfileList_Reply_Logfile) MarshalTo(dAtA []byte) (int, error)
- func (m *LogfileList_Reply_Logfile) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LogfileList_Reply_Logfile) ProtoMessage()
- func (m *LogfileList_Reply_Logfile) Reset()
- func (m *LogfileList_Reply_Logfile) Size() (n int)
- func (m *LogfileList_Reply_Logfile) String() string
- func (m *LogfileList_Reply_Logfile) Unmarshal(dAtA []byte) error
- func (m *LogfileList_Reply_Logfile) XXX_DiscardUnknown()
- func (m *LogfileList_Reply_Logfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogfileList_Reply_Logfile) XXX_Merge(src proto.Message)
- func (m *LogfileList_Reply_Logfile) XXX_Size() int
- func (m *LogfileList_Reply_Logfile) XXX_Unmarshal(b []byte) error
- type LogfileList_Request
- func (*LogfileList_Request) Descriptor() ([]byte, []int)
- func (m *LogfileList_Request) Marshal() (dAtA []byte, err error)
- func (m *LogfileList_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *LogfileList_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LogfileList_Request) ProtoMessage()
- func (m *LogfileList_Request) Reset()
- func (m *LogfileList_Request) Size() (n int)
- func (m *LogfileList_Request) String() string
- func (m *LogfileList_Request) Unmarshal(dAtA []byte) error
- func (m *LogfileList_Request) XXX_DiscardUnknown()
- func (m *LogfileList_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogfileList_Request) XXX_Merge(src proto.Message)
- func (m *LogfileList_Request) XXX_Size() int
- func (m *LogfileList_Request) XXX_Unmarshal(b []byte) error
- type NetworkConfig
- func (*NetworkConfig) Descriptor() ([]byte, []int)
- func (m *NetworkConfig) GetAndroidNearby() NetworkConfig_Flag
- func (m *NetworkConfig) GetAppleMultipeerConnectivity() NetworkConfig_Flag
- func (m *NetworkConfig) GetBluetoothLE() NetworkConfig_Flag
- func (m *NetworkConfig) GetBootstrap() []string
- func (m *NetworkConfig) GetDHT() NetworkConfig_DHTFlag
- func (m *NetworkConfig) GetMDNS() NetworkConfig_Flag
- func (m *NetworkConfig) GetRendezvous() []string
- func (m *NetworkConfig) GetShowDefaultServices() NetworkConfig_Flag
- func (m *NetworkConfig) GetStaticRelay() []string
- func (m *NetworkConfig) GetTor() NetworkConfig_TorFlag
- func (m *NetworkConfig) Marshal() (dAtA []byte, err error)
- func (m *NetworkConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkConfig) ProtoMessage()
- func (m *NetworkConfig) Reset()
- func (m *NetworkConfig) Size() (n int)
- func (m *NetworkConfig) String() string
- func (m *NetworkConfig) Unmarshal(dAtA []byte) error
- func (m *NetworkConfig) XXX_DiscardUnknown()
- func (m *NetworkConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkConfig) XXX_Merge(src proto.Message)
- func (m *NetworkConfig) XXX_Size() int
- func (m *NetworkConfig) XXX_Unmarshal(b []byte) error
- type NetworkConfigGet
- func (*NetworkConfigGet) Descriptor() ([]byte, []int)
- func (m *NetworkConfigGet) Marshal() (dAtA []byte, err error)
- func (m *NetworkConfigGet) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkConfigGet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkConfigGet) ProtoMessage()
- func (m *NetworkConfigGet) Reset()
- func (m *NetworkConfigGet) Size() (n int)
- func (m *NetworkConfigGet) String() string
- func (m *NetworkConfigGet) Unmarshal(dAtA []byte) error
- func (m *NetworkConfigGet) XXX_DiscardUnknown()
- func (m *NetworkConfigGet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkConfigGet) XXX_Merge(src proto.Message)
- func (m *NetworkConfigGet) XXX_Size() int
- func (m *NetworkConfigGet) XXX_Unmarshal(b []byte) error
- type NetworkConfigGetPreset
- func (*NetworkConfigGetPreset) Descriptor() ([]byte, []int)
- func (m *NetworkConfigGetPreset) Marshal() (dAtA []byte, err error)
- func (m *NetworkConfigGetPreset) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkConfigGetPreset) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkConfigGetPreset) ProtoMessage()
- func (m *NetworkConfigGetPreset) Reset()
- func (m *NetworkConfigGetPreset) Size() (n int)
- func (m *NetworkConfigGetPreset) String() string
- func (m *NetworkConfigGetPreset) Unmarshal(dAtA []byte) error
- func (m *NetworkConfigGetPreset) XXX_DiscardUnknown()
- func (m *NetworkConfigGetPreset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkConfigGetPreset) XXX_Merge(src proto.Message)
- func (m *NetworkConfigGetPreset) XXX_Size() int
- func (m *NetworkConfigGetPreset) XXX_Unmarshal(b []byte) error
- type NetworkConfigGetPreset_Reply
- func (*NetworkConfigGetPreset_Reply) Descriptor() ([]byte, []int)
- func (m *NetworkConfigGetPreset_Reply) GetConfig() *NetworkConfig
- func (m *NetworkConfigGetPreset_Reply) Marshal() (dAtA []byte, err error)
- func (m *NetworkConfigGetPreset_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkConfigGetPreset_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkConfigGetPreset_Reply) ProtoMessage()
- func (m *NetworkConfigGetPreset_Reply) Reset()
- func (m *NetworkConfigGetPreset_Reply) Size() (n int)
- func (m *NetworkConfigGetPreset_Reply) String() string
- func (m *NetworkConfigGetPreset_Reply) Unmarshal(dAtA []byte) error
- func (m *NetworkConfigGetPreset_Reply) XXX_DiscardUnknown()
- func (m *NetworkConfigGetPreset_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkConfigGetPreset_Reply) XXX_Merge(src proto.Message)
- func (m *NetworkConfigGetPreset_Reply) XXX_Size() int
- func (m *NetworkConfigGetPreset_Reply) XXX_Unmarshal(b []byte) error
- type NetworkConfigGetPreset_Request
- func (*NetworkConfigGetPreset_Request) Descriptor() ([]byte, []int)
- func (m *NetworkConfigGetPreset_Request) GetHasBluetoothPermission() bool
- func (m *NetworkConfigGetPreset_Request) GetPreset() NetworkConfigPreset
- func (m *NetworkConfigGetPreset_Request) Marshal() (dAtA []byte, err error)
- func (m *NetworkConfigGetPreset_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkConfigGetPreset_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkConfigGetPreset_Request) ProtoMessage()
- func (m *NetworkConfigGetPreset_Request) Reset()
- func (m *NetworkConfigGetPreset_Request) Size() (n int)
- func (m *NetworkConfigGetPreset_Request) String() string
- func (m *NetworkConfigGetPreset_Request) Unmarshal(dAtA []byte) error
- func (m *NetworkConfigGetPreset_Request) XXX_DiscardUnknown()
- func (m *NetworkConfigGetPreset_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkConfigGetPreset_Request) XXX_Merge(src proto.Message)
- func (m *NetworkConfigGetPreset_Request) XXX_Size() int
- func (m *NetworkConfigGetPreset_Request) XXX_Unmarshal(b []byte) error
- type NetworkConfigGet_Reply
- func (*NetworkConfigGet_Reply) Descriptor() ([]byte, []int)
- func (m *NetworkConfigGet_Reply) GetCurrentConfig() *NetworkConfig
- func (m *NetworkConfigGet_Reply) GetCustomConfigExists() bool
- func (m *NetworkConfigGet_Reply) GetDefaultBootstrap() []string
- func (m *NetworkConfigGet_Reply) GetDefaultConfig() *NetworkConfig
- func (m *NetworkConfigGet_Reply) GetDefaultRendezvous() []string
- func (m *NetworkConfigGet_Reply) GetDefaultStaticRelay() []string
- func (m *NetworkConfigGet_Reply) Marshal() (dAtA []byte, err error)
- func (m *NetworkConfigGet_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkConfigGet_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkConfigGet_Reply) ProtoMessage()
- func (m *NetworkConfigGet_Reply) Reset()
- func (m *NetworkConfigGet_Reply) Size() (n int)
- func (m *NetworkConfigGet_Reply) String() string
- func (m *NetworkConfigGet_Reply) Unmarshal(dAtA []byte) error
- func (m *NetworkConfigGet_Reply) XXX_DiscardUnknown()
- func (m *NetworkConfigGet_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkConfigGet_Reply) XXX_Merge(src proto.Message)
- func (m *NetworkConfigGet_Reply) XXX_Size() int
- func (m *NetworkConfigGet_Reply) XXX_Unmarshal(b []byte) error
- type NetworkConfigGet_Request
- func (*NetworkConfigGet_Request) Descriptor() ([]byte, []int)
- func (m *NetworkConfigGet_Request) GetAccountID() string
- func (m *NetworkConfigGet_Request) Marshal() (dAtA []byte, err error)
- func (m *NetworkConfigGet_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkConfigGet_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkConfigGet_Request) ProtoMessage()
- func (m *NetworkConfigGet_Request) Reset()
- func (m *NetworkConfigGet_Request) Size() (n int)
- func (m *NetworkConfigGet_Request) String() string
- func (m *NetworkConfigGet_Request) Unmarshal(dAtA []byte) error
- func (m *NetworkConfigGet_Request) XXX_DiscardUnknown()
- func (m *NetworkConfigGet_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkConfigGet_Request) XXX_Merge(src proto.Message)
- func (m *NetworkConfigGet_Request) XXX_Size() int
- func (m *NetworkConfigGet_Request) XXX_Unmarshal(b []byte) error
- type NetworkConfigPreset
- type NetworkConfigSet
- func (*NetworkConfigSet) Descriptor() ([]byte, []int)
- func (m *NetworkConfigSet) Marshal() (dAtA []byte, err error)
- func (m *NetworkConfigSet) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkConfigSet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkConfigSet) ProtoMessage()
- func (m *NetworkConfigSet) Reset()
- func (m *NetworkConfigSet) Size() (n int)
- func (m *NetworkConfigSet) String() string
- func (m *NetworkConfigSet) Unmarshal(dAtA []byte) error
- func (m *NetworkConfigSet) XXX_DiscardUnknown()
- func (m *NetworkConfigSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkConfigSet) XXX_Merge(src proto.Message)
- func (m *NetworkConfigSet) XXX_Size() int
- func (m *NetworkConfigSet) XXX_Unmarshal(b []byte) error
- type NetworkConfigSet_Reply
- func (*NetworkConfigSet_Reply) Descriptor() ([]byte, []int)
- func (m *NetworkConfigSet_Reply) Marshal() (dAtA []byte, err error)
- func (m *NetworkConfigSet_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkConfigSet_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkConfigSet_Reply) ProtoMessage()
- func (m *NetworkConfigSet_Reply) Reset()
- func (m *NetworkConfigSet_Reply) Size() (n int)
- func (m *NetworkConfigSet_Reply) String() string
- func (m *NetworkConfigSet_Reply) Unmarshal(dAtA []byte) error
- func (m *NetworkConfigSet_Reply) XXX_DiscardUnknown()
- func (m *NetworkConfigSet_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkConfigSet_Reply) XXX_Merge(src proto.Message)
- func (m *NetworkConfigSet_Reply) XXX_Size() int
- func (m *NetworkConfigSet_Reply) XXX_Unmarshal(b []byte) error
- type NetworkConfigSet_Request
- func (*NetworkConfigSet_Request) Descriptor() ([]byte, []int)
- func (m *NetworkConfigSet_Request) GetAccountID() string
- func (m *NetworkConfigSet_Request) GetConfig() *NetworkConfig
- func (m *NetworkConfigSet_Request) Marshal() (dAtA []byte, err error)
- func (m *NetworkConfigSet_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *NetworkConfigSet_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NetworkConfigSet_Request) ProtoMessage()
- func (m *NetworkConfigSet_Request) Reset()
- func (m *NetworkConfigSet_Request) Size() (n int)
- func (m *NetworkConfigSet_Request) String() string
- func (m *NetworkConfigSet_Request) Unmarshal(dAtA []byte) error
- func (m *NetworkConfigSet_Request) XXX_DiscardUnknown()
- func (m *NetworkConfigSet_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkConfigSet_Request) XXX_Merge(src proto.Message)
- func (m *NetworkConfigSet_Request) XXX_Size() int
- func (m *NetworkConfigSet_Request) XXX_Unmarshal(b []byte) error
- type NetworkConfig_DHTFlag
- type NetworkConfig_Flag
- type NetworkConfig_TorFlag
- type OpenAccount
- func (*OpenAccount) Descriptor() ([]byte, []int)
- func (m *OpenAccount) Marshal() (dAtA []byte, err error)
- func (m *OpenAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *OpenAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OpenAccount) ProtoMessage()
- func (m *OpenAccount) Reset()
- func (m *OpenAccount) Size() (n int)
- func (m *OpenAccount) String() string
- func (m *OpenAccount) Unmarshal(dAtA []byte) error
- func (m *OpenAccount) XXX_DiscardUnknown()
- func (m *OpenAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OpenAccount) XXX_Merge(src proto.Message)
- func (m *OpenAccount) XXX_Size() int
- func (m *OpenAccount) XXX_Unmarshal(b []byte) error
- type OpenAccountWithProgress
- func (*OpenAccountWithProgress) Descriptor() ([]byte, []int)
- func (m *OpenAccountWithProgress) Marshal() (dAtA []byte, err error)
- func (m *OpenAccountWithProgress) MarshalTo(dAtA []byte) (int, error)
- func (m *OpenAccountWithProgress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OpenAccountWithProgress) ProtoMessage()
- func (m *OpenAccountWithProgress) Reset()
- func (m *OpenAccountWithProgress) Size() (n int)
- func (m *OpenAccountWithProgress) String() string
- func (m *OpenAccountWithProgress) Unmarshal(dAtA []byte) error
- func (m *OpenAccountWithProgress) XXX_DiscardUnknown()
- func (m *OpenAccountWithProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OpenAccountWithProgress) XXX_Merge(src proto.Message)
- func (m *OpenAccountWithProgress) XXX_Size() int
- func (m *OpenAccountWithProgress) XXX_Unmarshal(b []byte) error
- type OpenAccountWithProgress_Reply
- func (*OpenAccountWithProgress_Reply) Descriptor() ([]byte, []int)
- func (m *OpenAccountWithProgress_Reply) GetProgress() *protocoltypes.Progress
- func (m *OpenAccountWithProgress_Reply) Marshal() (dAtA []byte, err error)
- func (m *OpenAccountWithProgress_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *OpenAccountWithProgress_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OpenAccountWithProgress_Reply) ProtoMessage()
- func (m *OpenAccountWithProgress_Reply) Reset()
- func (m *OpenAccountWithProgress_Reply) Size() (n int)
- func (m *OpenAccountWithProgress_Reply) String() string
- func (m *OpenAccountWithProgress_Reply) Unmarshal(dAtA []byte) error
- func (m *OpenAccountWithProgress_Reply) XXX_DiscardUnknown()
- func (m *OpenAccountWithProgress_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OpenAccountWithProgress_Reply) XXX_Merge(src proto.Message)
- func (m *OpenAccountWithProgress_Reply) XXX_Size() int
- func (m *OpenAccountWithProgress_Reply) XXX_Unmarshal(b []byte) error
- type OpenAccountWithProgress_Request
- func (*OpenAccountWithProgress_Request) Descriptor() ([]byte, []int)
- func (m *OpenAccountWithProgress_Request) GetAccountID() string
- func (m *OpenAccountWithProgress_Request) GetArgs() []string
- func (m *OpenAccountWithProgress_Request) GetLoggerFilters() string
- func (m *OpenAccountWithProgress_Request) GetSessionKind() string
- func (m *OpenAccountWithProgress_Request) Marshal() (dAtA []byte, err error)
- func (m *OpenAccountWithProgress_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *OpenAccountWithProgress_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OpenAccountWithProgress_Request) ProtoMessage()
- func (m *OpenAccountWithProgress_Request) Reset()
- func (m *OpenAccountWithProgress_Request) Size() (n int)
- func (m *OpenAccountWithProgress_Request) String() string
- func (m *OpenAccountWithProgress_Request) Unmarshal(dAtA []byte) error
- func (m *OpenAccountWithProgress_Request) XXX_DiscardUnknown()
- func (m *OpenAccountWithProgress_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OpenAccountWithProgress_Request) XXX_Merge(src proto.Message)
- func (m *OpenAccountWithProgress_Request) XXX_Size() int
- func (m *OpenAccountWithProgress_Request) XXX_Unmarshal(b []byte) error
- type OpenAccount_Reply
- func (*OpenAccount_Reply) Descriptor() ([]byte, []int)
- func (m *OpenAccount_Reply) GetAccountMetadata() *AccountMetadata
- func (m *OpenAccount_Reply) Marshal() (dAtA []byte, err error)
- func (m *OpenAccount_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *OpenAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OpenAccount_Reply) ProtoMessage()
- func (m *OpenAccount_Reply) Reset()
- func (m *OpenAccount_Reply) Size() (n int)
- func (m *OpenAccount_Reply) String() string
- func (m *OpenAccount_Reply) Unmarshal(dAtA []byte) error
- func (m *OpenAccount_Reply) XXX_DiscardUnknown()
- func (m *OpenAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OpenAccount_Reply) XXX_Merge(src proto.Message)
- func (m *OpenAccount_Reply) XXX_Size() int
- func (m *OpenAccount_Reply) XXX_Unmarshal(b []byte) error
- type OpenAccount_Request
- func (*OpenAccount_Request) Descriptor() ([]byte, []int)
- func (m *OpenAccount_Request) GetAccountID() string
- func (m *OpenAccount_Request) GetArgs() []string
- func (m *OpenAccount_Request) GetLoggerFilters() string
- func (m *OpenAccount_Request) GetNetworkConfig() *NetworkConfig
- func (m *OpenAccount_Request) GetSessionKind() string
- func (m *OpenAccount_Request) Marshal() (dAtA []byte, err error)
- func (m *OpenAccount_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *OpenAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OpenAccount_Request) ProtoMessage()
- func (m *OpenAccount_Request) Reset()
- func (m *OpenAccount_Request) Size() (n int)
- func (m *OpenAccount_Request) String() string
- func (m *OpenAccount_Request) Unmarshal(dAtA []byte) error
- func (m *OpenAccount_Request) XXX_DiscardUnknown()
- func (m *OpenAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OpenAccount_Request) XXX_Merge(src proto.Message)
- func (m *OpenAccount_Request) XXX_Size() int
- func (m *OpenAccount_Request) XXX_Unmarshal(b []byte) error
- type PushPlatformTokenRegister
- func (*PushPlatformTokenRegister) Descriptor() ([]byte, []int)
- func (m *PushPlatformTokenRegister) Marshal() (dAtA []byte, err error)
- func (m *PushPlatformTokenRegister) MarshalTo(dAtA []byte) (int, error)
- func (m *PushPlatformTokenRegister) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PushPlatformTokenRegister) ProtoMessage()
- func (m *PushPlatformTokenRegister) Reset()
- func (m *PushPlatformTokenRegister) Size() (n int)
- func (m *PushPlatformTokenRegister) String() string
- func (m *PushPlatformTokenRegister) Unmarshal(dAtA []byte) error
- func (m *PushPlatformTokenRegister) XXX_DiscardUnknown()
- func (m *PushPlatformTokenRegister) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushPlatformTokenRegister) XXX_Merge(src proto.Message)
- func (m *PushPlatformTokenRegister) XXX_Size() int
- func (m *PushPlatformTokenRegister) XXX_Unmarshal(b []byte) error
- type PushPlatformTokenRegister_Reply
- func (*PushPlatformTokenRegister_Reply) Descriptor() ([]byte, []int)
- func (m *PushPlatformTokenRegister_Reply) Marshal() (dAtA []byte, err error)
- func (m *PushPlatformTokenRegister_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *PushPlatformTokenRegister_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PushPlatformTokenRegister_Reply) ProtoMessage()
- func (m *PushPlatformTokenRegister_Reply) Reset()
- func (m *PushPlatformTokenRegister_Reply) Size() (n int)
- func (m *PushPlatformTokenRegister_Reply) String() string
- func (m *PushPlatformTokenRegister_Reply) Unmarshal(dAtA []byte) error
- func (m *PushPlatformTokenRegister_Reply) XXX_DiscardUnknown()
- func (m *PushPlatformTokenRegister_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushPlatformTokenRegister_Reply) XXX_Merge(src proto.Message)
- func (m *PushPlatformTokenRegister_Reply) XXX_Size() int
- func (m *PushPlatformTokenRegister_Reply) XXX_Unmarshal(b []byte) error
- type PushPlatformTokenRegister_Request
- func (*PushPlatformTokenRegister_Request) Descriptor() ([]byte, []int)
- func (m *PushPlatformTokenRegister_Request) GetReceiver() *protocoltypes.PushServiceReceiver
- func (m *PushPlatformTokenRegister_Request) Marshal() (dAtA []byte, err error)
- func (m *PushPlatformTokenRegister_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *PushPlatformTokenRegister_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PushPlatformTokenRegister_Request) ProtoMessage()
- func (m *PushPlatformTokenRegister_Request) Reset()
- func (m *PushPlatformTokenRegister_Request) Size() (n int)
- func (m *PushPlatformTokenRegister_Request) String() string
- func (m *PushPlatformTokenRegister_Request) Unmarshal(dAtA []byte) error
- func (m *PushPlatformTokenRegister_Request) XXX_DiscardUnknown()
- func (m *PushPlatformTokenRegister_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushPlatformTokenRegister_Request) XXX_Merge(src proto.Message)
- func (m *PushPlatformTokenRegister_Request) XXX_Size() int
- func (m *PushPlatformTokenRegister_Request) XXX_Unmarshal(b []byte) error
- type PushReceive
- func (*PushReceive) Descriptor() ([]byte, []int)
- func (m *PushReceive) Marshal() (dAtA []byte, err error)
- func (m *PushReceive) MarshalTo(dAtA []byte) (int, error)
- func (m *PushReceive) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PushReceive) ProtoMessage()
- func (m *PushReceive) Reset()
- func (m *PushReceive) Size() (n int)
- func (m *PushReceive) String() string
- func (m *PushReceive) Unmarshal(dAtA []byte) error
- func (m *PushReceive) XXX_DiscardUnknown()
- func (m *PushReceive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushReceive) XXX_Merge(src proto.Message)
- func (m *PushReceive) XXX_Size() int
- func (m *PushReceive) XXX_Unmarshal(b []byte) error
- type PushReceive_Reply
- func (*PushReceive_Reply) Descriptor() ([]byte, []int)
- func (m *PushReceive_Reply) GetPush() *pushtypes.FormatedPush
- func (m *PushReceive_Reply) GetPushData() *pushtypes.DecryptedPush
- func (m *PushReceive_Reply) Marshal() (dAtA []byte, err error)
- func (m *PushReceive_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *PushReceive_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PushReceive_Reply) ProtoMessage()
- func (m *PushReceive_Reply) Reset()
- func (m *PushReceive_Reply) Size() (n int)
- func (m *PushReceive_Reply) String() string
- func (m *PushReceive_Reply) Unmarshal(dAtA []byte) error
- func (m *PushReceive_Reply) XXX_DiscardUnknown()
- func (m *PushReceive_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushReceive_Reply) XXX_Merge(src proto.Message)
- func (m *PushReceive_Reply) XXX_Size() int
- func (m *PushReceive_Reply) XXX_Unmarshal(b []byte) error
- type PushReceive_Request
- func (*PushReceive_Request) Descriptor() ([]byte, []int)
- func (m *PushReceive_Request) GetPayload() string
- func (m *PushReceive_Request) GetTokenType() pushtypes.PushServiceTokenType
- func (m *PushReceive_Request) Marshal() (dAtA []byte, err error)
- func (m *PushReceive_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *PushReceive_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PushReceive_Request) ProtoMessage()
- func (m *PushReceive_Request) Reset()
- func (m *PushReceive_Request) Size() (n int)
- func (m *PushReceive_Request) String() string
- func (m *PushReceive_Request) Unmarshal(dAtA []byte) error
- func (m *PushReceive_Request) XXX_DiscardUnknown()
- func (m *PushReceive_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushReceive_Request) XXX_Merge(src proto.Message)
- func (m *PushReceive_Request) XXX_Size() int
- func (m *PushReceive_Request) XXX_Unmarshal(b []byte) error
- type StreamLogfile
- func (*StreamLogfile) Descriptor() ([]byte, []int)
- func (m *StreamLogfile) Marshal() (dAtA []byte, err error)
- func (m *StreamLogfile) MarshalTo(dAtA []byte) (int, error)
- func (m *StreamLogfile) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StreamLogfile) ProtoMessage()
- func (m *StreamLogfile) Reset()
- func (m *StreamLogfile) Size() (n int)
- func (m *StreamLogfile) String() string
- func (m *StreamLogfile) Unmarshal(dAtA []byte) error
- func (m *StreamLogfile) XXX_DiscardUnknown()
- func (m *StreamLogfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamLogfile) XXX_Merge(src proto.Message)
- func (m *StreamLogfile) XXX_Size() int
- func (m *StreamLogfile) XXX_Unmarshal(b []byte) error
- type StreamLogfile_Reply
- func (*StreamLogfile_Reply) Descriptor() ([]byte, []int)
- func (m *StreamLogfile_Reply) GetFileName() string
- func (m *StreamLogfile_Reply) GetLine() string
- func (m *StreamLogfile_Reply) Marshal() (dAtA []byte, err error)
- func (m *StreamLogfile_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *StreamLogfile_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StreamLogfile_Reply) ProtoMessage()
- func (m *StreamLogfile_Reply) Reset()
- func (m *StreamLogfile_Reply) Size() (n int)
- func (m *StreamLogfile_Reply) String() string
- func (m *StreamLogfile_Reply) Unmarshal(dAtA []byte) error
- func (m *StreamLogfile_Reply) XXX_DiscardUnknown()
- func (m *StreamLogfile_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamLogfile_Reply) XXX_Merge(src proto.Message)
- func (m *StreamLogfile_Reply) XXX_Size() int
- func (m *StreamLogfile_Reply) XXX_Unmarshal(b []byte) error
- type StreamLogfile_Request
- func (*StreamLogfile_Request) Descriptor() ([]byte, []int)
- func (m *StreamLogfile_Request) GetAccountID() string
- func (m *StreamLogfile_Request) Marshal() (dAtA []byte, err error)
- func (m *StreamLogfile_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *StreamLogfile_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StreamLogfile_Request) ProtoMessage()
- func (m *StreamLogfile_Request) Reset()
- func (m *StreamLogfile_Request) Size() (n int)
- func (m *StreamLogfile_Request) String() string
- func (m *StreamLogfile_Request) Unmarshal(dAtA []byte) error
- func (m *StreamLogfile_Request) XXX_DiscardUnknown()
- func (m *StreamLogfile_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamLogfile_Request) XXX_Merge(src proto.Message)
- func (m *StreamLogfile_Request) XXX_Size() int
- func (m *StreamLogfile_Request) XXX_Unmarshal(b []byte) error
- type UnimplementedAccountServiceServer
- func (*UnimplementedAccountServiceServer) AppStorageGet(ctx context.Context, req *AppStorageGet_Request) (*AppStorageGet_Reply, error)
- func (*UnimplementedAccountServiceServer) AppStoragePut(ctx context.Context, req *AppStoragePut_Request) (*AppStoragePut_Reply, error)
- func (*UnimplementedAccountServiceServer) AppStorageRemove(ctx context.Context, req *AppStorageRemove_Request) (*AppStorageRemove_Reply, error)
- func (*UnimplementedAccountServiceServer) CloseAccount(ctx context.Context, req *CloseAccount_Request) (*CloseAccount_Reply, error)
- func (*UnimplementedAccountServiceServer) CloseAccountWithProgress(req *CloseAccountWithProgress_Request, ...) error
- func (*UnimplementedAccountServiceServer) CreateAccount(ctx context.Context, req *CreateAccount_Request) (*CreateAccount_Reply, error)
- func (*UnimplementedAccountServiceServer) DeleteAccount(ctx context.Context, req *DeleteAccount_Request) (*DeleteAccount_Reply, error)
- func (*UnimplementedAccountServiceServer) GetGRPCListenerAddrs(ctx context.Context, req *GetGRPCListenerAddrs_Request) (*GetGRPCListenerAddrs_Reply, error)
- func (*UnimplementedAccountServiceServer) GetOpenedAccount(ctx context.Context, req *GetOpenedAccount_Request) (*GetOpenedAccount_Reply, error)
- func (*UnimplementedAccountServiceServer) GetUsername(ctx context.Context, req *GetUsername_Request) (*GetUsername_Reply, error)
- func (*UnimplementedAccountServiceServer) ImportAccount(ctx context.Context, req *ImportAccount_Request) (*ImportAccount_Reply, error)
- func (*UnimplementedAccountServiceServer) ImportAccountWithProgress(req *ImportAccountWithProgress_Request, ...) error
- func (*UnimplementedAccountServiceServer) ListAccounts(ctx context.Context, req *ListAccounts_Request) (*ListAccounts_Reply, error)
- func (*UnimplementedAccountServiceServer) LogfileList(ctx context.Context, req *LogfileList_Request) (*LogfileList_Reply, error)
- func (*UnimplementedAccountServiceServer) NetworkConfigGet(ctx context.Context, req *NetworkConfigGet_Request) (*NetworkConfigGet_Reply, error)
- func (*UnimplementedAccountServiceServer) NetworkConfigGetPreset(ctx context.Context, req *NetworkConfigGetPreset_Request) (*NetworkConfigGetPreset_Reply, error)
- func (*UnimplementedAccountServiceServer) NetworkConfigSet(ctx context.Context, req *NetworkConfigSet_Request) (*NetworkConfigSet_Reply, error)
- func (*UnimplementedAccountServiceServer) OpenAccount(ctx context.Context, req *OpenAccount_Request) (*OpenAccount_Reply, error)
- func (*UnimplementedAccountServiceServer) OpenAccountWithProgress(req *OpenAccountWithProgress_Request, ...) error
- func (*UnimplementedAccountServiceServer) PushPlatformTokenRegister(ctx context.Context, req *PushPlatformTokenRegister_Request) (*PushPlatformTokenRegister_Reply, error)
- func (*UnimplementedAccountServiceServer) PushReceive(ctx context.Context, req *PushReceive_Request) (*PushReceive_Reply, error)
- func (*UnimplementedAccountServiceServer) StreamLogfile(req *StreamLogfile_Request, srv AccountService_StreamLogfileServer) error
- func (*UnimplementedAccountServiceServer) UpdateAccount(ctx context.Context, req *UpdateAccount_Request) (*UpdateAccount_Reply, error)
- type UpdateAccount
- func (*UpdateAccount) Descriptor() ([]byte, []int)
- func (m *UpdateAccount) Marshal() (dAtA []byte, err error)
- func (m *UpdateAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateAccount) ProtoMessage()
- func (m *UpdateAccount) Reset()
- func (m *UpdateAccount) Size() (n int)
- func (m *UpdateAccount) String() string
- func (m *UpdateAccount) Unmarshal(dAtA []byte) error
- func (m *UpdateAccount) XXX_DiscardUnknown()
- func (m *UpdateAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateAccount) XXX_Merge(src proto.Message)
- func (m *UpdateAccount) XXX_Size() int
- func (m *UpdateAccount) XXX_Unmarshal(b []byte) error
- type UpdateAccount_Reply
- func (*UpdateAccount_Reply) Descriptor() ([]byte, []int)
- func (m *UpdateAccount_Reply) GetAccountMetadata() *AccountMetadata
- func (m *UpdateAccount_Reply) Marshal() (dAtA []byte, err error)
- func (m *UpdateAccount_Reply) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateAccount_Reply) ProtoMessage()
- func (m *UpdateAccount_Reply) Reset()
- func (m *UpdateAccount_Reply) Size() (n int)
- func (m *UpdateAccount_Reply) String() string
- func (m *UpdateAccount_Reply) Unmarshal(dAtA []byte) error
- func (m *UpdateAccount_Reply) XXX_DiscardUnknown()
- func (m *UpdateAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateAccount_Reply) XXX_Merge(src proto.Message)
- func (m *UpdateAccount_Reply) XXX_Size() int
- func (m *UpdateAccount_Reply) XXX_Unmarshal(b []byte) error
- type UpdateAccount_Request
- func (*UpdateAccount_Request) Descriptor() ([]byte, []int)
- func (m *UpdateAccount_Request) GetAccountID() string
- func (m *UpdateAccount_Request) GetAccountName() string
- func (m *UpdateAccount_Request) GetAvatarCID() string
- func (m *UpdateAccount_Request) GetPublicKey() string
- func (m *UpdateAccount_Request) Marshal() (dAtA []byte, err error)
- func (m *UpdateAccount_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *UpdateAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UpdateAccount_Request) ProtoMessage()
- func (m *UpdateAccount_Request) Reset()
- func (m *UpdateAccount_Request) Size() (n int)
- func (m *UpdateAccount_Request) String() string
- func (m *UpdateAccount_Request) Unmarshal(dAtA []byte) error
- func (m *UpdateAccount_Request) XXX_DiscardUnknown()
- func (m *UpdateAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateAccount_Request) XXX_Merge(src proto.Message)
- func (m *UpdateAccount_Request) XXX_Size() int
- func (m *UpdateAccount_Request) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthAccounttypes = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowAccounttypes = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupAccounttypes = fmt.Errorf("proto: unexpected end of group") )
var NetworkConfigPreset_name = map[int32]string{
0: "Undefined",
1: "Performance",
2: "FullAnonymity",
}
var NetworkConfigPreset_value = map[string]int32{
"Undefined": 0,
"Performance": 1,
"FullAnonymity": 2,
}
var NetworkConfig_DHTFlag_name = map[int32]string{
0: "DHTUndefined",
1: "DHTDisabled",
2: "DHTClient",
3: "DHTServer",
4: "DHTAuto",
5: "DHTAutoServer",
}
var NetworkConfig_DHTFlag_value = map[string]int32{
"DHTUndefined": 0,
"DHTDisabled": 1,
"DHTClient": 2,
"DHTServer": 3,
"DHTAuto": 4,
"DHTAutoServer": 5,
}
var NetworkConfig_Flag_name = map[int32]string{
0: "Undefined",
1: "Disabled",
2: "Enabled",
}
var NetworkConfig_Flag_value = map[string]int32{
"Undefined": 0,
"Disabled": 1,
"Enabled": 2,
}
var NetworkConfig_TorFlag_name = map[int32]string{
0: "TorUndefined",
1: "TorDisabled",
2: "TorOptional",
3: "TorRequired",
}
var NetworkConfig_TorFlag_value = map[string]int32{
"TorUndefined": 0,
"TorDisabled": 1,
"TorOptional": 2,
"TorRequired": 3,
}
Functions ¶
func RegisterAccountServiceHandler ¶ added in v2.350.0
func RegisterAccountServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterAccountServiceHandler registers the http handlers for service AccountService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterAccountServiceHandlerClient ¶ added in v2.350.0
func RegisterAccountServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AccountServiceClient) error
RegisterAccountServiceHandlerClient registers the http handlers for service AccountService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AccountServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AccountServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AccountServiceClient" to call the correct interceptors.
func RegisterAccountServiceHandlerFromEndpoint ¶ added in v2.350.0
func RegisterAccountServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterAccountServiceHandlerFromEndpoint is same as RegisterAccountServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterAccountServiceHandlerServer ¶ added in v2.350.0
func RegisterAccountServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AccountServiceServer) error
RegisterAccountServiceHandlerServer registers the http handlers for service AccountService to "mux". UnaryRPC :call AccountServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAccountServiceHandlerFromEndpoint instead.
func RegisterAccountServiceServer ¶
func RegisterAccountServiceServer(s *grpc.Server, srv AccountServiceServer)
Types ¶
type AccountMetadata ¶
type AccountMetadata struct { AccountID string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` AvatarCID string `protobuf:"bytes,3,opt,name=avatar_cid,json=avatarCid,proto3" json:"avatar_cid,omitempty"` PublicKey string `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` LastOpened int64 `protobuf:"varint,5,opt,name=last_opened,json=lastOpened,proto3" json:"last_opened,omitempty"` CreationDate int64 `protobuf:"varint,6,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"` Error string `protobuf:"bytes,7,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AccountMetadata) Descriptor ¶
func (*AccountMetadata) Descriptor() ([]byte, []int)
func (*AccountMetadata) GetAccountID ¶
func (m *AccountMetadata) GetAccountID() string
func (*AccountMetadata) GetAvatarCID ¶
func (m *AccountMetadata) GetAvatarCID() string
func (*AccountMetadata) GetCreationDate ¶
func (m *AccountMetadata) GetCreationDate() int64
func (*AccountMetadata) GetError ¶
func (m *AccountMetadata) GetError() string
func (*AccountMetadata) GetLastOpened ¶
func (m *AccountMetadata) GetLastOpened() int64
func (*AccountMetadata) GetName ¶
func (m *AccountMetadata) GetName() string
func (*AccountMetadata) GetPublicKey ¶
func (m *AccountMetadata) GetPublicKey() string
func (*AccountMetadata) Marshal ¶
func (m *AccountMetadata) Marshal() (dAtA []byte, err error)
func (*AccountMetadata) MarshalToSizedBuffer ¶
func (m *AccountMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AccountMetadata) ProtoMessage ¶
func (*AccountMetadata) ProtoMessage()
func (*AccountMetadata) Reset ¶
func (m *AccountMetadata) Reset()
func (*AccountMetadata) Size ¶
func (m *AccountMetadata) Size() (n int)
func (*AccountMetadata) String ¶
func (m *AccountMetadata) String() string
func (*AccountMetadata) Unmarshal ¶
func (m *AccountMetadata) Unmarshal(dAtA []byte) error
func (*AccountMetadata) XXX_DiscardUnknown ¶
func (m *AccountMetadata) XXX_DiscardUnknown()
func (*AccountMetadata) XXX_Marshal ¶
func (m *AccountMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountMetadata) XXX_Merge ¶
func (m *AccountMetadata) XXX_Merge(src proto.Message)
func (*AccountMetadata) XXX_Size ¶
func (m *AccountMetadata) XXX_Size() int
func (*AccountMetadata) XXX_Unmarshal ¶
func (m *AccountMetadata) XXX_Unmarshal(b []byte) error
type AccountServiceClient ¶
type AccountServiceClient interface { // OpenAccount starts a Berty node. OpenAccount(ctx context.Context, in *OpenAccount_Request, opts ...grpc.CallOption) (*OpenAccount_Reply, error) // OpenAccountWithProgress is similar to OpenAccount, but also streams the progress. OpenAccountWithProgress(ctx context.Context, in *OpenAccountWithProgress_Request, opts ...grpc.CallOption) (AccountService_OpenAccountWithProgressClient, error) // CloseAccount closes the currently opened account. CloseAccount(ctx context.Context, in *CloseAccount_Request, opts ...grpc.CallOption) (*CloseAccount_Reply, error) // CloseAccountWithProgress is similar to CloseAccount, but also streams the progress. CloseAccountWithProgress(ctx context.Context, in *CloseAccountWithProgress_Request, opts ...grpc.CallOption) (AccountService_CloseAccountWithProgressClient, error) // ListAccounts retrieves a list of local accounts. ListAccounts(ctx context.Context, in *ListAccounts_Request, opts ...grpc.CallOption) (*ListAccounts_Reply, error) // DeleteAccount deletes an account. DeleteAccount(ctx context.Context, in *DeleteAccount_Request, opts ...grpc.CallOption) (*DeleteAccount_Reply, error) // ImportAccount imports existing data. ImportAccount(ctx context.Context, in *ImportAccount_Request, opts ...grpc.CallOption) (*ImportAccount_Reply, error) // ImportAccountWithProgress is similar to ImportAccount, but also streams the progress. ImportAccountWithProgress(ctx context.Context, in *ImportAccountWithProgress_Request, opts ...grpc.CallOption) (AccountService_ImportAccountWithProgressClient, error) // CreateAccount creates a new account. CreateAccount(ctx context.Context, in *CreateAccount_Request, opts ...grpc.CallOption) (*CreateAccount_Reply, error) // UpdateAccount update account's metadata. UpdateAccount(ctx context.Context, in *UpdateAccount_Request, opts ...grpc.CallOption) (*UpdateAccount_Reply, error) // GetGRPCListenerAddrs return current listeners addrs available on this bridge. GetGRPCListenerAddrs(ctx context.Context, in *GetGRPCListenerAddrs_Request, opts ...grpc.CallOption) (*GetGRPCListenerAddrs_Reply, error) // LogfileList returns a list of logfiles that can be used with Tyber. LogfileList(ctx context.Context, in *LogfileList_Request, opts ...grpc.CallOption) (*LogfileList_Reply, error) // StreamLogfile stream the lastest log file for the given account StreamLogfile(ctx context.Context, in *StreamLogfile_Request, opts ...grpc.CallOption) (AccountService_StreamLogfileClient, error) // GetUsername returns the name of the device/user using Android/iOS/universal API GetUsername(ctx context.Context, in *GetUsername_Request, opts ...grpc.CallOption) (*GetUsername_Reply, error) // NetworkConfigSet NetworkConfigSet(ctx context.Context, in *NetworkConfigSet_Request, opts ...grpc.CallOption) (*NetworkConfigSet_Reply, error) // NetworkConfigGet NetworkConfigGet(ctx context.Context, in *NetworkConfigGet_Request, opts ...grpc.CallOption) (*NetworkConfigGet_Reply, error) // NetworkConfigGetPreset NetworkConfigGetPreset(ctx context.Context, in *NetworkConfigGetPreset_Request, opts ...grpc.CallOption) (*NetworkConfigGetPreset_Reply, error) // PushReceive PushReceive(ctx context.Context, in *PushReceive_Request, opts ...grpc.CallOption) (*PushReceive_Reply, error) // PushPlatformTokenRegister PushPlatformTokenRegister(ctx context.Context, in *PushPlatformTokenRegister_Request, opts ...grpc.CallOption) (*PushPlatformTokenRegister_Reply, error) // AppStoragePut puts a value by key in a storage secured by the device enclave if possible AppStoragePut(ctx context.Context, in *AppStoragePut_Request, opts ...grpc.CallOption) (*AppStoragePut_Reply, error) // AppStorageGet gets a value by key in a storage secured by the device enclave if possible AppStorageGet(ctx context.Context, in *AppStorageGet_Request, opts ...grpc.CallOption) (*AppStorageGet_Reply, error) // AppStorageRemove removes a value by key in a storage secured by the device enclave if possible AppStorageRemove(ctx context.Context, in *AppStorageRemove_Request, opts ...grpc.CallOption) (*AppStorageRemove_Reply, error) // GetOpenedAccount returns details of the opened account GetOpenedAccount(ctx context.Context, in *GetOpenedAccount_Request, opts ...grpc.CallOption) (*GetOpenedAccount_Reply, error) }
AccountServiceClient is the client API for AccountService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAccountServiceClient ¶
func NewAccountServiceClient(cc *grpc.ClientConn) AccountServiceClient
type AccountServiceServer ¶
type AccountServiceServer interface { // OpenAccount starts a Berty node. OpenAccount(context.Context, *OpenAccount_Request) (*OpenAccount_Reply, error) // OpenAccountWithProgress is similar to OpenAccount, but also streams the progress. OpenAccountWithProgress(*OpenAccountWithProgress_Request, AccountService_OpenAccountWithProgressServer) error // CloseAccount closes the currently opened account. CloseAccount(context.Context, *CloseAccount_Request) (*CloseAccount_Reply, error) // CloseAccountWithProgress is similar to CloseAccount, but also streams the progress. CloseAccountWithProgress(*CloseAccountWithProgress_Request, AccountService_CloseAccountWithProgressServer) error // ListAccounts retrieves a list of local accounts. ListAccounts(context.Context, *ListAccounts_Request) (*ListAccounts_Reply, error) // DeleteAccount deletes an account. DeleteAccount(context.Context, *DeleteAccount_Request) (*DeleteAccount_Reply, error) // ImportAccount imports existing data. ImportAccount(context.Context, *ImportAccount_Request) (*ImportAccount_Reply, error) // ImportAccountWithProgress is similar to ImportAccount, but also streams the progress. ImportAccountWithProgress(*ImportAccountWithProgress_Request, AccountService_ImportAccountWithProgressServer) error // CreateAccount creates a new account. CreateAccount(context.Context, *CreateAccount_Request) (*CreateAccount_Reply, error) // UpdateAccount update account's metadata. UpdateAccount(context.Context, *UpdateAccount_Request) (*UpdateAccount_Reply, error) // GetGRPCListenerAddrs return current listeners addrs available on this bridge. GetGRPCListenerAddrs(context.Context, *GetGRPCListenerAddrs_Request) (*GetGRPCListenerAddrs_Reply, error) // LogfileList returns a list of logfiles that can be used with Tyber. LogfileList(context.Context, *LogfileList_Request) (*LogfileList_Reply, error) // StreamLogfile stream the lastest log file for the given account StreamLogfile(*StreamLogfile_Request, AccountService_StreamLogfileServer) error // GetUsername returns the name of the device/user using Android/iOS/universal API GetUsername(context.Context, *GetUsername_Request) (*GetUsername_Reply, error) // NetworkConfigSet NetworkConfigSet(context.Context, *NetworkConfigSet_Request) (*NetworkConfigSet_Reply, error) // NetworkConfigGet NetworkConfigGet(context.Context, *NetworkConfigGet_Request) (*NetworkConfigGet_Reply, error) // NetworkConfigGetPreset NetworkConfigGetPreset(context.Context, *NetworkConfigGetPreset_Request) (*NetworkConfigGetPreset_Reply, error) // PushReceive PushReceive(context.Context, *PushReceive_Request) (*PushReceive_Reply, error) // PushPlatformTokenRegister PushPlatformTokenRegister(context.Context, *PushPlatformTokenRegister_Request) (*PushPlatformTokenRegister_Reply, error) // AppStoragePut puts a value by key in a storage secured by the device enclave if possible AppStoragePut(context.Context, *AppStoragePut_Request) (*AppStoragePut_Reply, error) // AppStorageGet gets a value by key in a storage secured by the device enclave if possible AppStorageGet(context.Context, *AppStorageGet_Request) (*AppStorageGet_Reply, error) // AppStorageRemove removes a value by key in a storage secured by the device enclave if possible AppStorageRemove(context.Context, *AppStorageRemove_Request) (*AppStorageRemove_Reply, error) // GetOpenedAccount returns details of the opened account GetOpenedAccount(context.Context, *GetOpenedAccount_Request) (*GetOpenedAccount_Reply, error) }
AccountServiceServer is the server API for AccountService service.
type AccountService_CloseAccountWithProgressClient ¶
type AccountService_CloseAccountWithProgressClient interface { Recv() (*CloseAccountWithProgress_Reply, error) grpc.ClientStream }
type AccountService_CloseAccountWithProgressServer ¶
type AccountService_CloseAccountWithProgressServer interface { Send(*CloseAccountWithProgress_Reply) error grpc.ServerStream }
type AccountService_ImportAccountWithProgressClient ¶
type AccountService_ImportAccountWithProgressClient interface { Recv() (*ImportAccountWithProgress_Reply, error) grpc.ClientStream }
type AccountService_ImportAccountWithProgressServer ¶
type AccountService_ImportAccountWithProgressServer interface { Send(*ImportAccountWithProgress_Reply) error grpc.ServerStream }
type AccountService_OpenAccountWithProgressClient ¶
type AccountService_OpenAccountWithProgressClient interface { Recv() (*OpenAccountWithProgress_Reply, error) grpc.ClientStream }
type AccountService_OpenAccountWithProgressServer ¶
type AccountService_OpenAccountWithProgressServer interface { Send(*OpenAccountWithProgress_Reply) error grpc.ServerStream }
type AccountService_StreamLogfileClient ¶ added in v2.420.0
type AccountService_StreamLogfileClient interface { Recv() (*StreamLogfile_Reply, error) grpc.ClientStream }
type AccountService_StreamLogfileServer ¶ added in v2.420.0
type AccountService_StreamLogfileServer interface { Send(*StreamLogfile_Reply) error grpc.ServerStream }
type AppStorageGet ¶ added in v2.315.0
type AppStorageGet struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppStorageGet) Descriptor ¶ added in v2.315.0
func (*AppStorageGet) Descriptor() ([]byte, []int)
func (*AppStorageGet) Marshal ¶ added in v2.315.0
func (m *AppStorageGet) Marshal() (dAtA []byte, err error)
func (*AppStorageGet) MarshalTo ¶ added in v2.315.0
func (m *AppStorageGet) MarshalTo(dAtA []byte) (int, error)
func (*AppStorageGet) MarshalToSizedBuffer ¶ added in v2.315.0
func (m *AppStorageGet) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppStorageGet) ProtoMessage ¶ added in v2.315.0
func (*AppStorageGet) ProtoMessage()
func (*AppStorageGet) Reset ¶ added in v2.315.0
func (m *AppStorageGet) Reset()
func (*AppStorageGet) Size ¶ added in v2.315.0
func (m *AppStorageGet) Size() (n int)
func (*AppStorageGet) String ¶ added in v2.315.0
func (m *AppStorageGet) String() string
func (*AppStorageGet) Unmarshal ¶ added in v2.315.0
func (m *AppStorageGet) Unmarshal(dAtA []byte) error
func (*AppStorageGet) XXX_DiscardUnknown ¶ added in v2.315.0
func (m *AppStorageGet) XXX_DiscardUnknown()
func (*AppStorageGet) XXX_Marshal ¶ added in v2.315.0
func (m *AppStorageGet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppStorageGet) XXX_Merge ¶ added in v2.315.0
func (m *AppStorageGet) XXX_Merge(src proto.Message)
func (*AppStorageGet) XXX_Size ¶ added in v2.315.0
func (m *AppStorageGet) XXX_Size() int
func (*AppStorageGet) XXX_Unmarshal ¶ added in v2.315.0
func (m *AppStorageGet) XXX_Unmarshal(b []byte) error
type AppStorageGet_Reply ¶ added in v2.315.0
type AppStorageGet_Reply struct { Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppStorageGet_Reply) Descriptor ¶ added in v2.315.0
func (*AppStorageGet_Reply) Descriptor() ([]byte, []int)
func (*AppStorageGet_Reply) GetValue ¶ added in v2.315.0
func (m *AppStorageGet_Reply) GetValue() []byte
func (*AppStorageGet_Reply) Marshal ¶ added in v2.315.0
func (m *AppStorageGet_Reply) Marshal() (dAtA []byte, err error)
func (*AppStorageGet_Reply) MarshalTo ¶ added in v2.315.0
func (m *AppStorageGet_Reply) MarshalTo(dAtA []byte) (int, error)
func (*AppStorageGet_Reply) MarshalToSizedBuffer ¶ added in v2.315.0
func (m *AppStorageGet_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppStorageGet_Reply) ProtoMessage ¶ added in v2.315.0
func (*AppStorageGet_Reply) ProtoMessage()
func (*AppStorageGet_Reply) Reset ¶ added in v2.315.0
func (m *AppStorageGet_Reply) Reset()
func (*AppStorageGet_Reply) Size ¶ added in v2.315.0
func (m *AppStorageGet_Reply) Size() (n int)
func (*AppStorageGet_Reply) String ¶ added in v2.315.0
func (m *AppStorageGet_Reply) String() string
func (*AppStorageGet_Reply) Unmarshal ¶ added in v2.315.0
func (m *AppStorageGet_Reply) Unmarshal(dAtA []byte) error
func (*AppStorageGet_Reply) XXX_DiscardUnknown ¶ added in v2.315.0
func (m *AppStorageGet_Reply) XXX_DiscardUnknown()
func (*AppStorageGet_Reply) XXX_Marshal ¶ added in v2.315.0
func (m *AppStorageGet_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppStorageGet_Reply) XXX_Merge ¶ added in v2.315.0
func (m *AppStorageGet_Reply) XXX_Merge(src proto.Message)
func (*AppStorageGet_Reply) XXX_Size ¶ added in v2.315.0
func (m *AppStorageGet_Reply) XXX_Size() int
func (*AppStorageGet_Reply) XXX_Unmarshal ¶ added in v2.315.0
func (m *AppStorageGet_Reply) XXX_Unmarshal(b []byte) error
type AppStorageGet_Request ¶ added in v2.315.0
type AppStorageGet_Request struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Global bool `protobuf:"varint,2,opt,name=global,proto3" json:"global,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppStorageGet_Request) Descriptor ¶ added in v2.315.0
func (*AppStorageGet_Request) Descriptor() ([]byte, []int)
func (*AppStorageGet_Request) GetGlobal ¶ added in v2.331.0
func (m *AppStorageGet_Request) GetGlobal() bool
func (*AppStorageGet_Request) GetKey ¶ added in v2.315.0
func (m *AppStorageGet_Request) GetKey() string
func (*AppStorageGet_Request) Marshal ¶ added in v2.315.0
func (m *AppStorageGet_Request) Marshal() (dAtA []byte, err error)
func (*AppStorageGet_Request) MarshalTo ¶ added in v2.315.0
func (m *AppStorageGet_Request) MarshalTo(dAtA []byte) (int, error)
func (*AppStorageGet_Request) MarshalToSizedBuffer ¶ added in v2.315.0
func (m *AppStorageGet_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppStorageGet_Request) ProtoMessage ¶ added in v2.315.0
func (*AppStorageGet_Request) ProtoMessage()
func (*AppStorageGet_Request) Reset ¶ added in v2.315.0
func (m *AppStorageGet_Request) Reset()
func (*AppStorageGet_Request) Size ¶ added in v2.315.0
func (m *AppStorageGet_Request) Size() (n int)
func (*AppStorageGet_Request) String ¶ added in v2.315.0
func (m *AppStorageGet_Request) String() string
func (*AppStorageGet_Request) Unmarshal ¶ added in v2.315.0
func (m *AppStorageGet_Request) Unmarshal(dAtA []byte) error
func (*AppStorageGet_Request) XXX_DiscardUnknown ¶ added in v2.315.0
func (m *AppStorageGet_Request) XXX_DiscardUnknown()
func (*AppStorageGet_Request) XXX_Marshal ¶ added in v2.315.0
func (m *AppStorageGet_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppStorageGet_Request) XXX_Merge ¶ added in v2.315.0
func (m *AppStorageGet_Request) XXX_Merge(src proto.Message)
func (*AppStorageGet_Request) XXX_Size ¶ added in v2.315.0
func (m *AppStorageGet_Request) XXX_Size() int
func (*AppStorageGet_Request) XXX_Unmarshal ¶ added in v2.315.0
func (m *AppStorageGet_Request) XXX_Unmarshal(b []byte) error
type AppStoragePut ¶ added in v2.315.0
type AppStoragePut struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppStoragePut) Descriptor ¶ added in v2.315.0
func (*AppStoragePut) Descriptor() ([]byte, []int)
func (*AppStoragePut) Marshal ¶ added in v2.315.0
func (m *AppStoragePut) Marshal() (dAtA []byte, err error)
func (*AppStoragePut) MarshalTo ¶ added in v2.315.0
func (m *AppStoragePut) MarshalTo(dAtA []byte) (int, error)
func (*AppStoragePut) MarshalToSizedBuffer ¶ added in v2.315.0
func (m *AppStoragePut) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppStoragePut) ProtoMessage ¶ added in v2.315.0
func (*AppStoragePut) ProtoMessage()
func (*AppStoragePut) Reset ¶ added in v2.315.0
func (m *AppStoragePut) Reset()
func (*AppStoragePut) Size ¶ added in v2.315.0
func (m *AppStoragePut) Size() (n int)
func (*AppStoragePut) String ¶ added in v2.315.0
func (m *AppStoragePut) String() string
func (*AppStoragePut) Unmarshal ¶ added in v2.315.0
func (m *AppStoragePut) Unmarshal(dAtA []byte) error
func (*AppStoragePut) XXX_DiscardUnknown ¶ added in v2.315.0
func (m *AppStoragePut) XXX_DiscardUnknown()
func (*AppStoragePut) XXX_Marshal ¶ added in v2.315.0
func (m *AppStoragePut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppStoragePut) XXX_Merge ¶ added in v2.315.0
func (m *AppStoragePut) XXX_Merge(src proto.Message)
func (*AppStoragePut) XXX_Size ¶ added in v2.315.0
func (m *AppStoragePut) XXX_Size() int
func (*AppStoragePut) XXX_Unmarshal ¶ added in v2.315.0
func (m *AppStoragePut) XXX_Unmarshal(b []byte) error
type AppStoragePut_Reply ¶ added in v2.315.0
type AppStoragePut_Reply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppStoragePut_Reply) Descriptor ¶ added in v2.315.0
func (*AppStoragePut_Reply) Descriptor() ([]byte, []int)
func (*AppStoragePut_Reply) Marshal ¶ added in v2.315.0
func (m *AppStoragePut_Reply) Marshal() (dAtA []byte, err error)
func (*AppStoragePut_Reply) MarshalTo ¶ added in v2.315.0
func (m *AppStoragePut_Reply) MarshalTo(dAtA []byte) (int, error)
func (*AppStoragePut_Reply) MarshalToSizedBuffer ¶ added in v2.315.0
func (m *AppStoragePut_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppStoragePut_Reply) ProtoMessage ¶ added in v2.315.0
func (*AppStoragePut_Reply) ProtoMessage()
func (*AppStoragePut_Reply) Reset ¶ added in v2.315.0
func (m *AppStoragePut_Reply) Reset()
func (*AppStoragePut_Reply) Size ¶ added in v2.315.0
func (m *AppStoragePut_Reply) Size() (n int)
func (*AppStoragePut_Reply) String ¶ added in v2.315.0
func (m *AppStoragePut_Reply) String() string
func (*AppStoragePut_Reply) Unmarshal ¶ added in v2.315.0
func (m *AppStoragePut_Reply) Unmarshal(dAtA []byte) error
func (*AppStoragePut_Reply) XXX_DiscardUnknown ¶ added in v2.315.0
func (m *AppStoragePut_Reply) XXX_DiscardUnknown()
func (*AppStoragePut_Reply) XXX_Marshal ¶ added in v2.315.0
func (m *AppStoragePut_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppStoragePut_Reply) XXX_Merge ¶ added in v2.315.0
func (m *AppStoragePut_Reply) XXX_Merge(src proto.Message)
func (*AppStoragePut_Reply) XXX_Size ¶ added in v2.315.0
func (m *AppStoragePut_Reply) XXX_Size() int
func (*AppStoragePut_Reply) XXX_Unmarshal ¶ added in v2.315.0
func (m *AppStoragePut_Reply) XXX_Unmarshal(b []byte) error
type AppStoragePut_Request ¶ added in v2.315.0
type AppStoragePut_Request struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Global bool `protobuf:"varint,3,opt,name=global,proto3" json:"global,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppStoragePut_Request) Descriptor ¶ added in v2.315.0
func (*AppStoragePut_Request) Descriptor() ([]byte, []int)
func (*AppStoragePut_Request) GetGlobal ¶ added in v2.331.0
func (m *AppStoragePut_Request) GetGlobal() bool
func (*AppStoragePut_Request) GetKey ¶ added in v2.315.0
func (m *AppStoragePut_Request) GetKey() string
func (*AppStoragePut_Request) GetValue ¶ added in v2.315.0
func (m *AppStoragePut_Request) GetValue() []byte
func (*AppStoragePut_Request) Marshal ¶ added in v2.315.0
func (m *AppStoragePut_Request) Marshal() (dAtA []byte, err error)
func (*AppStoragePut_Request) MarshalTo ¶ added in v2.315.0
func (m *AppStoragePut_Request) MarshalTo(dAtA []byte) (int, error)
func (*AppStoragePut_Request) MarshalToSizedBuffer ¶ added in v2.315.0
func (m *AppStoragePut_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppStoragePut_Request) ProtoMessage ¶ added in v2.315.0
func (*AppStoragePut_Request) ProtoMessage()
func (*AppStoragePut_Request) Reset ¶ added in v2.315.0
func (m *AppStoragePut_Request) Reset()
func (*AppStoragePut_Request) Size ¶ added in v2.315.0
func (m *AppStoragePut_Request) Size() (n int)
func (*AppStoragePut_Request) String ¶ added in v2.315.0
func (m *AppStoragePut_Request) String() string
func (*AppStoragePut_Request) Unmarshal ¶ added in v2.315.0
func (m *AppStoragePut_Request) Unmarshal(dAtA []byte) error
func (*AppStoragePut_Request) XXX_DiscardUnknown ¶ added in v2.315.0
func (m *AppStoragePut_Request) XXX_DiscardUnknown()
func (*AppStoragePut_Request) XXX_Marshal ¶ added in v2.315.0
func (m *AppStoragePut_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppStoragePut_Request) XXX_Merge ¶ added in v2.315.0
func (m *AppStoragePut_Request) XXX_Merge(src proto.Message)
func (*AppStoragePut_Request) XXX_Size ¶ added in v2.315.0
func (m *AppStoragePut_Request) XXX_Size() int
func (*AppStoragePut_Request) XXX_Unmarshal ¶ added in v2.315.0
func (m *AppStoragePut_Request) XXX_Unmarshal(b []byte) error
type AppStorageRemove ¶ added in v2.315.0
type AppStorageRemove struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppStorageRemove) Descriptor ¶ added in v2.315.0
func (*AppStorageRemove) Descriptor() ([]byte, []int)
func (*AppStorageRemove) Marshal ¶ added in v2.315.0
func (m *AppStorageRemove) Marshal() (dAtA []byte, err error)
func (*AppStorageRemove) MarshalTo ¶ added in v2.315.0
func (m *AppStorageRemove) MarshalTo(dAtA []byte) (int, error)
func (*AppStorageRemove) MarshalToSizedBuffer ¶ added in v2.315.0
func (m *AppStorageRemove) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppStorageRemove) ProtoMessage ¶ added in v2.315.0
func (*AppStorageRemove) ProtoMessage()
func (*AppStorageRemove) Reset ¶ added in v2.315.0
func (m *AppStorageRemove) Reset()
func (*AppStorageRemove) Size ¶ added in v2.315.0
func (m *AppStorageRemove) Size() (n int)
func (*AppStorageRemove) String ¶ added in v2.315.0
func (m *AppStorageRemove) String() string
func (*AppStorageRemove) Unmarshal ¶ added in v2.315.0
func (m *AppStorageRemove) Unmarshal(dAtA []byte) error
func (*AppStorageRemove) XXX_DiscardUnknown ¶ added in v2.315.0
func (m *AppStorageRemove) XXX_DiscardUnknown()
func (*AppStorageRemove) XXX_Marshal ¶ added in v2.315.0
func (m *AppStorageRemove) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppStorageRemove) XXX_Merge ¶ added in v2.315.0
func (m *AppStorageRemove) XXX_Merge(src proto.Message)
func (*AppStorageRemove) XXX_Size ¶ added in v2.315.0
func (m *AppStorageRemove) XXX_Size() int
func (*AppStorageRemove) XXX_Unmarshal ¶ added in v2.315.0
func (m *AppStorageRemove) XXX_Unmarshal(b []byte) error
type AppStorageRemove_Reply ¶ added in v2.315.0
type AppStorageRemove_Reply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppStorageRemove_Reply) Descriptor ¶ added in v2.315.0
func (*AppStorageRemove_Reply) Descriptor() ([]byte, []int)
func (*AppStorageRemove_Reply) Marshal ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) Marshal() (dAtA []byte, err error)
func (*AppStorageRemove_Reply) MarshalTo ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) MarshalTo(dAtA []byte) (int, error)
func (*AppStorageRemove_Reply) MarshalToSizedBuffer ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppStorageRemove_Reply) ProtoMessage ¶ added in v2.315.0
func (*AppStorageRemove_Reply) ProtoMessage()
func (*AppStorageRemove_Reply) Reset ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) Reset()
func (*AppStorageRemove_Reply) Size ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) Size() (n int)
func (*AppStorageRemove_Reply) String ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) String() string
func (*AppStorageRemove_Reply) Unmarshal ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) Unmarshal(dAtA []byte) error
func (*AppStorageRemove_Reply) XXX_DiscardUnknown ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) XXX_DiscardUnknown()
func (*AppStorageRemove_Reply) XXX_Marshal ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppStorageRemove_Reply) XXX_Merge ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) XXX_Merge(src proto.Message)
func (*AppStorageRemove_Reply) XXX_Size ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) XXX_Size() int
func (*AppStorageRemove_Reply) XXX_Unmarshal ¶ added in v2.315.0
func (m *AppStorageRemove_Reply) XXX_Unmarshal(b []byte) error
type AppStorageRemove_Request ¶ added in v2.315.0
type AppStorageRemove_Request struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Global bool `protobuf:"varint,2,opt,name=global,proto3" json:"global,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AppStorageRemove_Request) Descriptor ¶ added in v2.315.0
func (*AppStorageRemove_Request) Descriptor() ([]byte, []int)
func (*AppStorageRemove_Request) GetGlobal ¶ added in v2.331.0
func (m *AppStorageRemove_Request) GetGlobal() bool
func (*AppStorageRemove_Request) GetKey ¶ added in v2.315.0
func (m *AppStorageRemove_Request) GetKey() string
func (*AppStorageRemove_Request) Marshal ¶ added in v2.315.0
func (m *AppStorageRemove_Request) Marshal() (dAtA []byte, err error)
func (*AppStorageRemove_Request) MarshalTo ¶ added in v2.315.0
func (m *AppStorageRemove_Request) MarshalTo(dAtA []byte) (int, error)
func (*AppStorageRemove_Request) MarshalToSizedBuffer ¶ added in v2.315.0
func (m *AppStorageRemove_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppStorageRemove_Request) ProtoMessage ¶ added in v2.315.0
func (*AppStorageRemove_Request) ProtoMessage()
func (*AppStorageRemove_Request) Reset ¶ added in v2.315.0
func (m *AppStorageRemove_Request) Reset()
func (*AppStorageRemove_Request) Size ¶ added in v2.315.0
func (m *AppStorageRemove_Request) Size() (n int)
func (*AppStorageRemove_Request) String ¶ added in v2.315.0
func (m *AppStorageRemove_Request) String() string
func (*AppStorageRemove_Request) Unmarshal ¶ added in v2.315.0
func (m *AppStorageRemove_Request) Unmarshal(dAtA []byte) error
func (*AppStorageRemove_Request) XXX_DiscardUnknown ¶ added in v2.315.0
func (m *AppStorageRemove_Request) XXX_DiscardUnknown()
func (*AppStorageRemove_Request) XXX_Marshal ¶ added in v2.315.0
func (m *AppStorageRemove_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppStorageRemove_Request) XXX_Merge ¶ added in v2.315.0
func (m *AppStorageRemove_Request) XXX_Merge(src proto.Message)
func (*AppStorageRemove_Request) XXX_Size ¶ added in v2.315.0
func (m *AppStorageRemove_Request) XXX_Size() int
func (*AppStorageRemove_Request) XXX_Unmarshal ¶ added in v2.315.0
func (m *AppStorageRemove_Request) XXX_Unmarshal(b []byte) error
type CloseAccount ¶
type CloseAccount struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CloseAccount) Descriptor ¶
func (*CloseAccount) Descriptor() ([]byte, []int)
func (*CloseAccount) Marshal ¶
func (m *CloseAccount) Marshal() (dAtA []byte, err error)
func (*CloseAccount) MarshalToSizedBuffer ¶
func (m *CloseAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CloseAccount) ProtoMessage ¶
func (*CloseAccount) ProtoMessage()
func (*CloseAccount) Reset ¶
func (m *CloseAccount) Reset()
func (*CloseAccount) Size ¶
func (m *CloseAccount) Size() (n int)
func (*CloseAccount) String ¶
func (m *CloseAccount) String() string
func (*CloseAccount) Unmarshal ¶
func (m *CloseAccount) Unmarshal(dAtA []byte) error
func (*CloseAccount) XXX_DiscardUnknown ¶
func (m *CloseAccount) XXX_DiscardUnknown()
func (*CloseAccount) XXX_Marshal ¶
func (m *CloseAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CloseAccount) XXX_Merge ¶
func (m *CloseAccount) XXX_Merge(src proto.Message)
func (*CloseAccount) XXX_Size ¶
func (m *CloseAccount) XXX_Size() int
func (*CloseAccount) XXX_Unmarshal ¶
func (m *CloseAccount) XXX_Unmarshal(b []byte) error
type CloseAccountWithProgress ¶
type CloseAccountWithProgress struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CloseAccountWithProgress) Descriptor ¶
func (*CloseAccountWithProgress) Descriptor() ([]byte, []int)
func (*CloseAccountWithProgress) Marshal ¶
func (m *CloseAccountWithProgress) Marshal() (dAtA []byte, err error)
func (*CloseAccountWithProgress) MarshalTo ¶
func (m *CloseAccountWithProgress) MarshalTo(dAtA []byte) (int, error)
func (*CloseAccountWithProgress) MarshalToSizedBuffer ¶
func (m *CloseAccountWithProgress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CloseAccountWithProgress) ProtoMessage ¶
func (*CloseAccountWithProgress) ProtoMessage()
func (*CloseAccountWithProgress) Reset ¶
func (m *CloseAccountWithProgress) Reset()
func (*CloseAccountWithProgress) Size ¶
func (m *CloseAccountWithProgress) Size() (n int)
func (*CloseAccountWithProgress) String ¶
func (m *CloseAccountWithProgress) String() string
func (*CloseAccountWithProgress) Unmarshal ¶
func (m *CloseAccountWithProgress) Unmarshal(dAtA []byte) error
func (*CloseAccountWithProgress) XXX_DiscardUnknown ¶
func (m *CloseAccountWithProgress) XXX_DiscardUnknown()
func (*CloseAccountWithProgress) XXX_Marshal ¶
func (m *CloseAccountWithProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CloseAccountWithProgress) XXX_Merge ¶
func (m *CloseAccountWithProgress) XXX_Merge(src proto.Message)
func (*CloseAccountWithProgress) XXX_Size ¶
func (m *CloseAccountWithProgress) XXX_Size() int
func (*CloseAccountWithProgress) XXX_Unmarshal ¶
func (m *CloseAccountWithProgress) XXX_Unmarshal(b []byte) error
type CloseAccountWithProgress_Reply ¶
type CloseAccountWithProgress_Reply struct { Progress *protocoltypes.Progress `protobuf:"bytes,1,opt,name=progress,proto3" json:"progress,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CloseAccountWithProgress_Reply) Descriptor ¶
func (*CloseAccountWithProgress_Reply) Descriptor() ([]byte, []int)
func (*CloseAccountWithProgress_Reply) GetProgress ¶
func (m *CloseAccountWithProgress_Reply) GetProgress() *protocoltypes.Progress
func (*CloseAccountWithProgress_Reply) Marshal ¶
func (m *CloseAccountWithProgress_Reply) Marshal() (dAtA []byte, err error)
func (*CloseAccountWithProgress_Reply) MarshalTo ¶
func (m *CloseAccountWithProgress_Reply) MarshalTo(dAtA []byte) (int, error)
func (*CloseAccountWithProgress_Reply) MarshalToSizedBuffer ¶
func (m *CloseAccountWithProgress_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CloseAccountWithProgress_Reply) ProtoMessage ¶
func (*CloseAccountWithProgress_Reply) ProtoMessage()
func (*CloseAccountWithProgress_Reply) Reset ¶
func (m *CloseAccountWithProgress_Reply) Reset()
func (*CloseAccountWithProgress_Reply) Size ¶
func (m *CloseAccountWithProgress_Reply) Size() (n int)
func (*CloseAccountWithProgress_Reply) String ¶
func (m *CloseAccountWithProgress_Reply) String() string
func (*CloseAccountWithProgress_Reply) Unmarshal ¶
func (m *CloseAccountWithProgress_Reply) Unmarshal(dAtA []byte) error
func (*CloseAccountWithProgress_Reply) XXX_DiscardUnknown ¶
func (m *CloseAccountWithProgress_Reply) XXX_DiscardUnknown()
func (*CloseAccountWithProgress_Reply) XXX_Marshal ¶
func (m *CloseAccountWithProgress_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CloseAccountWithProgress_Reply) XXX_Merge ¶
func (m *CloseAccountWithProgress_Reply) XXX_Merge(src proto.Message)
func (*CloseAccountWithProgress_Reply) XXX_Size ¶
func (m *CloseAccountWithProgress_Reply) XXX_Size() int
func (*CloseAccountWithProgress_Reply) XXX_Unmarshal ¶
func (m *CloseAccountWithProgress_Reply) XXX_Unmarshal(b []byte) error
type CloseAccountWithProgress_Request ¶
type CloseAccountWithProgress_Request struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CloseAccountWithProgress_Request) Descriptor ¶
func (*CloseAccountWithProgress_Request) Descriptor() ([]byte, []int)
func (*CloseAccountWithProgress_Request) Marshal ¶
func (m *CloseAccountWithProgress_Request) Marshal() (dAtA []byte, err error)
func (*CloseAccountWithProgress_Request) MarshalTo ¶
func (m *CloseAccountWithProgress_Request) MarshalTo(dAtA []byte) (int, error)
func (*CloseAccountWithProgress_Request) MarshalToSizedBuffer ¶
func (m *CloseAccountWithProgress_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CloseAccountWithProgress_Request) ProtoMessage ¶
func (*CloseAccountWithProgress_Request) ProtoMessage()
func (*CloseAccountWithProgress_Request) Reset ¶
func (m *CloseAccountWithProgress_Request) Reset()
func (*CloseAccountWithProgress_Request) Size ¶
func (m *CloseAccountWithProgress_Request) Size() (n int)
func (*CloseAccountWithProgress_Request) String ¶
func (m *CloseAccountWithProgress_Request) String() string
func (*CloseAccountWithProgress_Request) Unmarshal ¶
func (m *CloseAccountWithProgress_Request) Unmarshal(dAtA []byte) error
func (*CloseAccountWithProgress_Request) XXX_DiscardUnknown ¶
func (m *CloseAccountWithProgress_Request) XXX_DiscardUnknown()
func (*CloseAccountWithProgress_Request) XXX_Marshal ¶
func (m *CloseAccountWithProgress_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CloseAccountWithProgress_Request) XXX_Merge ¶
func (m *CloseAccountWithProgress_Request) XXX_Merge(src proto.Message)
func (*CloseAccountWithProgress_Request) XXX_Size ¶
func (m *CloseAccountWithProgress_Request) XXX_Size() int
func (*CloseAccountWithProgress_Request) XXX_Unmarshal ¶
func (m *CloseAccountWithProgress_Request) XXX_Unmarshal(b []byte) error
type CloseAccount_Reply ¶
type CloseAccount_Reply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CloseAccount_Reply) Descriptor ¶
func (*CloseAccount_Reply) Descriptor() ([]byte, []int)
func (*CloseAccount_Reply) Marshal ¶
func (m *CloseAccount_Reply) Marshal() (dAtA []byte, err error)
func (*CloseAccount_Reply) MarshalTo ¶
func (m *CloseAccount_Reply) MarshalTo(dAtA []byte) (int, error)
func (*CloseAccount_Reply) MarshalToSizedBuffer ¶
func (m *CloseAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CloseAccount_Reply) ProtoMessage ¶
func (*CloseAccount_Reply) ProtoMessage()
func (*CloseAccount_Reply) Reset ¶
func (m *CloseAccount_Reply) Reset()
func (*CloseAccount_Reply) Size ¶
func (m *CloseAccount_Reply) Size() (n int)
func (*CloseAccount_Reply) String ¶
func (m *CloseAccount_Reply) String() string
func (*CloseAccount_Reply) Unmarshal ¶
func (m *CloseAccount_Reply) Unmarshal(dAtA []byte) error
func (*CloseAccount_Reply) XXX_DiscardUnknown ¶
func (m *CloseAccount_Reply) XXX_DiscardUnknown()
func (*CloseAccount_Reply) XXX_Marshal ¶
func (m *CloseAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CloseAccount_Reply) XXX_Merge ¶
func (m *CloseAccount_Reply) XXX_Merge(src proto.Message)
func (*CloseAccount_Reply) XXX_Size ¶
func (m *CloseAccount_Reply) XXX_Size() int
func (*CloseAccount_Reply) XXX_Unmarshal ¶
func (m *CloseAccount_Reply) XXX_Unmarshal(b []byte) error
type CloseAccount_Request ¶
type CloseAccount_Request struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CloseAccount_Request) Descriptor ¶
func (*CloseAccount_Request) Descriptor() ([]byte, []int)
func (*CloseAccount_Request) Marshal ¶
func (m *CloseAccount_Request) Marshal() (dAtA []byte, err error)
func (*CloseAccount_Request) MarshalTo ¶
func (m *CloseAccount_Request) MarshalTo(dAtA []byte) (int, error)
func (*CloseAccount_Request) MarshalToSizedBuffer ¶
func (m *CloseAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CloseAccount_Request) ProtoMessage ¶
func (*CloseAccount_Request) ProtoMessage()
func (*CloseAccount_Request) Reset ¶
func (m *CloseAccount_Request) Reset()
func (*CloseAccount_Request) Size ¶
func (m *CloseAccount_Request) Size() (n int)
func (*CloseAccount_Request) String ¶
func (m *CloseAccount_Request) String() string
func (*CloseAccount_Request) Unmarshal ¶
func (m *CloseAccount_Request) Unmarshal(dAtA []byte) error
func (*CloseAccount_Request) XXX_DiscardUnknown ¶
func (m *CloseAccount_Request) XXX_DiscardUnknown()
func (*CloseAccount_Request) XXX_Marshal ¶
func (m *CloseAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CloseAccount_Request) XXX_Merge ¶
func (m *CloseAccount_Request) XXX_Merge(src proto.Message)
func (*CloseAccount_Request) XXX_Size ¶
func (m *CloseAccount_Request) XXX_Size() int
func (*CloseAccount_Request) XXX_Unmarshal ¶
func (m *CloseAccount_Request) XXX_Unmarshal(b []byte) error
type CreateAccount ¶
type CreateAccount struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateAccount) Descriptor ¶
func (*CreateAccount) Descriptor() ([]byte, []int)
func (*CreateAccount) Marshal ¶
func (m *CreateAccount) Marshal() (dAtA []byte, err error)
func (*CreateAccount) MarshalToSizedBuffer ¶
func (m *CreateAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateAccount) ProtoMessage ¶
func (*CreateAccount) ProtoMessage()
func (*CreateAccount) Reset ¶
func (m *CreateAccount) Reset()
func (*CreateAccount) Size ¶
func (m *CreateAccount) Size() (n int)
func (*CreateAccount) String ¶
func (m *CreateAccount) String() string
func (*CreateAccount) Unmarshal ¶
func (m *CreateAccount) Unmarshal(dAtA []byte) error
func (*CreateAccount) XXX_DiscardUnknown ¶
func (m *CreateAccount) XXX_DiscardUnknown()
func (*CreateAccount) XXX_Marshal ¶
func (m *CreateAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateAccount) XXX_Merge ¶
func (m *CreateAccount) XXX_Merge(src proto.Message)
func (*CreateAccount) XXX_Size ¶
func (m *CreateAccount) XXX_Size() int
func (*CreateAccount) XXX_Unmarshal ¶
func (m *CreateAccount) XXX_Unmarshal(b []byte) error
type CreateAccount_Reply ¶
type CreateAccount_Reply struct { AccountMetadata *AccountMetadata `protobuf:"bytes,1,opt,name=account_metadata,json=accountMetadata,proto3" json:"account_metadata,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateAccount_Reply) Descriptor ¶
func (*CreateAccount_Reply) Descriptor() ([]byte, []int)
func (*CreateAccount_Reply) GetAccountMetadata ¶
func (m *CreateAccount_Reply) GetAccountMetadata() *AccountMetadata
func (*CreateAccount_Reply) Marshal ¶
func (m *CreateAccount_Reply) Marshal() (dAtA []byte, err error)
func (*CreateAccount_Reply) MarshalTo ¶
func (m *CreateAccount_Reply) MarshalTo(dAtA []byte) (int, error)
func (*CreateAccount_Reply) MarshalToSizedBuffer ¶
func (m *CreateAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateAccount_Reply) ProtoMessage ¶
func (*CreateAccount_Reply) ProtoMessage()
func (*CreateAccount_Reply) Reset ¶
func (m *CreateAccount_Reply) Reset()
func (*CreateAccount_Reply) Size ¶
func (m *CreateAccount_Reply) Size() (n int)
func (*CreateAccount_Reply) String ¶
func (m *CreateAccount_Reply) String() string
func (*CreateAccount_Reply) Unmarshal ¶
func (m *CreateAccount_Reply) Unmarshal(dAtA []byte) error
func (*CreateAccount_Reply) XXX_DiscardUnknown ¶
func (m *CreateAccount_Reply) XXX_DiscardUnknown()
func (*CreateAccount_Reply) XXX_Marshal ¶
func (m *CreateAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateAccount_Reply) XXX_Merge ¶
func (m *CreateAccount_Reply) XXX_Merge(src proto.Message)
func (*CreateAccount_Reply) XXX_Size ¶
func (m *CreateAccount_Reply) XXX_Size() int
func (*CreateAccount_Reply) XXX_Unmarshal ¶
func (m *CreateAccount_Reply) XXX_Unmarshal(b []byte) error
type CreateAccount_Request ¶
type CreateAccount_Request struct { AccountID string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` AccountName string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"` NetworkConfig *NetworkConfig `protobuf:"bytes,3,opt,name=network_config,json=networkConfig,proto3" json:"network_config,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateAccount_Request) Descriptor ¶
func (*CreateAccount_Request) Descriptor() ([]byte, []int)
func (*CreateAccount_Request) GetAccountID ¶
func (m *CreateAccount_Request) GetAccountID() string
func (*CreateAccount_Request) GetAccountName ¶
func (m *CreateAccount_Request) GetAccountName() string
func (*CreateAccount_Request) GetNetworkConfig ¶
func (m *CreateAccount_Request) GetNetworkConfig() *NetworkConfig
func (*CreateAccount_Request) Marshal ¶
func (m *CreateAccount_Request) Marshal() (dAtA []byte, err error)
func (*CreateAccount_Request) MarshalTo ¶
func (m *CreateAccount_Request) MarshalTo(dAtA []byte) (int, error)
func (*CreateAccount_Request) MarshalToSizedBuffer ¶
func (m *CreateAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CreateAccount_Request) ProtoMessage ¶
func (*CreateAccount_Request) ProtoMessage()
func (*CreateAccount_Request) Reset ¶
func (m *CreateAccount_Request) Reset()
func (*CreateAccount_Request) Size ¶
func (m *CreateAccount_Request) Size() (n int)
func (*CreateAccount_Request) String ¶
func (m *CreateAccount_Request) String() string
func (*CreateAccount_Request) Unmarshal ¶
func (m *CreateAccount_Request) Unmarshal(dAtA []byte) error
func (*CreateAccount_Request) XXX_DiscardUnknown ¶
func (m *CreateAccount_Request) XXX_DiscardUnknown()
func (*CreateAccount_Request) XXX_Marshal ¶
func (m *CreateAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateAccount_Request) XXX_Merge ¶
func (m *CreateAccount_Request) XXX_Merge(src proto.Message)
func (*CreateAccount_Request) XXX_Size ¶
func (m *CreateAccount_Request) XXX_Size() int
func (*CreateAccount_Request) XXX_Unmarshal ¶
func (m *CreateAccount_Request) XXX_Unmarshal(b []byte) error
type DeleteAccount ¶
type DeleteAccount struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteAccount) Descriptor ¶
func (*DeleteAccount) Descriptor() ([]byte, []int)
func (*DeleteAccount) Marshal ¶
func (m *DeleteAccount) Marshal() (dAtA []byte, err error)
func (*DeleteAccount) MarshalToSizedBuffer ¶
func (m *DeleteAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeleteAccount) ProtoMessage ¶
func (*DeleteAccount) ProtoMessage()
func (*DeleteAccount) Reset ¶
func (m *DeleteAccount) Reset()
func (*DeleteAccount) Size ¶
func (m *DeleteAccount) Size() (n int)
func (*DeleteAccount) String ¶
func (m *DeleteAccount) String() string
func (*DeleteAccount) Unmarshal ¶
func (m *DeleteAccount) Unmarshal(dAtA []byte) error
func (*DeleteAccount) XXX_DiscardUnknown ¶
func (m *DeleteAccount) XXX_DiscardUnknown()
func (*DeleteAccount) XXX_Marshal ¶
func (m *DeleteAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteAccount) XXX_Merge ¶
func (m *DeleteAccount) XXX_Merge(src proto.Message)
func (*DeleteAccount) XXX_Size ¶
func (m *DeleteAccount) XXX_Size() int
func (*DeleteAccount) XXX_Unmarshal ¶
func (m *DeleteAccount) XXX_Unmarshal(b []byte) error
type DeleteAccount_Reply ¶
type DeleteAccount_Reply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteAccount_Reply) Descriptor ¶
func (*DeleteAccount_Reply) Descriptor() ([]byte, []int)
func (*DeleteAccount_Reply) Marshal ¶
func (m *DeleteAccount_Reply) Marshal() (dAtA []byte, err error)
func (*DeleteAccount_Reply) MarshalTo ¶
func (m *DeleteAccount_Reply) MarshalTo(dAtA []byte) (int, error)
func (*DeleteAccount_Reply) MarshalToSizedBuffer ¶
func (m *DeleteAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeleteAccount_Reply) ProtoMessage ¶
func (*DeleteAccount_Reply) ProtoMessage()
func (*DeleteAccount_Reply) Reset ¶
func (m *DeleteAccount_Reply) Reset()
func (*DeleteAccount_Reply) Size ¶
func (m *DeleteAccount_Reply) Size() (n int)
func (*DeleteAccount_Reply) String ¶
func (m *DeleteAccount_Reply) String() string
func (*DeleteAccount_Reply) Unmarshal ¶
func (m *DeleteAccount_Reply) Unmarshal(dAtA []byte) error
func (*DeleteAccount_Reply) XXX_DiscardUnknown ¶
func (m *DeleteAccount_Reply) XXX_DiscardUnknown()
func (*DeleteAccount_Reply) XXX_Marshal ¶
func (m *DeleteAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteAccount_Reply) XXX_Merge ¶
func (m *DeleteAccount_Reply) XXX_Merge(src proto.Message)
func (*DeleteAccount_Reply) XXX_Size ¶
func (m *DeleteAccount_Reply) XXX_Size() int
func (*DeleteAccount_Reply) XXX_Unmarshal ¶
func (m *DeleteAccount_Reply) XXX_Unmarshal(b []byte) error
type DeleteAccount_Request ¶
type DeleteAccount_Request struct { AccountID string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteAccount_Request) Descriptor ¶
func (*DeleteAccount_Request) Descriptor() ([]byte, []int)
func (*DeleteAccount_Request) GetAccountID ¶
func (m *DeleteAccount_Request) GetAccountID() string
func (*DeleteAccount_Request) Marshal ¶
func (m *DeleteAccount_Request) Marshal() (dAtA []byte, err error)
func (*DeleteAccount_Request) MarshalTo ¶
func (m *DeleteAccount_Request) MarshalTo(dAtA []byte) (int, error)
func (*DeleteAccount_Request) MarshalToSizedBuffer ¶
func (m *DeleteAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DeleteAccount_Request) ProtoMessage ¶
func (*DeleteAccount_Request) ProtoMessage()
func (*DeleteAccount_Request) Reset ¶
func (m *DeleteAccount_Request) Reset()
func (*DeleteAccount_Request) Size ¶
func (m *DeleteAccount_Request) Size() (n int)
func (*DeleteAccount_Request) String ¶
func (m *DeleteAccount_Request) String() string
func (*DeleteAccount_Request) Unmarshal ¶
func (m *DeleteAccount_Request) Unmarshal(dAtA []byte) error
func (*DeleteAccount_Request) XXX_DiscardUnknown ¶
func (m *DeleteAccount_Request) XXX_DiscardUnknown()
func (*DeleteAccount_Request) XXX_Marshal ¶
func (m *DeleteAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteAccount_Request) XXX_Merge ¶
func (m *DeleteAccount_Request) XXX_Merge(src proto.Message)
func (*DeleteAccount_Request) XXX_Size ¶
func (m *DeleteAccount_Request) XXX_Size() int
func (*DeleteAccount_Request) XXX_Unmarshal ¶
func (m *DeleteAccount_Request) XXX_Unmarshal(b []byte) error
type GetGRPCListenerAddrs ¶
type GetGRPCListenerAddrs struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetGRPCListenerAddrs) Descriptor ¶
func (*GetGRPCListenerAddrs) Descriptor() ([]byte, []int)
func (*GetGRPCListenerAddrs) Marshal ¶
func (m *GetGRPCListenerAddrs) Marshal() (dAtA []byte, err error)
func (*GetGRPCListenerAddrs) MarshalTo ¶
func (m *GetGRPCListenerAddrs) MarshalTo(dAtA []byte) (int, error)
func (*GetGRPCListenerAddrs) MarshalToSizedBuffer ¶
func (m *GetGRPCListenerAddrs) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetGRPCListenerAddrs) ProtoMessage ¶
func (*GetGRPCListenerAddrs) ProtoMessage()
func (*GetGRPCListenerAddrs) Reset ¶
func (m *GetGRPCListenerAddrs) Reset()
func (*GetGRPCListenerAddrs) Size ¶
func (m *GetGRPCListenerAddrs) Size() (n int)
func (*GetGRPCListenerAddrs) String ¶
func (m *GetGRPCListenerAddrs) String() string
func (*GetGRPCListenerAddrs) Unmarshal ¶
func (m *GetGRPCListenerAddrs) Unmarshal(dAtA []byte) error
func (*GetGRPCListenerAddrs) XXX_DiscardUnknown ¶
func (m *GetGRPCListenerAddrs) XXX_DiscardUnknown()
func (*GetGRPCListenerAddrs) XXX_Marshal ¶
func (m *GetGRPCListenerAddrs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetGRPCListenerAddrs) XXX_Merge ¶
func (m *GetGRPCListenerAddrs) XXX_Merge(src proto.Message)
func (*GetGRPCListenerAddrs) XXX_Size ¶
func (m *GetGRPCListenerAddrs) XXX_Size() int
func (*GetGRPCListenerAddrs) XXX_Unmarshal ¶
func (m *GetGRPCListenerAddrs) XXX_Unmarshal(b []byte) error
type GetGRPCListenerAddrs_Reply ¶
type GetGRPCListenerAddrs_Reply struct { Entries []*GetGRPCListenerAddrs_Reply_Entry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetGRPCListenerAddrs_Reply) Descriptor ¶
func (*GetGRPCListenerAddrs_Reply) Descriptor() ([]byte, []int)
func (*GetGRPCListenerAddrs_Reply) GetEntries ¶
func (m *GetGRPCListenerAddrs_Reply) GetEntries() []*GetGRPCListenerAddrs_Reply_Entry
func (*GetGRPCListenerAddrs_Reply) Marshal ¶
func (m *GetGRPCListenerAddrs_Reply) Marshal() (dAtA []byte, err error)
func (*GetGRPCListenerAddrs_Reply) MarshalTo ¶
func (m *GetGRPCListenerAddrs_Reply) MarshalTo(dAtA []byte) (int, error)
func (*GetGRPCListenerAddrs_Reply) MarshalToSizedBuffer ¶
func (m *GetGRPCListenerAddrs_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetGRPCListenerAddrs_Reply) ProtoMessage ¶
func (*GetGRPCListenerAddrs_Reply) ProtoMessage()
func (*GetGRPCListenerAddrs_Reply) Reset ¶
func (m *GetGRPCListenerAddrs_Reply) Reset()
func (*GetGRPCListenerAddrs_Reply) Size ¶
func (m *GetGRPCListenerAddrs_Reply) Size() (n int)
func (*GetGRPCListenerAddrs_Reply) String ¶
func (m *GetGRPCListenerAddrs_Reply) String() string
func (*GetGRPCListenerAddrs_Reply) Unmarshal ¶
func (m *GetGRPCListenerAddrs_Reply) Unmarshal(dAtA []byte) error
func (*GetGRPCListenerAddrs_Reply) XXX_DiscardUnknown ¶
func (m *GetGRPCListenerAddrs_Reply) XXX_DiscardUnknown()
func (*GetGRPCListenerAddrs_Reply) XXX_Marshal ¶
func (m *GetGRPCListenerAddrs_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetGRPCListenerAddrs_Reply) XXX_Merge ¶
func (m *GetGRPCListenerAddrs_Reply) XXX_Merge(src proto.Message)
func (*GetGRPCListenerAddrs_Reply) XXX_Size ¶
func (m *GetGRPCListenerAddrs_Reply) XXX_Size() int
func (*GetGRPCListenerAddrs_Reply) XXX_Unmarshal ¶
func (m *GetGRPCListenerAddrs_Reply) XXX_Unmarshal(b []byte) error
type GetGRPCListenerAddrs_Reply_Entry ¶
type GetGRPCListenerAddrs_Reply_Entry struct { Proto string `protobuf:"bytes,1,opt,name=proto,proto3" json:"proto,omitempty"` Maddr string `protobuf:"bytes,2,opt,name=maddr,proto3" json:"maddr,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetGRPCListenerAddrs_Reply_Entry) Descriptor ¶
func (*GetGRPCListenerAddrs_Reply_Entry) Descriptor() ([]byte, []int)
func (*GetGRPCListenerAddrs_Reply_Entry) GetMaddr ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) GetMaddr() string
func (*GetGRPCListenerAddrs_Reply_Entry) GetProto ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) GetProto() string
func (*GetGRPCListenerAddrs_Reply_Entry) Marshal ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) Marshal() (dAtA []byte, err error)
func (*GetGRPCListenerAddrs_Reply_Entry) MarshalTo ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) MarshalTo(dAtA []byte) (int, error)
func (*GetGRPCListenerAddrs_Reply_Entry) MarshalToSizedBuffer ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetGRPCListenerAddrs_Reply_Entry) ProtoMessage ¶
func (*GetGRPCListenerAddrs_Reply_Entry) ProtoMessage()
func (*GetGRPCListenerAddrs_Reply_Entry) Reset ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) Reset()
func (*GetGRPCListenerAddrs_Reply_Entry) Size ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) Size() (n int)
func (*GetGRPCListenerAddrs_Reply_Entry) String ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) String() string
func (*GetGRPCListenerAddrs_Reply_Entry) Unmarshal ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) Unmarshal(dAtA []byte) error
func (*GetGRPCListenerAddrs_Reply_Entry) XXX_DiscardUnknown ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) XXX_DiscardUnknown()
func (*GetGRPCListenerAddrs_Reply_Entry) XXX_Marshal ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetGRPCListenerAddrs_Reply_Entry) XXX_Merge ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) XXX_Merge(src proto.Message)
func (*GetGRPCListenerAddrs_Reply_Entry) XXX_Size ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) XXX_Size() int
func (*GetGRPCListenerAddrs_Reply_Entry) XXX_Unmarshal ¶
func (m *GetGRPCListenerAddrs_Reply_Entry) XXX_Unmarshal(b []byte) error
type GetGRPCListenerAddrs_Request ¶
type GetGRPCListenerAddrs_Request struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetGRPCListenerAddrs_Request) Descriptor ¶
func (*GetGRPCListenerAddrs_Request) Descriptor() ([]byte, []int)
func (*GetGRPCListenerAddrs_Request) Marshal ¶
func (m *GetGRPCListenerAddrs_Request) Marshal() (dAtA []byte, err error)
func (*GetGRPCListenerAddrs_Request) MarshalTo ¶
func (m *GetGRPCListenerAddrs_Request) MarshalTo(dAtA []byte) (int, error)
func (*GetGRPCListenerAddrs_Request) MarshalToSizedBuffer ¶
func (m *GetGRPCListenerAddrs_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetGRPCListenerAddrs_Request) ProtoMessage ¶
func (*GetGRPCListenerAddrs_Request) ProtoMessage()
func (*GetGRPCListenerAddrs_Request) Reset ¶
func (m *GetGRPCListenerAddrs_Request) Reset()
func (*GetGRPCListenerAddrs_Request) Size ¶
func (m *GetGRPCListenerAddrs_Request) Size() (n int)
func (*GetGRPCListenerAddrs_Request) String ¶
func (m *GetGRPCListenerAddrs_Request) String() string
func (*GetGRPCListenerAddrs_Request) Unmarshal ¶
func (m *GetGRPCListenerAddrs_Request) Unmarshal(dAtA []byte) error
func (*GetGRPCListenerAddrs_Request) XXX_DiscardUnknown ¶
func (m *GetGRPCListenerAddrs_Request) XXX_DiscardUnknown()
func (*GetGRPCListenerAddrs_Request) XXX_Marshal ¶
func (m *GetGRPCListenerAddrs_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetGRPCListenerAddrs_Request) XXX_Merge ¶
func (m *GetGRPCListenerAddrs_Request) XXX_Merge(src proto.Message)
func (*GetGRPCListenerAddrs_Request) XXX_Size ¶
func (m *GetGRPCListenerAddrs_Request) XXX_Size() int
func (*GetGRPCListenerAddrs_Request) XXX_Unmarshal ¶
func (m *GetGRPCListenerAddrs_Request) XXX_Unmarshal(b []byte) error
type GetOpenedAccount ¶ added in v2.350.0
type GetOpenedAccount struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetOpenedAccount) Descriptor ¶ added in v2.350.0
func (*GetOpenedAccount) Descriptor() ([]byte, []int)
func (*GetOpenedAccount) Marshal ¶ added in v2.350.0
func (m *GetOpenedAccount) Marshal() (dAtA []byte, err error)
func (*GetOpenedAccount) MarshalTo ¶ added in v2.350.0
func (m *GetOpenedAccount) MarshalTo(dAtA []byte) (int, error)
func (*GetOpenedAccount) MarshalToSizedBuffer ¶ added in v2.350.0
func (m *GetOpenedAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetOpenedAccount) ProtoMessage ¶ added in v2.350.0
func (*GetOpenedAccount) ProtoMessage()
func (*GetOpenedAccount) Reset ¶ added in v2.350.0
func (m *GetOpenedAccount) Reset()
func (*GetOpenedAccount) Size ¶ added in v2.350.0
func (m *GetOpenedAccount) Size() (n int)
func (*GetOpenedAccount) String ¶ added in v2.350.0
func (m *GetOpenedAccount) String() string
func (*GetOpenedAccount) Unmarshal ¶ added in v2.350.0
func (m *GetOpenedAccount) Unmarshal(dAtA []byte) error
func (*GetOpenedAccount) XXX_DiscardUnknown ¶ added in v2.350.0
func (m *GetOpenedAccount) XXX_DiscardUnknown()
func (*GetOpenedAccount) XXX_Marshal ¶ added in v2.350.0
func (m *GetOpenedAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOpenedAccount) XXX_Merge ¶ added in v2.350.0
func (m *GetOpenedAccount) XXX_Merge(src proto.Message)
func (*GetOpenedAccount) XXX_Size ¶ added in v2.350.0
func (m *GetOpenedAccount) XXX_Size() int
func (*GetOpenedAccount) XXX_Unmarshal ¶ added in v2.350.0
func (m *GetOpenedAccount) XXX_Unmarshal(b []byte) error
type GetOpenedAccount_Reply ¶ added in v2.350.0
type GetOpenedAccount_Reply struct { AccountID string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Listeners []string `protobuf:"bytes,2,rep,name=listeners,proto3" json:"listeners,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetOpenedAccount_Reply) Descriptor ¶ added in v2.350.0
func (*GetOpenedAccount_Reply) Descriptor() ([]byte, []int)
func (*GetOpenedAccount_Reply) GetAccountID ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) GetAccountID() string
func (*GetOpenedAccount_Reply) GetListeners ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) GetListeners() []string
func (*GetOpenedAccount_Reply) Marshal ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) Marshal() (dAtA []byte, err error)
func (*GetOpenedAccount_Reply) MarshalTo ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) MarshalTo(dAtA []byte) (int, error)
func (*GetOpenedAccount_Reply) MarshalToSizedBuffer ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetOpenedAccount_Reply) ProtoMessage ¶ added in v2.350.0
func (*GetOpenedAccount_Reply) ProtoMessage()
func (*GetOpenedAccount_Reply) Reset ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) Reset()
func (*GetOpenedAccount_Reply) Size ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) Size() (n int)
func (*GetOpenedAccount_Reply) String ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) String() string
func (*GetOpenedAccount_Reply) Unmarshal ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) Unmarshal(dAtA []byte) error
func (*GetOpenedAccount_Reply) XXX_DiscardUnknown ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) XXX_DiscardUnknown()
func (*GetOpenedAccount_Reply) XXX_Marshal ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOpenedAccount_Reply) XXX_Merge ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) XXX_Merge(src proto.Message)
func (*GetOpenedAccount_Reply) XXX_Size ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) XXX_Size() int
func (*GetOpenedAccount_Reply) XXX_Unmarshal ¶ added in v2.350.0
func (m *GetOpenedAccount_Reply) XXX_Unmarshal(b []byte) error
type GetOpenedAccount_Request ¶ added in v2.350.0
type GetOpenedAccount_Request struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetOpenedAccount_Request) Descriptor ¶ added in v2.350.0
func (*GetOpenedAccount_Request) Descriptor() ([]byte, []int)
func (*GetOpenedAccount_Request) Marshal ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) Marshal() (dAtA []byte, err error)
func (*GetOpenedAccount_Request) MarshalTo ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) MarshalTo(dAtA []byte) (int, error)
func (*GetOpenedAccount_Request) MarshalToSizedBuffer ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetOpenedAccount_Request) ProtoMessage ¶ added in v2.350.0
func (*GetOpenedAccount_Request) ProtoMessage()
func (*GetOpenedAccount_Request) Reset ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) Reset()
func (*GetOpenedAccount_Request) Size ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) Size() (n int)
func (*GetOpenedAccount_Request) String ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) String() string
func (*GetOpenedAccount_Request) Unmarshal ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) Unmarshal(dAtA []byte) error
func (*GetOpenedAccount_Request) XXX_DiscardUnknown ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) XXX_DiscardUnknown()
func (*GetOpenedAccount_Request) XXX_Marshal ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetOpenedAccount_Request) XXX_Merge ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) XXX_Merge(src proto.Message)
func (*GetOpenedAccount_Request) XXX_Size ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) XXX_Size() int
func (*GetOpenedAccount_Request) XXX_Unmarshal ¶ added in v2.350.0
func (m *GetOpenedAccount_Request) XXX_Unmarshal(b []byte) error
type GetUsername ¶
type GetUsername struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetUsername) Descriptor ¶
func (*GetUsername) Descriptor() ([]byte, []int)
func (*GetUsername) Marshal ¶
func (m *GetUsername) Marshal() (dAtA []byte, err error)
func (*GetUsername) MarshalToSizedBuffer ¶
func (m *GetUsername) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetUsername) ProtoMessage ¶
func (*GetUsername) ProtoMessage()
func (*GetUsername) Reset ¶
func (m *GetUsername) Reset()
func (*GetUsername) Size ¶
func (m *GetUsername) Size() (n int)
func (*GetUsername) String ¶
func (m *GetUsername) String() string
func (*GetUsername) Unmarshal ¶
func (m *GetUsername) Unmarshal(dAtA []byte) error
func (*GetUsername) XXX_DiscardUnknown ¶
func (m *GetUsername) XXX_DiscardUnknown()
func (*GetUsername) XXX_Marshal ¶
func (m *GetUsername) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUsername) XXX_Merge ¶
func (m *GetUsername) XXX_Merge(src proto.Message)
func (*GetUsername) XXX_Size ¶
func (m *GetUsername) XXX_Size() int
func (*GetUsername) XXX_Unmarshal ¶
func (m *GetUsername) XXX_Unmarshal(b []byte) error
type GetUsername_Reply ¶
type GetUsername_Reply struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetUsername_Reply) Descriptor ¶
func (*GetUsername_Reply) Descriptor() ([]byte, []int)
func (*GetUsername_Reply) GetUsername ¶
func (m *GetUsername_Reply) GetUsername() string
func (*GetUsername_Reply) Marshal ¶
func (m *GetUsername_Reply) Marshal() (dAtA []byte, err error)
func (*GetUsername_Reply) MarshalTo ¶
func (m *GetUsername_Reply) MarshalTo(dAtA []byte) (int, error)
func (*GetUsername_Reply) MarshalToSizedBuffer ¶
func (m *GetUsername_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetUsername_Reply) ProtoMessage ¶
func (*GetUsername_Reply) ProtoMessage()
func (*GetUsername_Reply) Reset ¶
func (m *GetUsername_Reply) Reset()
func (*GetUsername_Reply) Size ¶
func (m *GetUsername_Reply) Size() (n int)
func (*GetUsername_Reply) String ¶
func (m *GetUsername_Reply) String() string
func (*GetUsername_Reply) Unmarshal ¶
func (m *GetUsername_Reply) Unmarshal(dAtA []byte) error
func (*GetUsername_Reply) XXX_DiscardUnknown ¶
func (m *GetUsername_Reply) XXX_DiscardUnknown()
func (*GetUsername_Reply) XXX_Marshal ¶
func (m *GetUsername_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUsername_Reply) XXX_Merge ¶
func (m *GetUsername_Reply) XXX_Merge(src proto.Message)
func (*GetUsername_Reply) XXX_Size ¶
func (m *GetUsername_Reply) XXX_Size() int
func (*GetUsername_Reply) XXX_Unmarshal ¶
func (m *GetUsername_Reply) XXX_Unmarshal(b []byte) error
type GetUsername_Request ¶
type GetUsername_Request struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetUsername_Request) Descriptor ¶
func (*GetUsername_Request) Descriptor() ([]byte, []int)
func (*GetUsername_Request) Marshal ¶
func (m *GetUsername_Request) Marshal() (dAtA []byte, err error)
func (*GetUsername_Request) MarshalTo ¶
func (m *GetUsername_Request) MarshalTo(dAtA []byte) (int, error)
func (*GetUsername_Request) MarshalToSizedBuffer ¶
func (m *GetUsername_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetUsername_Request) ProtoMessage ¶
func (*GetUsername_Request) ProtoMessage()
func (*GetUsername_Request) Reset ¶
func (m *GetUsername_Request) Reset()
func (*GetUsername_Request) Size ¶
func (m *GetUsername_Request) Size() (n int)
func (*GetUsername_Request) String ¶
func (m *GetUsername_Request) String() string
func (*GetUsername_Request) Unmarshal ¶
func (m *GetUsername_Request) Unmarshal(dAtA []byte) error
func (*GetUsername_Request) XXX_DiscardUnknown ¶
func (m *GetUsername_Request) XXX_DiscardUnknown()
func (*GetUsername_Request) XXX_Marshal ¶
func (m *GetUsername_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUsername_Request) XXX_Merge ¶
func (m *GetUsername_Request) XXX_Merge(src proto.Message)
func (*GetUsername_Request) XXX_Size ¶
func (m *GetUsername_Request) XXX_Size() int
func (*GetUsername_Request) XXX_Unmarshal ¶
func (m *GetUsername_Request) XXX_Unmarshal(b []byte) error
type ImportAccount ¶
type ImportAccount struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportAccount) Descriptor ¶
func (*ImportAccount) Descriptor() ([]byte, []int)
func (*ImportAccount) Marshal ¶
func (m *ImportAccount) Marshal() (dAtA []byte, err error)
func (*ImportAccount) MarshalToSizedBuffer ¶
func (m *ImportAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ImportAccount) ProtoMessage ¶
func (*ImportAccount) ProtoMessage()
func (*ImportAccount) Reset ¶
func (m *ImportAccount) Reset()
func (*ImportAccount) Size ¶
func (m *ImportAccount) Size() (n int)
func (*ImportAccount) String ¶
func (m *ImportAccount) String() string
func (*ImportAccount) Unmarshal ¶
func (m *ImportAccount) Unmarshal(dAtA []byte) error
func (*ImportAccount) XXX_DiscardUnknown ¶
func (m *ImportAccount) XXX_DiscardUnknown()
func (*ImportAccount) XXX_Marshal ¶
func (m *ImportAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportAccount) XXX_Merge ¶
func (m *ImportAccount) XXX_Merge(src proto.Message)
func (*ImportAccount) XXX_Size ¶
func (m *ImportAccount) XXX_Size() int
func (*ImportAccount) XXX_Unmarshal ¶
func (m *ImportAccount) XXX_Unmarshal(b []byte) error
type ImportAccountWithProgress ¶
type ImportAccountWithProgress struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportAccountWithProgress) Descriptor ¶
func (*ImportAccountWithProgress) Descriptor() ([]byte, []int)
func (*ImportAccountWithProgress) Marshal ¶
func (m *ImportAccountWithProgress) Marshal() (dAtA []byte, err error)
func (*ImportAccountWithProgress) MarshalTo ¶
func (m *ImportAccountWithProgress) MarshalTo(dAtA []byte) (int, error)
func (*ImportAccountWithProgress) MarshalToSizedBuffer ¶
func (m *ImportAccountWithProgress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ImportAccountWithProgress) ProtoMessage ¶
func (*ImportAccountWithProgress) ProtoMessage()
func (*ImportAccountWithProgress) Reset ¶
func (m *ImportAccountWithProgress) Reset()
func (*ImportAccountWithProgress) Size ¶
func (m *ImportAccountWithProgress) Size() (n int)
func (*ImportAccountWithProgress) String ¶
func (m *ImportAccountWithProgress) String() string
func (*ImportAccountWithProgress) Unmarshal ¶
func (m *ImportAccountWithProgress) Unmarshal(dAtA []byte) error
func (*ImportAccountWithProgress) XXX_DiscardUnknown ¶
func (m *ImportAccountWithProgress) XXX_DiscardUnknown()
func (*ImportAccountWithProgress) XXX_Marshal ¶
func (m *ImportAccountWithProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportAccountWithProgress) XXX_Merge ¶
func (m *ImportAccountWithProgress) XXX_Merge(src proto.Message)
func (*ImportAccountWithProgress) XXX_Size ¶
func (m *ImportAccountWithProgress) XXX_Size() int
func (*ImportAccountWithProgress) XXX_Unmarshal ¶
func (m *ImportAccountWithProgress) XXX_Unmarshal(b []byte) error
type ImportAccountWithProgress_Reply ¶
type ImportAccountWithProgress_Reply struct { Progress *protocoltypes.Progress `protobuf:"bytes,1,opt,name=progress,proto3" json:"progress,omitempty"` AccountMetadata *AccountMetadata `protobuf:"bytes,2,opt,name=account_metadata,json=accountMetadata,proto3" json:"account_metadata,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportAccountWithProgress_Reply) Descriptor ¶
func (*ImportAccountWithProgress_Reply) Descriptor() ([]byte, []int)
func (*ImportAccountWithProgress_Reply) GetAccountMetadata ¶
func (m *ImportAccountWithProgress_Reply) GetAccountMetadata() *AccountMetadata
func (*ImportAccountWithProgress_Reply) GetProgress ¶
func (m *ImportAccountWithProgress_Reply) GetProgress() *protocoltypes.Progress
func (*ImportAccountWithProgress_Reply) Marshal ¶
func (m *ImportAccountWithProgress_Reply) Marshal() (dAtA []byte, err error)
func (*ImportAccountWithProgress_Reply) MarshalTo ¶
func (m *ImportAccountWithProgress_Reply) MarshalTo(dAtA []byte) (int, error)
func (*ImportAccountWithProgress_Reply) MarshalToSizedBuffer ¶
func (m *ImportAccountWithProgress_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ImportAccountWithProgress_Reply) ProtoMessage ¶
func (*ImportAccountWithProgress_Reply) ProtoMessage()
func (*ImportAccountWithProgress_Reply) Reset ¶
func (m *ImportAccountWithProgress_Reply) Reset()
func (*ImportAccountWithProgress_Reply) Size ¶
func (m *ImportAccountWithProgress_Reply) Size() (n int)
func (*ImportAccountWithProgress_Reply) String ¶
func (m *ImportAccountWithProgress_Reply) String() string
func (*ImportAccountWithProgress_Reply) Unmarshal ¶
func (m *ImportAccountWithProgress_Reply) Unmarshal(dAtA []byte) error
func (*ImportAccountWithProgress_Reply) XXX_DiscardUnknown ¶
func (m *ImportAccountWithProgress_Reply) XXX_DiscardUnknown()
func (*ImportAccountWithProgress_Reply) XXX_Marshal ¶
func (m *ImportAccountWithProgress_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportAccountWithProgress_Reply) XXX_Merge ¶
func (m *ImportAccountWithProgress_Reply) XXX_Merge(src proto.Message)
func (*ImportAccountWithProgress_Reply) XXX_Size ¶
func (m *ImportAccountWithProgress_Reply) XXX_Size() int
func (*ImportAccountWithProgress_Reply) XXX_Unmarshal ¶
func (m *ImportAccountWithProgress_Reply) XXX_Unmarshal(b []byte) error
type ImportAccountWithProgress_Request ¶
type ImportAccountWithProgress_Request struct { AccountID string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` AccountName string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"` BackupPath string `protobuf:"bytes,3,opt,name=backup_path,json=backupPath,proto3" json:"backup_path,omitempty"` Args []string `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"` LoggerFilters string `protobuf:"bytes,5,opt,name=logger_filters,json=loggerFilters,proto3" json:"logger_filters,omitempty"` NetworkConfig *NetworkConfig `protobuf:"bytes,6,opt,name=network_config,json=networkConfig,proto3" json:"network_config,omitempty"` SessionKind string `protobuf:"bytes,7,opt,name=session_kind,json=sessionKind,proto3" json:"session_kind,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportAccountWithProgress_Request) Descriptor ¶
func (*ImportAccountWithProgress_Request) Descriptor() ([]byte, []int)
func (*ImportAccountWithProgress_Request) GetAccountID ¶
func (m *ImportAccountWithProgress_Request) GetAccountID() string
func (*ImportAccountWithProgress_Request) GetAccountName ¶
func (m *ImportAccountWithProgress_Request) GetAccountName() string
func (*ImportAccountWithProgress_Request) GetArgs ¶
func (m *ImportAccountWithProgress_Request) GetArgs() []string
func (*ImportAccountWithProgress_Request) GetBackupPath ¶
func (m *ImportAccountWithProgress_Request) GetBackupPath() string
func (*ImportAccountWithProgress_Request) GetLoggerFilters ¶
func (m *ImportAccountWithProgress_Request) GetLoggerFilters() string
func (*ImportAccountWithProgress_Request) GetNetworkConfig ¶
func (m *ImportAccountWithProgress_Request) GetNetworkConfig() *NetworkConfig
func (*ImportAccountWithProgress_Request) GetSessionKind ¶ added in v2.350.0
func (m *ImportAccountWithProgress_Request) GetSessionKind() string
func (*ImportAccountWithProgress_Request) Marshal ¶
func (m *ImportAccountWithProgress_Request) Marshal() (dAtA []byte, err error)
func (*ImportAccountWithProgress_Request) MarshalTo ¶
func (m *ImportAccountWithProgress_Request) MarshalTo(dAtA []byte) (int, error)
func (*ImportAccountWithProgress_Request) MarshalToSizedBuffer ¶
func (m *ImportAccountWithProgress_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ImportAccountWithProgress_Request) ProtoMessage ¶
func (*ImportAccountWithProgress_Request) ProtoMessage()
func (*ImportAccountWithProgress_Request) Reset ¶
func (m *ImportAccountWithProgress_Request) Reset()
func (*ImportAccountWithProgress_Request) Size ¶
func (m *ImportAccountWithProgress_Request) Size() (n int)
func (*ImportAccountWithProgress_Request) String ¶
func (m *ImportAccountWithProgress_Request) String() string
func (*ImportAccountWithProgress_Request) Unmarshal ¶
func (m *ImportAccountWithProgress_Request) Unmarshal(dAtA []byte) error
func (*ImportAccountWithProgress_Request) XXX_DiscardUnknown ¶
func (m *ImportAccountWithProgress_Request) XXX_DiscardUnknown()
func (*ImportAccountWithProgress_Request) XXX_Marshal ¶
func (m *ImportAccountWithProgress_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportAccountWithProgress_Request) XXX_Merge ¶
func (m *ImportAccountWithProgress_Request) XXX_Merge(src proto.Message)
func (*ImportAccountWithProgress_Request) XXX_Size ¶
func (m *ImportAccountWithProgress_Request) XXX_Size() int
func (*ImportAccountWithProgress_Request) XXX_Unmarshal ¶
func (m *ImportAccountWithProgress_Request) XXX_Unmarshal(b []byte) error
type ImportAccount_Reply ¶
type ImportAccount_Reply struct { AccountMetadata *AccountMetadata `protobuf:"bytes,1,opt,name=account_metadata,json=accountMetadata,proto3" json:"account_metadata,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportAccount_Reply) Descriptor ¶
func (*ImportAccount_Reply) Descriptor() ([]byte, []int)
func (*ImportAccount_Reply) GetAccountMetadata ¶
func (m *ImportAccount_Reply) GetAccountMetadata() *AccountMetadata
func (*ImportAccount_Reply) Marshal ¶
func (m *ImportAccount_Reply) Marshal() (dAtA []byte, err error)
func (*ImportAccount_Reply) MarshalTo ¶
func (m *ImportAccount_Reply) MarshalTo(dAtA []byte) (int, error)
func (*ImportAccount_Reply) MarshalToSizedBuffer ¶
func (m *ImportAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ImportAccount_Reply) ProtoMessage ¶
func (*ImportAccount_Reply) ProtoMessage()
func (*ImportAccount_Reply) Reset ¶
func (m *ImportAccount_Reply) Reset()
func (*ImportAccount_Reply) Size ¶
func (m *ImportAccount_Reply) Size() (n int)
func (*ImportAccount_Reply) String ¶
func (m *ImportAccount_Reply) String() string
func (*ImportAccount_Reply) Unmarshal ¶
func (m *ImportAccount_Reply) Unmarshal(dAtA []byte) error
func (*ImportAccount_Reply) XXX_DiscardUnknown ¶
func (m *ImportAccount_Reply) XXX_DiscardUnknown()
func (*ImportAccount_Reply) XXX_Marshal ¶
func (m *ImportAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportAccount_Reply) XXX_Merge ¶
func (m *ImportAccount_Reply) XXX_Merge(src proto.Message)
func (*ImportAccount_Reply) XXX_Size ¶
func (m *ImportAccount_Reply) XXX_Size() int
func (*ImportAccount_Reply) XXX_Unmarshal ¶
func (m *ImportAccount_Reply) XXX_Unmarshal(b []byte) error
type ImportAccount_Request ¶
type ImportAccount_Request struct { AccountID string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` AccountName string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"` BackupPath string `protobuf:"bytes,3,opt,name=backup_path,json=backupPath,proto3" json:"backup_path,omitempty"` Args []string `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"` LoggerFilters string `protobuf:"bytes,5,opt,name=logger_filters,json=loggerFilters,proto3" json:"logger_filters,omitempty"` NetworkConfig *NetworkConfig `protobuf:"bytes,6,opt,name=network_config,json=networkConfig,proto3" json:"network_config,omitempty"` SessionKind string `protobuf:"bytes,7,opt,name=session_kind,json=sessionKind,proto3" json:"session_kind,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ImportAccount_Request) Descriptor ¶
func (*ImportAccount_Request) Descriptor() ([]byte, []int)
func (*ImportAccount_Request) GetAccountID ¶
func (m *ImportAccount_Request) GetAccountID() string
func (*ImportAccount_Request) GetAccountName ¶
func (m *ImportAccount_Request) GetAccountName() string
func (*ImportAccount_Request) GetArgs ¶
func (m *ImportAccount_Request) GetArgs() []string
func (*ImportAccount_Request) GetBackupPath ¶
func (m *ImportAccount_Request) GetBackupPath() string
func (*ImportAccount_Request) GetLoggerFilters ¶
func (m *ImportAccount_Request) GetLoggerFilters() string
func (*ImportAccount_Request) GetNetworkConfig ¶
func (m *ImportAccount_Request) GetNetworkConfig() *NetworkConfig
func (*ImportAccount_Request) GetSessionKind ¶ added in v2.350.0
func (m *ImportAccount_Request) GetSessionKind() string
func (*ImportAccount_Request) Marshal ¶
func (m *ImportAccount_Request) Marshal() (dAtA []byte, err error)
func (*ImportAccount_Request) MarshalTo ¶
func (m *ImportAccount_Request) MarshalTo(dAtA []byte) (int, error)
func (*ImportAccount_Request) MarshalToSizedBuffer ¶
func (m *ImportAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ImportAccount_Request) ProtoMessage ¶
func (*ImportAccount_Request) ProtoMessage()
func (*ImportAccount_Request) Reset ¶
func (m *ImportAccount_Request) Reset()
func (*ImportAccount_Request) Size ¶
func (m *ImportAccount_Request) Size() (n int)
func (*ImportAccount_Request) String ¶
func (m *ImportAccount_Request) String() string
func (*ImportAccount_Request) Unmarshal ¶
func (m *ImportAccount_Request) Unmarshal(dAtA []byte) error
func (*ImportAccount_Request) XXX_DiscardUnknown ¶
func (m *ImportAccount_Request) XXX_DiscardUnknown()
func (*ImportAccount_Request) XXX_Marshal ¶
func (m *ImportAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ImportAccount_Request) XXX_Merge ¶
func (m *ImportAccount_Request) XXX_Merge(src proto.Message)
func (*ImportAccount_Request) XXX_Size ¶
func (m *ImportAccount_Request) XXX_Size() int
func (*ImportAccount_Request) XXX_Unmarshal ¶
func (m *ImportAccount_Request) XXX_Unmarshal(b []byte) error
type ListAccounts ¶
type ListAccounts struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListAccounts) Descriptor ¶
func (*ListAccounts) Descriptor() ([]byte, []int)
func (*ListAccounts) Marshal ¶
func (m *ListAccounts) Marshal() (dAtA []byte, err error)
func (*ListAccounts) MarshalToSizedBuffer ¶
func (m *ListAccounts) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListAccounts) ProtoMessage ¶
func (*ListAccounts) ProtoMessage()
func (*ListAccounts) Reset ¶
func (m *ListAccounts) Reset()
func (*ListAccounts) Size ¶
func (m *ListAccounts) Size() (n int)
func (*ListAccounts) String ¶
func (m *ListAccounts) String() string
func (*ListAccounts) Unmarshal ¶
func (m *ListAccounts) Unmarshal(dAtA []byte) error
func (*ListAccounts) XXX_DiscardUnknown ¶
func (m *ListAccounts) XXX_DiscardUnknown()
func (*ListAccounts) XXX_Marshal ¶
func (m *ListAccounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListAccounts) XXX_Merge ¶
func (m *ListAccounts) XXX_Merge(src proto.Message)
func (*ListAccounts) XXX_Size ¶
func (m *ListAccounts) XXX_Size() int
func (*ListAccounts) XXX_Unmarshal ¶
func (m *ListAccounts) XXX_Unmarshal(b []byte) error
type ListAccounts_Reply ¶
type ListAccounts_Reply struct { Accounts []*AccountMetadata `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListAccounts_Reply) Descriptor ¶
func (*ListAccounts_Reply) Descriptor() ([]byte, []int)
func (*ListAccounts_Reply) GetAccounts ¶
func (m *ListAccounts_Reply) GetAccounts() []*AccountMetadata
func (*ListAccounts_Reply) Marshal ¶
func (m *ListAccounts_Reply) Marshal() (dAtA []byte, err error)
func (*ListAccounts_Reply) MarshalTo ¶
func (m *ListAccounts_Reply) MarshalTo(dAtA []byte) (int, error)
func (*ListAccounts_Reply) MarshalToSizedBuffer ¶
func (m *ListAccounts_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListAccounts_Reply) ProtoMessage ¶
func (*ListAccounts_Reply) ProtoMessage()
func (*ListAccounts_Reply) Reset ¶
func (m *ListAccounts_Reply) Reset()
func (*ListAccounts_Reply) Size ¶
func (m *ListAccounts_Reply) Size() (n int)
func (*ListAccounts_Reply) String ¶
func (m *ListAccounts_Reply) String() string
func (*ListAccounts_Reply) Unmarshal ¶
func (m *ListAccounts_Reply) Unmarshal(dAtA []byte) error
func (*ListAccounts_Reply) XXX_DiscardUnknown ¶
func (m *ListAccounts_Reply) XXX_DiscardUnknown()
func (*ListAccounts_Reply) XXX_Marshal ¶
func (m *ListAccounts_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListAccounts_Reply) XXX_Merge ¶
func (m *ListAccounts_Reply) XXX_Merge(src proto.Message)
func (*ListAccounts_Reply) XXX_Size ¶
func (m *ListAccounts_Reply) XXX_Size() int
func (*ListAccounts_Reply) XXX_Unmarshal ¶
func (m *ListAccounts_Reply) XXX_Unmarshal(b []byte) error
type ListAccounts_Request ¶
type ListAccounts_Request struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListAccounts_Request) Descriptor ¶
func (*ListAccounts_Request) Descriptor() ([]byte, []int)
func (*ListAccounts_Request) Marshal ¶
func (m *ListAccounts_Request) Marshal() (dAtA []byte, err error)
func (*ListAccounts_Request) MarshalTo ¶
func (m *ListAccounts_Request) MarshalTo(dAtA []byte) (int, error)
func (*ListAccounts_Request) MarshalToSizedBuffer ¶
func (m *ListAccounts_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListAccounts_Request) ProtoMessage ¶
func (*ListAccounts_Request) ProtoMessage()
func (*ListAccounts_Request) Reset ¶
func (m *ListAccounts_Request) Reset()
func (*ListAccounts_Request) Size ¶
func (m *ListAccounts_Request) Size() (n int)
func (*ListAccounts_Request) String ¶
func (m *ListAccounts_Request) String() string
func (*ListAccounts_Request) Unmarshal ¶
func (m *ListAccounts_Request) Unmarshal(dAtA []byte) error
func (*ListAccounts_Request) XXX_DiscardUnknown ¶
func (m *ListAccounts_Request) XXX_DiscardUnknown()
func (*ListAccounts_Request) XXX_Marshal ¶
func (m *ListAccounts_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListAccounts_Request) XXX_Merge ¶
func (m *ListAccounts_Request) XXX_Merge(src proto.Message)
func (*ListAccounts_Request) XXX_Size ¶
func (m *ListAccounts_Request) XXX_Size() int
func (*ListAccounts_Request) XXX_Unmarshal ¶
func (m *ListAccounts_Request) XXX_Unmarshal(b []byte) error
type LogfileList ¶
type LogfileList struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogfileList) Descriptor ¶
func (*LogfileList) Descriptor() ([]byte, []int)
func (*LogfileList) Marshal ¶
func (m *LogfileList) Marshal() (dAtA []byte, err error)
func (*LogfileList) MarshalToSizedBuffer ¶
func (m *LogfileList) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LogfileList) ProtoMessage ¶
func (*LogfileList) ProtoMessage()
func (*LogfileList) Reset ¶
func (m *LogfileList) Reset()
func (*LogfileList) Size ¶
func (m *LogfileList) Size() (n int)
func (*LogfileList) String ¶
func (m *LogfileList) String() string
func (*LogfileList) Unmarshal ¶
func (m *LogfileList) Unmarshal(dAtA []byte) error
func (*LogfileList) XXX_DiscardUnknown ¶
func (m *LogfileList) XXX_DiscardUnknown()
func (*LogfileList) XXX_Marshal ¶
func (m *LogfileList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogfileList) XXX_Merge ¶
func (m *LogfileList) XXX_Merge(src proto.Message)
func (*LogfileList) XXX_Size ¶
func (m *LogfileList) XXX_Size() int
func (*LogfileList) XXX_Unmarshal ¶
func (m *LogfileList) XXX_Unmarshal(b []byte) error
type LogfileList_Reply ¶
type LogfileList_Reply struct { Entries []*LogfileList_Reply_Logfile `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogfileList_Reply) Descriptor ¶
func (*LogfileList_Reply) Descriptor() ([]byte, []int)
func (*LogfileList_Reply) GetEntries ¶
func (m *LogfileList_Reply) GetEntries() []*LogfileList_Reply_Logfile
func (*LogfileList_Reply) Marshal ¶
func (m *LogfileList_Reply) Marshal() (dAtA []byte, err error)
func (*LogfileList_Reply) MarshalTo ¶
func (m *LogfileList_Reply) MarshalTo(dAtA []byte) (int, error)
func (*LogfileList_Reply) MarshalToSizedBuffer ¶
func (m *LogfileList_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LogfileList_Reply) ProtoMessage ¶
func (*LogfileList_Reply) ProtoMessage()
func (*LogfileList_Reply) Reset ¶
func (m *LogfileList_Reply) Reset()
func (*LogfileList_Reply) Size ¶
func (m *LogfileList_Reply) Size() (n int)
func (*LogfileList_Reply) String ¶
func (m *LogfileList_Reply) String() string
func (*LogfileList_Reply) Unmarshal ¶
func (m *LogfileList_Reply) Unmarshal(dAtA []byte) error
func (*LogfileList_Reply) XXX_DiscardUnknown ¶
func (m *LogfileList_Reply) XXX_DiscardUnknown()
func (*LogfileList_Reply) XXX_Marshal ¶
func (m *LogfileList_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogfileList_Reply) XXX_Merge ¶
func (m *LogfileList_Reply) XXX_Merge(src proto.Message)
func (*LogfileList_Reply) XXX_Size ¶
func (m *LogfileList_Reply) XXX_Size() int
func (*LogfileList_Reply) XXX_Unmarshal ¶
func (m *LogfileList_Reply) XXX_Unmarshal(b []byte) error
type LogfileList_Reply_Logfile ¶
type LogfileList_Reply_Logfile struct { AccountID string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` Size_ int64 `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"` Kind string `protobuf:"bytes,5,opt,name=kind,proto3" json:"kind,omitempty"` Time int64 `protobuf:"varint,6,opt,name=time,proto3" json:"time,omitempty"` Latest bool `protobuf:"varint,7,opt,name=latest,proto3" json:"latest,omitempty"` Errs string `protobuf:"bytes,8,opt,name=errs,proto3" json:"errs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogfileList_Reply_Logfile) Descriptor ¶
func (*LogfileList_Reply_Logfile) Descriptor() ([]byte, []int)
func (*LogfileList_Reply_Logfile) GetAccountID ¶
func (m *LogfileList_Reply_Logfile) GetAccountID() string
func (*LogfileList_Reply_Logfile) GetErrs ¶
func (m *LogfileList_Reply_Logfile) GetErrs() string
func (*LogfileList_Reply_Logfile) GetKind ¶
func (m *LogfileList_Reply_Logfile) GetKind() string
func (*LogfileList_Reply_Logfile) GetLatest ¶
func (m *LogfileList_Reply_Logfile) GetLatest() bool
func (*LogfileList_Reply_Logfile) GetName ¶
func (m *LogfileList_Reply_Logfile) GetName() string
func (*LogfileList_Reply_Logfile) GetPath ¶
func (m *LogfileList_Reply_Logfile) GetPath() string
func (*LogfileList_Reply_Logfile) GetSize_ ¶
func (m *LogfileList_Reply_Logfile) GetSize_() int64
func (*LogfileList_Reply_Logfile) GetTime ¶
func (m *LogfileList_Reply_Logfile) GetTime() int64
func (*LogfileList_Reply_Logfile) Marshal ¶
func (m *LogfileList_Reply_Logfile) Marshal() (dAtA []byte, err error)
func (*LogfileList_Reply_Logfile) MarshalTo ¶
func (m *LogfileList_Reply_Logfile) MarshalTo(dAtA []byte) (int, error)
func (*LogfileList_Reply_Logfile) MarshalToSizedBuffer ¶
func (m *LogfileList_Reply_Logfile) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LogfileList_Reply_Logfile) ProtoMessage ¶
func (*LogfileList_Reply_Logfile) ProtoMessage()
func (*LogfileList_Reply_Logfile) Reset ¶
func (m *LogfileList_Reply_Logfile) Reset()
func (*LogfileList_Reply_Logfile) Size ¶
func (m *LogfileList_Reply_Logfile) Size() (n int)
func (*LogfileList_Reply_Logfile) String ¶
func (m *LogfileList_Reply_Logfile) String() string
func (*LogfileList_Reply_Logfile) Unmarshal ¶
func (m *LogfileList_Reply_Logfile) Unmarshal(dAtA []byte) error
func (*LogfileList_Reply_Logfile) XXX_DiscardUnknown ¶
func (m *LogfileList_Reply_Logfile) XXX_DiscardUnknown()
func (*LogfileList_Reply_Logfile) XXX_Marshal ¶
func (m *LogfileList_Reply_Logfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogfileList_Reply_Logfile) XXX_Merge ¶
func (m *LogfileList_Reply_Logfile) XXX_Merge(src proto.Message)
func (*LogfileList_Reply_Logfile) XXX_Size ¶
func (m *LogfileList_Reply_Logfile) XXX_Size() int
func (*LogfileList_Reply_Logfile) XXX_Unmarshal ¶
func (m *LogfileList_Reply_Logfile) XXX_Unmarshal(b []byte) error
type LogfileList_Request ¶
type LogfileList_Request struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogfileList_Request) Descriptor ¶
func (*LogfileList_Request) Descriptor() ([]byte, []int)
func (*LogfileList_Request) Marshal ¶
func (m *LogfileList_Request) Marshal() (dAtA []byte, err error)
func (*LogfileList_Request) MarshalTo ¶
func (m *LogfileList_Request) MarshalTo(dAtA []byte) (int, error)
func (*LogfileList_Request) MarshalToSizedBuffer ¶
func (m *LogfileList_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LogfileList_Request) ProtoMessage ¶
func (*LogfileList_Request) ProtoMessage()
func (*LogfileList_Request) Reset ¶
func (m *LogfileList_Request) Reset()
func (*LogfileList_Request) Size ¶
func (m *LogfileList_Request) Size() (n int)
func (*LogfileList_Request) String ¶
func (m *LogfileList_Request) String() string
func (*LogfileList_Request) Unmarshal ¶
func (m *LogfileList_Request) Unmarshal(dAtA []byte) error
func (*LogfileList_Request) XXX_DiscardUnknown ¶
func (m *LogfileList_Request) XXX_DiscardUnknown()
func (*LogfileList_Request) XXX_Marshal ¶
func (m *LogfileList_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogfileList_Request) XXX_Merge ¶
func (m *LogfileList_Request) XXX_Merge(src proto.Message)
func (*LogfileList_Request) XXX_Size ¶
func (m *LogfileList_Request) XXX_Size() int
func (*LogfileList_Request) XXX_Unmarshal ¶
func (m *LogfileList_Request) XXX_Unmarshal(b []byte) error
type NetworkConfig ¶
type NetworkConfig struct { Bootstrap []string `protobuf:"bytes,1,rep,name=bootstrap,proto3" json:"bootstrap,omitempty"` Rendezvous []string `protobuf:"bytes,2,rep,name=rendezvous,proto3" json:"rendezvous,omitempty"` StaticRelay []string `protobuf:"bytes,3,rep,name=static_relay,json=staticRelay,proto3" json:"static_relay,omitempty"` DHT NetworkConfig_DHTFlag `protobuf:"varint,4,opt,name=dht,proto3,enum=berty.account.v1.NetworkConfig_DHTFlag" json:"dht,omitempty"` BluetoothLE NetworkConfig_Flag `` /* 136-byte string literal not displayed */ AppleMultipeerConnectivity NetworkConfig_Flag `` /* 183-byte string literal not displayed */ AndroidNearby NetworkConfig_Flag `` /* 142-byte string literal not displayed */ Tor NetworkConfig_TorFlag `protobuf:"varint,8,opt,name=tor,proto3,enum=berty.account.v1.NetworkConfig_TorFlag" json:"tor,omitempty"` MDNS NetworkConfig_Flag `protobuf:"varint,9,opt,name=mdns,proto3,enum=berty.account.v1.NetworkConfig_Flag" json:"mdns,omitempty"` ShowDefaultServices NetworkConfig_Flag `` /* 163-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NetworkConfig) Descriptor ¶
func (*NetworkConfig) Descriptor() ([]byte, []int)
func (*NetworkConfig) GetAndroidNearby ¶
func (m *NetworkConfig) GetAndroidNearby() NetworkConfig_Flag
func (*NetworkConfig) GetAppleMultipeerConnectivity ¶
func (m *NetworkConfig) GetAppleMultipeerConnectivity() NetworkConfig_Flag
func (*NetworkConfig) GetBluetoothLE ¶
func (m *NetworkConfig) GetBluetoothLE() NetworkConfig_Flag
func (*NetworkConfig) GetBootstrap ¶
func (m *NetworkConfig) GetBootstrap() []string
func (*NetworkConfig) GetDHT ¶
func (m *NetworkConfig) GetDHT() NetworkConfig_DHTFlag
func (*NetworkConfig) GetMDNS ¶
func (m *NetworkConfig) GetMDNS() NetworkConfig_Flag
func (*NetworkConfig) GetRendezvous ¶
func (m *NetworkConfig) GetRendezvous() []string
func (*NetworkConfig) GetShowDefaultServices ¶
func (m *NetworkConfig) GetShowDefaultServices() NetworkConfig_Flag
func (*NetworkConfig) GetStaticRelay ¶
func (m *NetworkConfig) GetStaticRelay() []string
func (*NetworkConfig) GetTor ¶
func (m *NetworkConfig) GetTor() NetworkConfig_TorFlag
func (*NetworkConfig) Marshal ¶
func (m *NetworkConfig) Marshal() (dAtA []byte, err error)
func (*NetworkConfig) MarshalToSizedBuffer ¶
func (m *NetworkConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkConfig) ProtoMessage ¶
func (*NetworkConfig) ProtoMessage()
func (*NetworkConfig) Reset ¶
func (m *NetworkConfig) Reset()
func (*NetworkConfig) Size ¶
func (m *NetworkConfig) Size() (n int)
func (*NetworkConfig) String ¶
func (m *NetworkConfig) String() string
func (*NetworkConfig) Unmarshal ¶
func (m *NetworkConfig) Unmarshal(dAtA []byte) error
func (*NetworkConfig) XXX_DiscardUnknown ¶
func (m *NetworkConfig) XXX_DiscardUnknown()
func (*NetworkConfig) XXX_Marshal ¶
func (m *NetworkConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkConfig) XXX_Merge ¶
func (m *NetworkConfig) XXX_Merge(src proto.Message)
func (*NetworkConfig) XXX_Size ¶
func (m *NetworkConfig) XXX_Size() int
func (*NetworkConfig) XXX_Unmarshal ¶
func (m *NetworkConfig) XXX_Unmarshal(b []byte) error
type NetworkConfigGet ¶
type NetworkConfigGet struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NetworkConfigGet) Descriptor ¶
func (*NetworkConfigGet) Descriptor() ([]byte, []int)
func (*NetworkConfigGet) Marshal ¶
func (m *NetworkConfigGet) Marshal() (dAtA []byte, err error)
func (*NetworkConfigGet) MarshalToSizedBuffer ¶
func (m *NetworkConfigGet) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkConfigGet) ProtoMessage ¶
func (*NetworkConfigGet) ProtoMessage()
func (*NetworkConfigGet) Reset ¶
func (m *NetworkConfigGet) Reset()
func (*NetworkConfigGet) Size ¶
func (m *NetworkConfigGet) Size() (n int)
func (*NetworkConfigGet) String ¶
func (m *NetworkConfigGet) String() string
func (*NetworkConfigGet) Unmarshal ¶
func (m *NetworkConfigGet) Unmarshal(dAtA []byte) error
func (*NetworkConfigGet) XXX_DiscardUnknown ¶
func (m *NetworkConfigGet) XXX_DiscardUnknown()
func (*NetworkConfigGet) XXX_Marshal ¶
func (m *NetworkConfigGet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkConfigGet) XXX_Merge ¶
func (m *NetworkConfigGet) XXX_Merge(src proto.Message)
func (*NetworkConfigGet) XXX_Size ¶
func (m *NetworkConfigGet) XXX_Size() int
func (*NetworkConfigGet) XXX_Unmarshal ¶
func (m *NetworkConfigGet) XXX_Unmarshal(b []byte) error
type NetworkConfigGetPreset ¶
type NetworkConfigGetPreset struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NetworkConfigGetPreset) Descriptor ¶
func (*NetworkConfigGetPreset) Descriptor() ([]byte, []int)
func (*NetworkConfigGetPreset) Marshal ¶
func (m *NetworkConfigGetPreset) Marshal() (dAtA []byte, err error)
func (*NetworkConfigGetPreset) MarshalTo ¶
func (m *NetworkConfigGetPreset) MarshalTo(dAtA []byte) (int, error)
func (*NetworkConfigGetPreset) MarshalToSizedBuffer ¶
func (m *NetworkConfigGetPreset) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkConfigGetPreset) ProtoMessage ¶
func (*NetworkConfigGetPreset) ProtoMessage()
func (*NetworkConfigGetPreset) Reset ¶
func (m *NetworkConfigGetPreset) Reset()
func (*NetworkConfigGetPreset) Size ¶
func (m *NetworkConfigGetPreset) Size() (n int)
func (*NetworkConfigGetPreset) String ¶
func (m *NetworkConfigGetPreset) String() string
func (*NetworkConfigGetPreset) Unmarshal ¶
func (m *NetworkConfigGetPreset) Unmarshal(dAtA []byte) error
func (*NetworkConfigGetPreset) XXX_DiscardUnknown ¶
func (m *NetworkConfigGetPreset) XXX_DiscardUnknown()
func (*NetworkConfigGetPreset) XXX_Marshal ¶
func (m *NetworkConfigGetPreset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkConfigGetPreset) XXX_Merge ¶
func (m *NetworkConfigGetPreset) XXX_Merge(src proto.Message)
func (*NetworkConfigGetPreset) XXX_Size ¶
func (m *NetworkConfigGetPreset) XXX_Size() int
func (*NetworkConfigGetPreset) XXX_Unmarshal ¶
func (m *NetworkConfigGetPreset) XXX_Unmarshal(b []byte) error
type NetworkConfigGetPreset_Reply ¶
type NetworkConfigGetPreset_Reply struct { Config *NetworkConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NetworkConfigGetPreset_Reply) Descriptor ¶
func (*NetworkConfigGetPreset_Reply) Descriptor() ([]byte, []int)
func (*NetworkConfigGetPreset_Reply) GetConfig ¶
func (m *NetworkConfigGetPreset_Reply) GetConfig() *NetworkConfig
func (*NetworkConfigGetPreset_Reply) Marshal ¶
func (m *NetworkConfigGetPreset_Reply) Marshal() (dAtA []byte, err error)
func (*NetworkConfigGetPreset_Reply) MarshalTo ¶
func (m *NetworkConfigGetPreset_Reply) MarshalTo(dAtA []byte) (int, error)
func (*NetworkConfigGetPreset_Reply) MarshalToSizedBuffer ¶
func (m *NetworkConfigGetPreset_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkConfigGetPreset_Reply) ProtoMessage ¶
func (*NetworkConfigGetPreset_Reply) ProtoMessage()
func (*NetworkConfigGetPreset_Reply) Reset ¶
func (m *NetworkConfigGetPreset_Reply) Reset()
func (*NetworkConfigGetPreset_Reply) Size ¶
func (m *NetworkConfigGetPreset_Reply) Size() (n int)
func (*NetworkConfigGetPreset_Reply) String ¶
func (m *NetworkConfigGetPreset_Reply) String() string
func (*NetworkConfigGetPreset_Reply) Unmarshal ¶
func (m *NetworkConfigGetPreset_Reply) Unmarshal(dAtA []byte) error
func (*NetworkConfigGetPreset_Reply) XXX_DiscardUnknown ¶
func (m *NetworkConfigGetPreset_Reply) XXX_DiscardUnknown()
func (*NetworkConfigGetPreset_Reply) XXX_Marshal ¶
func (m *NetworkConfigGetPreset_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkConfigGetPreset_Reply) XXX_Merge ¶
func (m *NetworkConfigGetPreset_Reply) XXX_Merge(src proto.Message)
func (*NetworkConfigGetPreset_Reply) XXX_Size ¶
func (m *NetworkConfigGetPreset_Reply) XXX_Size() int
func (*NetworkConfigGetPreset_Reply) XXX_Unmarshal ¶
func (m *NetworkConfigGetPreset_Reply) XXX_Unmarshal(b []byte) error
type NetworkConfigGetPreset_Request ¶
type NetworkConfigGetPreset_Request struct { Preset NetworkConfigPreset `protobuf:"varint,1,opt,name=preset,proto3,enum=berty.account.v1.NetworkConfigPreset" json:"preset,omitempty"` HasBluetoothPermission bool `` /* 130-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NetworkConfigGetPreset_Request) Descriptor ¶
func (*NetworkConfigGetPreset_Request) Descriptor() ([]byte, []int)
func (*NetworkConfigGetPreset_Request) GetHasBluetoothPermission ¶
func (m *NetworkConfigGetPreset_Request) GetHasBluetoothPermission() bool
func (*NetworkConfigGetPreset_Request) GetPreset ¶
func (m *NetworkConfigGetPreset_Request) GetPreset() NetworkConfigPreset
func (*NetworkConfigGetPreset_Request) Marshal ¶
func (m *NetworkConfigGetPreset_Request) Marshal() (dAtA []byte, err error)
func (*NetworkConfigGetPreset_Request) MarshalTo ¶
func (m *NetworkConfigGetPreset_Request) MarshalTo(dAtA []byte) (int, error)
func (*NetworkConfigGetPreset_Request) MarshalToSizedBuffer ¶
func (m *NetworkConfigGetPreset_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkConfigGetPreset_Request) ProtoMessage ¶
func (*NetworkConfigGetPreset_Request) ProtoMessage()
func (*NetworkConfigGetPreset_Request) Reset ¶
func (m *NetworkConfigGetPreset_Request) Reset()
func (*NetworkConfigGetPreset_Request) Size ¶
func (m *NetworkConfigGetPreset_Request) Size() (n int)
func (*NetworkConfigGetPreset_Request) String ¶
func (m *NetworkConfigGetPreset_Request) String() string
func (*NetworkConfigGetPreset_Request) Unmarshal ¶
func (m *NetworkConfigGetPreset_Request) Unmarshal(dAtA []byte) error
func (*NetworkConfigGetPreset_Request) XXX_DiscardUnknown ¶
func (m *NetworkConfigGetPreset_Request) XXX_DiscardUnknown()
func (*NetworkConfigGetPreset_Request) XXX_Marshal ¶
func (m *NetworkConfigGetPreset_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkConfigGetPreset_Request) XXX_Merge ¶
func (m *NetworkConfigGetPreset_Request) XXX_Merge(src proto.Message)
func (*NetworkConfigGetPreset_Request) XXX_Size ¶
func (m *NetworkConfigGetPreset_Request) XXX_Size() int
func (*NetworkConfigGetPreset_Request) XXX_Unmarshal ¶
func (m *NetworkConfigGetPreset_Request) XXX_Unmarshal(b []byte) error
type NetworkConfigGet_Reply ¶
type NetworkConfigGet_Reply struct { DefaultConfig *NetworkConfig `protobuf:"bytes,1,opt,name=default_config,json=defaultConfig,proto3" json:"default_config,omitempty"` CurrentConfig *NetworkConfig `protobuf:"bytes,2,opt,name=current_config,json=currentConfig,proto3" json:"current_config,omitempty"` CustomConfigExists bool `protobuf:"varint,3,opt,name=custom_config_exists,json=customConfigExists,proto3" json:"custom_config_exists,omitempty"` DefaultBootstrap []string `protobuf:"bytes,4,rep,name=default_bootstrap,json=defaultBootstrap,proto3" json:"default_bootstrap,omitempty"` DefaultRendezvous []string `protobuf:"bytes,5,rep,name=default_rendezvous,json=defaultRendezvous,proto3" json:"default_rendezvous,omitempty"` DefaultStaticRelay []string `protobuf:"bytes,6,rep,name=default_static_relay,json=defaultStaticRelay,proto3" json:"default_static_relay,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NetworkConfigGet_Reply) Descriptor ¶
func (*NetworkConfigGet_Reply) Descriptor() ([]byte, []int)
func (*NetworkConfigGet_Reply) GetCurrentConfig ¶
func (m *NetworkConfigGet_Reply) GetCurrentConfig() *NetworkConfig
func (*NetworkConfigGet_Reply) GetCustomConfigExists ¶
func (m *NetworkConfigGet_Reply) GetCustomConfigExists() bool
func (*NetworkConfigGet_Reply) GetDefaultBootstrap ¶
func (m *NetworkConfigGet_Reply) GetDefaultBootstrap() []string
func (*NetworkConfigGet_Reply) GetDefaultConfig ¶
func (m *NetworkConfigGet_Reply) GetDefaultConfig() *NetworkConfig
func (*NetworkConfigGet_Reply) GetDefaultRendezvous ¶
func (m *NetworkConfigGet_Reply) GetDefaultRendezvous() []string
func (*NetworkConfigGet_Reply) GetDefaultStaticRelay ¶
func (m *NetworkConfigGet_Reply) GetDefaultStaticRelay() []string
func (*NetworkConfigGet_Reply) Marshal ¶
func (m *NetworkConfigGet_Reply) Marshal() (dAtA []byte, err error)
func (*NetworkConfigGet_Reply) MarshalTo ¶
func (m *NetworkConfigGet_Reply) MarshalTo(dAtA []byte) (int, error)
func (*NetworkConfigGet_Reply) MarshalToSizedBuffer ¶
func (m *NetworkConfigGet_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkConfigGet_Reply) ProtoMessage ¶
func (*NetworkConfigGet_Reply) ProtoMessage()
func (*NetworkConfigGet_Reply) Reset ¶
func (m *NetworkConfigGet_Reply) Reset()
func (*NetworkConfigGet_Reply) Size ¶
func (m *NetworkConfigGet_Reply) Size() (n int)
func (*NetworkConfigGet_Reply) String ¶
func (m *NetworkConfigGet_Reply) String() string
func (*NetworkConfigGet_Reply) Unmarshal ¶
func (m *NetworkConfigGet_Reply) Unmarshal(dAtA []byte) error
func (*NetworkConfigGet_Reply) XXX_DiscardUnknown ¶
func (m *NetworkConfigGet_Reply) XXX_DiscardUnknown()
func (*NetworkConfigGet_Reply) XXX_Marshal ¶
func (m *NetworkConfigGet_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkConfigGet_Reply) XXX_Merge ¶
func (m *NetworkConfigGet_Reply) XXX_Merge(src proto.Message)
func (*NetworkConfigGet_Reply) XXX_Size ¶
func (m *NetworkConfigGet_Reply) XXX_Size() int
func (*NetworkConfigGet_Reply) XXX_Unmarshal ¶
func (m *NetworkConfigGet_Reply) XXX_Unmarshal(b []byte) error
type NetworkConfigGet_Request ¶
type NetworkConfigGet_Request struct { AccountID string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NetworkConfigGet_Request) Descriptor ¶
func (*NetworkConfigGet_Request) Descriptor() ([]byte, []int)
func (*NetworkConfigGet_Request) GetAccountID ¶
func (m *NetworkConfigGet_Request) GetAccountID() string
func (*NetworkConfigGet_Request) Marshal ¶
func (m *NetworkConfigGet_Request) Marshal() (dAtA []byte, err error)
func (*NetworkConfigGet_Request) MarshalTo ¶
func (m *NetworkConfigGet_Request) MarshalTo(dAtA []byte) (int, error)
func (*NetworkConfigGet_Request) MarshalToSizedBuffer ¶
func (m *NetworkConfigGet_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkConfigGet_Request) ProtoMessage ¶
func (*NetworkConfigGet_Request) ProtoMessage()
func (*NetworkConfigGet_Request) Reset ¶
func (m *NetworkConfigGet_Request) Reset()
func (*NetworkConfigGet_Request) Size ¶
func (m *NetworkConfigGet_Request) Size() (n int)
func (*NetworkConfigGet_Request) String ¶
func (m *NetworkConfigGet_Request) String() string
func (*NetworkConfigGet_Request) Unmarshal ¶
func (m *NetworkConfigGet_Request) Unmarshal(dAtA []byte) error
func (*NetworkConfigGet_Request) XXX_DiscardUnknown ¶
func (m *NetworkConfigGet_Request) XXX_DiscardUnknown()
func (*NetworkConfigGet_Request) XXX_Marshal ¶
func (m *NetworkConfigGet_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkConfigGet_Request) XXX_Merge ¶
func (m *NetworkConfigGet_Request) XXX_Merge(src proto.Message)
func (*NetworkConfigGet_Request) XXX_Size ¶
func (m *NetworkConfigGet_Request) XXX_Size() int
func (*NetworkConfigGet_Request) XXX_Unmarshal ¶
func (m *NetworkConfigGet_Request) XXX_Unmarshal(b []byte) error
type NetworkConfigPreset ¶
type NetworkConfigPreset int32
const ( NetworkConfigPreset_NetPresetUndefined NetworkConfigPreset = 0 NetworkConfigPreset_NetPresetPerformance NetworkConfigPreset = 1 NetworkConfigPreset_NetPresetFullAnonymity NetworkConfigPreset = 2 )
func (NetworkConfigPreset) EnumDescriptor ¶
func (NetworkConfigPreset) EnumDescriptor() ([]byte, []int)
func (NetworkConfigPreset) String ¶
func (x NetworkConfigPreset) String() string
type NetworkConfigSet ¶
type NetworkConfigSet struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NetworkConfigSet) Descriptor ¶
func (*NetworkConfigSet) Descriptor() ([]byte, []int)
func (*NetworkConfigSet) Marshal ¶
func (m *NetworkConfigSet) Marshal() (dAtA []byte, err error)
func (*NetworkConfigSet) MarshalToSizedBuffer ¶
func (m *NetworkConfigSet) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkConfigSet) ProtoMessage ¶
func (*NetworkConfigSet) ProtoMessage()
func (*NetworkConfigSet) Reset ¶
func (m *NetworkConfigSet) Reset()
func (*NetworkConfigSet) Size ¶
func (m *NetworkConfigSet) Size() (n int)
func (*NetworkConfigSet) String ¶
func (m *NetworkConfigSet) String() string
func (*NetworkConfigSet) Unmarshal ¶
func (m *NetworkConfigSet) Unmarshal(dAtA []byte) error
func (*NetworkConfigSet) XXX_DiscardUnknown ¶
func (m *NetworkConfigSet) XXX_DiscardUnknown()
func (*NetworkConfigSet) XXX_Marshal ¶
func (m *NetworkConfigSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkConfigSet) XXX_Merge ¶
func (m *NetworkConfigSet) XXX_Merge(src proto.Message)
func (*NetworkConfigSet) XXX_Size ¶
func (m *NetworkConfigSet) XXX_Size() int
func (*NetworkConfigSet) XXX_Unmarshal ¶
func (m *NetworkConfigSet) XXX_Unmarshal(b []byte) error
type NetworkConfigSet_Reply ¶
type NetworkConfigSet_Reply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NetworkConfigSet_Reply) Descriptor ¶
func (*NetworkConfigSet_Reply) Descriptor() ([]byte, []int)
func (*NetworkConfigSet_Reply) Marshal ¶
func (m *NetworkConfigSet_Reply) Marshal() (dAtA []byte, err error)
func (*NetworkConfigSet_Reply) MarshalTo ¶
func (m *NetworkConfigSet_Reply) MarshalTo(dAtA []byte) (int, error)
func (*NetworkConfigSet_Reply) MarshalToSizedBuffer ¶
func (m *NetworkConfigSet_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkConfigSet_Reply) ProtoMessage ¶
func (*NetworkConfigSet_Reply) ProtoMessage()
func (*NetworkConfigSet_Reply) Reset ¶
func (m *NetworkConfigSet_Reply) Reset()
func (*NetworkConfigSet_Reply) Size ¶
func (m *NetworkConfigSet_Reply) Size() (n int)
func (*NetworkConfigSet_Reply) String ¶
func (m *NetworkConfigSet_Reply) String() string
func (*NetworkConfigSet_Reply) Unmarshal ¶
func (m *NetworkConfigSet_Reply) Unmarshal(dAtA []byte) error
func (*NetworkConfigSet_Reply) XXX_DiscardUnknown ¶
func (m *NetworkConfigSet_Reply) XXX_DiscardUnknown()
func (*NetworkConfigSet_Reply) XXX_Marshal ¶
func (m *NetworkConfigSet_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkConfigSet_Reply) XXX_Merge ¶
func (m *NetworkConfigSet_Reply) XXX_Merge(src proto.Message)
func (*NetworkConfigSet_Reply) XXX_Size ¶
func (m *NetworkConfigSet_Reply) XXX_Size() int
func (*NetworkConfigSet_Reply) XXX_Unmarshal ¶
func (m *NetworkConfigSet_Reply) XXX_Unmarshal(b []byte) error
type NetworkConfigSet_Request ¶
type NetworkConfigSet_Request struct { AccountID string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Config *NetworkConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NetworkConfigSet_Request) Descriptor ¶
func (*NetworkConfigSet_Request) Descriptor() ([]byte, []int)
func (*NetworkConfigSet_Request) GetAccountID ¶
func (m *NetworkConfigSet_Request) GetAccountID() string
func (*NetworkConfigSet_Request) GetConfig ¶
func (m *NetworkConfigSet_Request) GetConfig() *NetworkConfig
func (*NetworkConfigSet_Request) Marshal ¶
func (m *NetworkConfigSet_Request) Marshal() (dAtA []byte, err error)
func (*NetworkConfigSet_Request) MarshalTo ¶
func (m *NetworkConfigSet_Request) MarshalTo(dAtA []byte) (int, error)
func (*NetworkConfigSet_Request) MarshalToSizedBuffer ¶
func (m *NetworkConfigSet_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*NetworkConfigSet_Request) ProtoMessage ¶
func (*NetworkConfigSet_Request) ProtoMessage()
func (*NetworkConfigSet_Request) Reset ¶
func (m *NetworkConfigSet_Request) Reset()
func (*NetworkConfigSet_Request) Size ¶
func (m *NetworkConfigSet_Request) Size() (n int)
func (*NetworkConfigSet_Request) String ¶
func (m *NetworkConfigSet_Request) String() string
func (*NetworkConfigSet_Request) Unmarshal ¶
func (m *NetworkConfigSet_Request) Unmarshal(dAtA []byte) error
func (*NetworkConfigSet_Request) XXX_DiscardUnknown ¶
func (m *NetworkConfigSet_Request) XXX_DiscardUnknown()
func (*NetworkConfigSet_Request) XXX_Marshal ¶
func (m *NetworkConfigSet_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkConfigSet_Request) XXX_Merge ¶
func (m *NetworkConfigSet_Request) XXX_Merge(src proto.Message)
func (*NetworkConfigSet_Request) XXX_Size ¶
func (m *NetworkConfigSet_Request) XXX_Size() int
func (*NetworkConfigSet_Request) XXX_Unmarshal ¶
func (m *NetworkConfigSet_Request) XXX_Unmarshal(b []byte) error
type NetworkConfig_DHTFlag ¶
type NetworkConfig_DHTFlag int32
const ( NetworkConfig_DHTUndefined NetworkConfig_DHTFlag = 0 NetworkConfig_DHTDisabled NetworkConfig_DHTFlag = 1 NetworkConfig_DHTClient NetworkConfig_DHTFlag = 2 NetworkConfig_DHTServer NetworkConfig_DHTFlag = 3 NetworkConfig_DHTAuto NetworkConfig_DHTFlag = 4 NetworkConfig_DHTAutoServer NetworkConfig_DHTFlag = 5 )
func (NetworkConfig_DHTFlag) EnumDescriptor ¶
func (NetworkConfig_DHTFlag) EnumDescriptor() ([]byte, []int)
func (NetworkConfig_DHTFlag) String ¶
func (x NetworkConfig_DHTFlag) String() string
type NetworkConfig_Flag ¶
type NetworkConfig_Flag int32
const ( NetworkConfig_Undefined NetworkConfig_Flag = 0 NetworkConfig_Disabled NetworkConfig_Flag = 1 NetworkConfig_Enabled NetworkConfig_Flag = 2 )
func (NetworkConfig_Flag) EnumDescriptor ¶
func (NetworkConfig_Flag) EnumDescriptor() ([]byte, []int)
func (NetworkConfig_Flag) String ¶
func (x NetworkConfig_Flag) String() string
type NetworkConfig_TorFlag ¶
type NetworkConfig_TorFlag int32
const ( NetworkConfig_TorUndefined NetworkConfig_TorFlag = 0 NetworkConfig_TorDisabled NetworkConfig_TorFlag = 1 NetworkConfig_TorOptional NetworkConfig_TorFlag = 2 NetworkConfig_TorRequired NetworkConfig_TorFlag = 3 )
func (NetworkConfig_TorFlag) EnumDescriptor ¶
func (NetworkConfig_TorFlag) EnumDescriptor() ([]byte, []int)
func (NetworkConfig_TorFlag) String ¶
func (x NetworkConfig_TorFlag) String() string
type OpenAccount ¶
type OpenAccount struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OpenAccount) Descriptor ¶
func (*OpenAccount) Descriptor() ([]byte, []int)
func (*OpenAccount) Marshal ¶
func (m *OpenAccount) Marshal() (dAtA []byte, err error)
func (*OpenAccount) MarshalToSizedBuffer ¶
func (m *OpenAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OpenAccount) ProtoMessage ¶
func (*OpenAccount) ProtoMessage()
func (*OpenAccount) Reset ¶
func (m *OpenAccount) Reset()
func (*OpenAccount) Size ¶
func (m *OpenAccount) Size() (n int)
func (*OpenAccount) String ¶
func (m *OpenAccount) String() string
func (*OpenAccount) Unmarshal ¶
func (m *OpenAccount) Unmarshal(dAtA []byte) error
func (*OpenAccount) XXX_DiscardUnknown ¶
func (m *OpenAccount) XXX_DiscardUnknown()
func (*OpenAccount) XXX_Marshal ¶
func (m *OpenAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OpenAccount) XXX_Merge ¶
func (m *OpenAccount) XXX_Merge(src proto.Message)
func (*OpenAccount) XXX_Size ¶
func (m *OpenAccount) XXX_Size() int
func (*OpenAccount) XXX_Unmarshal ¶
func (m *OpenAccount) XXX_Unmarshal(b []byte) error
type OpenAccountWithProgress ¶
type OpenAccountWithProgress struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OpenAccountWithProgress) Descriptor ¶
func (*OpenAccountWithProgress) Descriptor() ([]byte, []int)
func (*OpenAccountWithProgress) Marshal ¶
func (m *OpenAccountWithProgress) Marshal() (dAtA []byte, err error)
func (*OpenAccountWithProgress) MarshalTo ¶
func (m *OpenAccountWithProgress) MarshalTo(dAtA []byte) (int, error)
func (*OpenAccountWithProgress) MarshalToSizedBuffer ¶
func (m *OpenAccountWithProgress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OpenAccountWithProgress) ProtoMessage ¶
func (*OpenAccountWithProgress) ProtoMessage()
func (*OpenAccountWithProgress) Reset ¶
func (m *OpenAccountWithProgress) Reset()
func (*OpenAccountWithProgress) Size ¶
func (m *OpenAccountWithProgress) Size() (n int)
func (*OpenAccountWithProgress) String ¶
func (m *OpenAccountWithProgress) String() string
func (*OpenAccountWithProgress) Unmarshal ¶
func (m *OpenAccountWithProgress) Unmarshal(dAtA []byte) error
func (*OpenAccountWithProgress) XXX_DiscardUnknown ¶
func (m *OpenAccountWithProgress) XXX_DiscardUnknown()
func (*OpenAccountWithProgress) XXX_Marshal ¶
func (m *OpenAccountWithProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OpenAccountWithProgress) XXX_Merge ¶
func (m *OpenAccountWithProgress) XXX_Merge(src proto.Message)
func (*OpenAccountWithProgress) XXX_Size ¶
func (m *OpenAccountWithProgress) XXX_Size() int
func (*OpenAccountWithProgress) XXX_Unmarshal ¶
func (m *OpenAccountWithProgress) XXX_Unmarshal(b []byte) error
type OpenAccountWithProgress_Reply ¶
type OpenAccountWithProgress_Reply struct { Progress *protocoltypes.Progress `protobuf:"bytes,1,opt,name=progress,proto3" json:"progress,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OpenAccountWithProgress_Reply) Descriptor ¶
func (*OpenAccountWithProgress_Reply) Descriptor() ([]byte, []int)
func (*OpenAccountWithProgress_Reply) GetProgress ¶
func (m *OpenAccountWithProgress_Reply) GetProgress() *protocoltypes.Progress
func (*OpenAccountWithProgress_Reply) Marshal ¶
func (m *OpenAccountWithProgress_Reply) Marshal() (dAtA []byte, err error)
func (*OpenAccountWithProgress_Reply) MarshalTo ¶
func (m *OpenAccountWithProgress_Reply) MarshalTo(dAtA []byte) (int, error)
func (*OpenAccountWithProgress_Reply) MarshalToSizedBuffer ¶
func (m *OpenAccountWithProgress_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OpenAccountWithProgress_Reply) ProtoMessage ¶
func (*OpenAccountWithProgress_Reply) ProtoMessage()
func (*OpenAccountWithProgress_Reply) Reset ¶
func (m *OpenAccountWithProgress_Reply) Reset()
func (*OpenAccountWithProgress_Reply) Size ¶
func (m *OpenAccountWithProgress_Reply) Size() (n int)
func (*OpenAccountWithProgress_Reply) String ¶
func (m *OpenAccountWithProgress_Reply) String() string
func (*OpenAccountWithProgress_Reply) Unmarshal ¶
func (m *OpenAccountWithProgress_Reply) Unmarshal(dAtA []byte) error
func (*OpenAccountWithProgress_Reply) XXX_DiscardUnknown ¶
func (m *OpenAccountWithProgress_Reply) XXX_DiscardUnknown()
func (*OpenAccountWithProgress_Reply) XXX_Marshal ¶
func (m *OpenAccountWithProgress_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OpenAccountWithProgress_Reply) XXX_Merge ¶
func (m *OpenAccountWithProgress_Reply) XXX_Merge(src proto.Message)
func (*OpenAccountWithProgress_Reply) XXX_Size ¶
func (m *OpenAccountWithProgress_Reply) XXX_Size() int
func (*OpenAccountWithProgress_Reply) XXX_Unmarshal ¶
func (m *OpenAccountWithProgress_Reply) XXX_Unmarshal(b []byte) error
type OpenAccountWithProgress_Request ¶
type OpenAccountWithProgress_Request struct { Args []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"` AccountID string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` LoggerFilters string `protobuf:"bytes,3,opt,name=logger_filters,json=loggerFilters,proto3" json:"logger_filters,omitempty"` SessionKind string `protobuf:"bytes,4,opt,name=session_kind,json=sessionKind,proto3" json:"session_kind,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OpenAccountWithProgress_Request) Descriptor ¶
func (*OpenAccountWithProgress_Request) Descriptor() ([]byte, []int)
func (*OpenAccountWithProgress_Request) GetAccountID ¶
func (m *OpenAccountWithProgress_Request) GetAccountID() string
func (*OpenAccountWithProgress_Request) GetArgs ¶
func (m *OpenAccountWithProgress_Request) GetArgs() []string
func (*OpenAccountWithProgress_Request) GetLoggerFilters ¶
func (m *OpenAccountWithProgress_Request) GetLoggerFilters() string
func (*OpenAccountWithProgress_Request) GetSessionKind ¶ added in v2.350.0
func (m *OpenAccountWithProgress_Request) GetSessionKind() string
func (*OpenAccountWithProgress_Request) Marshal ¶
func (m *OpenAccountWithProgress_Request) Marshal() (dAtA []byte, err error)
func (*OpenAccountWithProgress_Request) MarshalTo ¶
func (m *OpenAccountWithProgress_Request) MarshalTo(dAtA []byte) (int, error)
func (*OpenAccountWithProgress_Request) MarshalToSizedBuffer ¶
func (m *OpenAccountWithProgress_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OpenAccountWithProgress_Request) ProtoMessage ¶
func (*OpenAccountWithProgress_Request) ProtoMessage()
func (*OpenAccountWithProgress_Request) Reset ¶
func (m *OpenAccountWithProgress_Request) Reset()
func (*OpenAccountWithProgress_Request) Size ¶
func (m *OpenAccountWithProgress_Request) Size() (n int)
func (*OpenAccountWithProgress_Request) String ¶
func (m *OpenAccountWithProgress_Request) String() string
func (*OpenAccountWithProgress_Request) Unmarshal ¶
func (m *OpenAccountWithProgress_Request) Unmarshal(dAtA []byte) error
func (*OpenAccountWithProgress_Request) XXX_DiscardUnknown ¶
func (m *OpenAccountWithProgress_Request) XXX_DiscardUnknown()
func (*OpenAccountWithProgress_Request) XXX_Marshal ¶
func (m *OpenAccountWithProgress_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OpenAccountWithProgress_Request) XXX_Merge ¶
func (m *OpenAccountWithProgress_Request) XXX_Merge(src proto.Message)
func (*OpenAccountWithProgress_Request) XXX_Size ¶
func (m *OpenAccountWithProgress_Request) XXX_Size() int
func (*OpenAccountWithProgress_Request) XXX_Unmarshal ¶
func (m *OpenAccountWithProgress_Request) XXX_Unmarshal(b []byte) error
type OpenAccount_Reply ¶
type OpenAccount_Reply struct { AccountMetadata *AccountMetadata `protobuf:"bytes,1,opt,name=account_metadata,json=accountMetadata,proto3" json:"account_metadata,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OpenAccount_Reply) Descriptor ¶
func (*OpenAccount_Reply) Descriptor() ([]byte, []int)
func (*OpenAccount_Reply) GetAccountMetadata ¶ added in v2.412.0
func (m *OpenAccount_Reply) GetAccountMetadata() *AccountMetadata
func (*OpenAccount_Reply) Marshal ¶
func (m *OpenAccount_Reply) Marshal() (dAtA []byte, err error)
func (*OpenAccount_Reply) MarshalTo ¶
func (m *OpenAccount_Reply) MarshalTo(dAtA []byte) (int, error)
func (*OpenAccount_Reply) MarshalToSizedBuffer ¶
func (m *OpenAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OpenAccount_Reply) ProtoMessage ¶
func (*OpenAccount_Reply) ProtoMessage()
func (*OpenAccount_Reply) Reset ¶
func (m *OpenAccount_Reply) Reset()
func (*OpenAccount_Reply) Size ¶
func (m *OpenAccount_Reply) Size() (n int)
func (*OpenAccount_Reply) String ¶
func (m *OpenAccount_Reply) String() string
func (*OpenAccount_Reply) Unmarshal ¶
func (m *OpenAccount_Reply) Unmarshal(dAtA []byte) error
func (*OpenAccount_Reply) XXX_DiscardUnknown ¶
func (m *OpenAccount_Reply) XXX_DiscardUnknown()
func (*OpenAccount_Reply) XXX_Marshal ¶
func (m *OpenAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OpenAccount_Reply) XXX_Merge ¶
func (m *OpenAccount_Reply) XXX_Merge(src proto.Message)
func (*OpenAccount_Reply) XXX_Size ¶
func (m *OpenAccount_Reply) XXX_Size() int
func (*OpenAccount_Reply) XXX_Unmarshal ¶
func (m *OpenAccount_Reply) XXX_Unmarshal(b []byte) error
type OpenAccount_Request ¶
type OpenAccount_Request struct { Args []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"` AccountID string `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` LoggerFilters string `protobuf:"bytes,3,opt,name=logger_filters,json=loggerFilters,proto3" json:"logger_filters,omitempty"` NetworkConfig *NetworkConfig `protobuf:"bytes,4,opt,name=network_config,json=networkConfig,proto3" json:"network_config,omitempty"` SessionKind string `protobuf:"bytes,5,opt,name=session_kind,json=sessionKind,proto3" json:"session_kind,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OpenAccount_Request) Descriptor ¶
func (*OpenAccount_Request) Descriptor() ([]byte, []int)
func (*OpenAccount_Request) GetAccountID ¶
func (m *OpenAccount_Request) GetAccountID() string
func (*OpenAccount_Request) GetArgs ¶
func (m *OpenAccount_Request) GetArgs() []string
func (*OpenAccount_Request) GetLoggerFilters ¶
func (m *OpenAccount_Request) GetLoggerFilters() string
func (*OpenAccount_Request) GetNetworkConfig ¶
func (m *OpenAccount_Request) GetNetworkConfig() *NetworkConfig
func (*OpenAccount_Request) GetSessionKind ¶ added in v2.350.0
func (m *OpenAccount_Request) GetSessionKind() string
func (*OpenAccount_Request) Marshal ¶
func (m *OpenAccount_Request) Marshal() (dAtA []byte, err error)
func (*OpenAccount_Request) MarshalTo ¶
func (m *OpenAccount_Request) MarshalTo(dAtA []byte) (int, error)
func (*OpenAccount_Request) MarshalToSizedBuffer ¶
func (m *OpenAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OpenAccount_Request) ProtoMessage ¶
func (*OpenAccount_Request) ProtoMessage()
func (*OpenAccount_Request) Reset ¶
func (m *OpenAccount_Request) Reset()
func (*OpenAccount_Request) Size ¶
func (m *OpenAccount_Request) Size() (n int)
func (*OpenAccount_Request) String ¶
func (m *OpenAccount_Request) String() string
func (*OpenAccount_Request) Unmarshal ¶
func (m *OpenAccount_Request) Unmarshal(dAtA []byte) error
func (*OpenAccount_Request) XXX_DiscardUnknown ¶
func (m *OpenAccount_Request) XXX_DiscardUnknown()
func (*OpenAccount_Request) XXX_Marshal ¶
func (m *OpenAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OpenAccount_Request) XXX_Merge ¶
func (m *OpenAccount_Request) XXX_Merge(src proto.Message)
func (*OpenAccount_Request) XXX_Size ¶
func (m *OpenAccount_Request) XXX_Size() int
func (*OpenAccount_Request) XXX_Unmarshal ¶
func (m *OpenAccount_Request) XXX_Unmarshal(b []byte) error
type PushPlatformTokenRegister ¶
type PushPlatformTokenRegister struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PushPlatformTokenRegister) Descriptor ¶
func (*PushPlatformTokenRegister) Descriptor() ([]byte, []int)
func (*PushPlatformTokenRegister) Marshal ¶
func (m *PushPlatformTokenRegister) Marshal() (dAtA []byte, err error)
func (*PushPlatformTokenRegister) MarshalTo ¶
func (m *PushPlatformTokenRegister) MarshalTo(dAtA []byte) (int, error)
func (*PushPlatformTokenRegister) MarshalToSizedBuffer ¶
func (m *PushPlatformTokenRegister) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PushPlatformTokenRegister) ProtoMessage ¶
func (*PushPlatformTokenRegister) ProtoMessage()
func (*PushPlatformTokenRegister) Reset ¶
func (m *PushPlatformTokenRegister) Reset()
func (*PushPlatformTokenRegister) Size ¶
func (m *PushPlatformTokenRegister) Size() (n int)
func (*PushPlatformTokenRegister) String ¶
func (m *PushPlatformTokenRegister) String() string
func (*PushPlatformTokenRegister) Unmarshal ¶
func (m *PushPlatformTokenRegister) Unmarshal(dAtA []byte) error
func (*PushPlatformTokenRegister) XXX_DiscardUnknown ¶
func (m *PushPlatformTokenRegister) XXX_DiscardUnknown()
func (*PushPlatformTokenRegister) XXX_Marshal ¶
func (m *PushPlatformTokenRegister) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PushPlatformTokenRegister) XXX_Merge ¶
func (m *PushPlatformTokenRegister) XXX_Merge(src proto.Message)
func (*PushPlatformTokenRegister) XXX_Size ¶
func (m *PushPlatformTokenRegister) XXX_Size() int
func (*PushPlatformTokenRegister) XXX_Unmarshal ¶
func (m *PushPlatformTokenRegister) XXX_Unmarshal(b []byte) error
type PushPlatformTokenRegister_Reply ¶
type PushPlatformTokenRegister_Reply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PushPlatformTokenRegister_Reply) Descriptor ¶
func (*PushPlatformTokenRegister_Reply) Descriptor() ([]byte, []int)
func (*PushPlatformTokenRegister_Reply) Marshal ¶
func (m *PushPlatformTokenRegister_Reply) Marshal() (dAtA []byte, err error)
func (*PushPlatformTokenRegister_Reply) MarshalTo ¶
func (m *PushPlatformTokenRegister_Reply) MarshalTo(dAtA []byte) (int, error)
func (*PushPlatformTokenRegister_Reply) MarshalToSizedBuffer ¶
func (m *PushPlatformTokenRegister_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PushPlatformTokenRegister_Reply) ProtoMessage ¶
func (*PushPlatformTokenRegister_Reply) ProtoMessage()
func (*PushPlatformTokenRegister_Reply) Reset ¶
func (m *PushPlatformTokenRegister_Reply) Reset()
func (*PushPlatformTokenRegister_Reply) Size ¶
func (m *PushPlatformTokenRegister_Reply) Size() (n int)
func (*PushPlatformTokenRegister_Reply) String ¶
func (m *PushPlatformTokenRegister_Reply) String() string
func (*PushPlatformTokenRegister_Reply) Unmarshal ¶
func (m *PushPlatformTokenRegister_Reply) Unmarshal(dAtA []byte) error
func (*PushPlatformTokenRegister_Reply) XXX_DiscardUnknown ¶
func (m *PushPlatformTokenRegister_Reply) XXX_DiscardUnknown()
func (*PushPlatformTokenRegister_Reply) XXX_Marshal ¶
func (m *PushPlatformTokenRegister_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PushPlatformTokenRegister_Reply) XXX_Merge ¶
func (m *PushPlatformTokenRegister_Reply) XXX_Merge(src proto.Message)
func (*PushPlatformTokenRegister_Reply) XXX_Size ¶
func (m *PushPlatformTokenRegister_Reply) XXX_Size() int
func (*PushPlatformTokenRegister_Reply) XXX_Unmarshal ¶
func (m *PushPlatformTokenRegister_Reply) XXX_Unmarshal(b []byte) error
type PushPlatformTokenRegister_Request ¶
type PushPlatformTokenRegister_Request struct { Receiver *protocoltypes.PushServiceReceiver `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PushPlatformTokenRegister_Request) Descriptor ¶
func (*PushPlatformTokenRegister_Request) Descriptor() ([]byte, []int)
func (*PushPlatformTokenRegister_Request) GetReceiver ¶
func (m *PushPlatformTokenRegister_Request) GetReceiver() *protocoltypes.PushServiceReceiver
func (*PushPlatformTokenRegister_Request) Marshal ¶
func (m *PushPlatformTokenRegister_Request) Marshal() (dAtA []byte, err error)
func (*PushPlatformTokenRegister_Request) MarshalTo ¶
func (m *PushPlatformTokenRegister_Request) MarshalTo(dAtA []byte) (int, error)
func (*PushPlatformTokenRegister_Request) MarshalToSizedBuffer ¶
func (m *PushPlatformTokenRegister_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PushPlatformTokenRegister_Request) ProtoMessage ¶
func (*PushPlatformTokenRegister_Request) ProtoMessage()
func (*PushPlatformTokenRegister_Request) Reset ¶
func (m *PushPlatformTokenRegister_Request) Reset()
func (*PushPlatformTokenRegister_Request) Size ¶
func (m *PushPlatformTokenRegister_Request) Size() (n int)
func (*PushPlatformTokenRegister_Request) String ¶
func (m *PushPlatformTokenRegister_Request) String() string
func (*PushPlatformTokenRegister_Request) Unmarshal ¶
func (m *PushPlatformTokenRegister_Request) Unmarshal(dAtA []byte) error
func (*PushPlatformTokenRegister_Request) XXX_DiscardUnknown ¶
func (m *PushPlatformTokenRegister_Request) XXX_DiscardUnknown()
func (*PushPlatformTokenRegister_Request) XXX_Marshal ¶
func (m *PushPlatformTokenRegister_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PushPlatformTokenRegister_Request) XXX_Merge ¶
func (m *PushPlatformTokenRegister_Request) XXX_Merge(src proto.Message)
func (*PushPlatformTokenRegister_Request) XXX_Size ¶
func (m *PushPlatformTokenRegister_Request) XXX_Size() int
func (*PushPlatformTokenRegister_Request) XXX_Unmarshal ¶
func (m *PushPlatformTokenRegister_Request) XXX_Unmarshal(b []byte) error
type PushReceive ¶
type PushReceive struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PushReceive) Descriptor ¶
func (*PushReceive) Descriptor() ([]byte, []int)
func (*PushReceive) Marshal ¶
func (m *PushReceive) Marshal() (dAtA []byte, err error)
func (*PushReceive) MarshalToSizedBuffer ¶
func (m *PushReceive) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PushReceive) ProtoMessage ¶
func (*PushReceive) ProtoMessage()
func (*PushReceive) Reset ¶
func (m *PushReceive) Reset()
func (*PushReceive) Size ¶
func (m *PushReceive) Size() (n int)
func (*PushReceive) String ¶
func (m *PushReceive) String() string
func (*PushReceive) Unmarshal ¶
func (m *PushReceive) Unmarshal(dAtA []byte) error
func (*PushReceive) XXX_DiscardUnknown ¶
func (m *PushReceive) XXX_DiscardUnknown()
func (*PushReceive) XXX_Marshal ¶
func (m *PushReceive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PushReceive) XXX_Merge ¶
func (m *PushReceive) XXX_Merge(src proto.Message)
func (*PushReceive) XXX_Size ¶
func (m *PushReceive) XXX_Size() int
func (*PushReceive) XXX_Unmarshal ¶
func (m *PushReceive) XXX_Unmarshal(b []byte) error
type PushReceive_Reply ¶
type PushReceive_Reply struct { PushData *pushtypes.DecryptedPush `protobuf:"bytes,1,opt,name=push_data,json=pushData,proto3" json:"push_data,omitempty"` Push *pushtypes.FormatedPush `protobuf:"bytes,2,opt,name=push,proto3" json:"push,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PushReceive_Reply) Descriptor ¶
func (*PushReceive_Reply) Descriptor() ([]byte, []int)
func (*PushReceive_Reply) GetPush ¶ added in v2.327.0
func (m *PushReceive_Reply) GetPush() *pushtypes.FormatedPush
func (*PushReceive_Reply) GetPushData ¶
func (m *PushReceive_Reply) GetPushData() *pushtypes.DecryptedPush
func (*PushReceive_Reply) Marshal ¶
func (m *PushReceive_Reply) Marshal() (dAtA []byte, err error)
func (*PushReceive_Reply) MarshalTo ¶
func (m *PushReceive_Reply) MarshalTo(dAtA []byte) (int, error)
func (*PushReceive_Reply) MarshalToSizedBuffer ¶
func (m *PushReceive_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PushReceive_Reply) ProtoMessage ¶
func (*PushReceive_Reply) ProtoMessage()
func (*PushReceive_Reply) Reset ¶
func (m *PushReceive_Reply) Reset()
func (*PushReceive_Reply) Size ¶
func (m *PushReceive_Reply) Size() (n int)
func (*PushReceive_Reply) String ¶
func (m *PushReceive_Reply) String() string
func (*PushReceive_Reply) Unmarshal ¶
func (m *PushReceive_Reply) Unmarshal(dAtA []byte) error
func (*PushReceive_Reply) XXX_DiscardUnknown ¶
func (m *PushReceive_Reply) XXX_DiscardUnknown()
func (*PushReceive_Reply) XXX_Marshal ¶
func (m *PushReceive_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PushReceive_Reply) XXX_Merge ¶
func (m *PushReceive_Reply) XXX_Merge(src proto.Message)
func (*PushReceive_Reply) XXX_Size ¶
func (m *PushReceive_Reply) XXX_Size() int
func (*PushReceive_Reply) XXX_Unmarshal ¶
func (m *PushReceive_Reply) XXX_Unmarshal(b []byte) error
type PushReceive_Request ¶
type PushReceive_Request struct { Payload string `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` TokenType pushtypes.PushServiceTokenType `` /* 129-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PushReceive_Request) Descriptor ¶
func (*PushReceive_Request) Descriptor() ([]byte, []int)
func (*PushReceive_Request) GetPayload ¶
func (m *PushReceive_Request) GetPayload() string
func (*PushReceive_Request) GetTokenType ¶
func (m *PushReceive_Request) GetTokenType() pushtypes.PushServiceTokenType
func (*PushReceive_Request) Marshal ¶
func (m *PushReceive_Request) Marshal() (dAtA []byte, err error)
func (*PushReceive_Request) MarshalTo ¶
func (m *PushReceive_Request) MarshalTo(dAtA []byte) (int, error)
func (*PushReceive_Request) MarshalToSizedBuffer ¶
func (m *PushReceive_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PushReceive_Request) ProtoMessage ¶
func (*PushReceive_Request) ProtoMessage()
func (*PushReceive_Request) Reset ¶
func (m *PushReceive_Request) Reset()
func (*PushReceive_Request) Size ¶
func (m *PushReceive_Request) Size() (n int)
func (*PushReceive_Request) String ¶
func (m *PushReceive_Request) String() string
func (*PushReceive_Request) Unmarshal ¶
func (m *PushReceive_Request) Unmarshal(dAtA []byte) error
func (*PushReceive_Request) XXX_DiscardUnknown ¶
func (m *PushReceive_Request) XXX_DiscardUnknown()
func (*PushReceive_Request) XXX_Marshal ¶
func (m *PushReceive_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PushReceive_Request) XXX_Merge ¶
func (m *PushReceive_Request) XXX_Merge(src proto.Message)
func (*PushReceive_Request) XXX_Size ¶
func (m *PushReceive_Request) XXX_Size() int
func (*PushReceive_Request) XXX_Unmarshal ¶
func (m *PushReceive_Request) XXX_Unmarshal(b []byte) error
type StreamLogfile ¶ added in v2.420.0
type StreamLogfile struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StreamLogfile) Descriptor ¶ added in v2.420.0
func (*StreamLogfile) Descriptor() ([]byte, []int)
func (*StreamLogfile) Marshal ¶ added in v2.420.0
func (m *StreamLogfile) Marshal() (dAtA []byte, err error)
func (*StreamLogfile) MarshalTo ¶ added in v2.420.0
func (m *StreamLogfile) MarshalTo(dAtA []byte) (int, error)
func (*StreamLogfile) MarshalToSizedBuffer ¶ added in v2.420.0
func (m *StreamLogfile) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StreamLogfile) ProtoMessage ¶ added in v2.420.0
func (*StreamLogfile) ProtoMessage()
func (*StreamLogfile) Reset ¶ added in v2.420.0
func (m *StreamLogfile) Reset()
func (*StreamLogfile) Size ¶ added in v2.420.0
func (m *StreamLogfile) Size() (n int)
func (*StreamLogfile) String ¶ added in v2.420.0
func (m *StreamLogfile) String() string
func (*StreamLogfile) Unmarshal ¶ added in v2.420.0
func (m *StreamLogfile) Unmarshal(dAtA []byte) error
func (*StreamLogfile) XXX_DiscardUnknown ¶ added in v2.420.0
func (m *StreamLogfile) XXX_DiscardUnknown()
func (*StreamLogfile) XXX_Marshal ¶ added in v2.420.0
func (m *StreamLogfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StreamLogfile) XXX_Merge ¶ added in v2.420.0
func (m *StreamLogfile) XXX_Merge(src proto.Message)
func (*StreamLogfile) XXX_Size ¶ added in v2.420.0
func (m *StreamLogfile) XXX_Size() int
func (*StreamLogfile) XXX_Unmarshal ¶ added in v2.420.0
func (m *StreamLogfile) XXX_Unmarshal(b []byte) error
type StreamLogfile_Reply ¶ added in v2.420.0
type StreamLogfile_Reply struct { Line string `protobuf:"bytes,1,opt,name=line,proto3" json:"line,omitempty"` FileName string `protobuf:"bytes,2,opt,name=fileName,proto3" json:"fileName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StreamLogfile_Reply) Descriptor ¶ added in v2.420.0
func (*StreamLogfile_Reply) Descriptor() ([]byte, []int)
func (*StreamLogfile_Reply) GetFileName ¶ added in v2.420.0
func (m *StreamLogfile_Reply) GetFileName() string
func (*StreamLogfile_Reply) GetLine ¶ added in v2.420.0
func (m *StreamLogfile_Reply) GetLine() string
func (*StreamLogfile_Reply) Marshal ¶ added in v2.420.0
func (m *StreamLogfile_Reply) Marshal() (dAtA []byte, err error)
func (*StreamLogfile_Reply) MarshalTo ¶ added in v2.420.0
func (m *StreamLogfile_Reply) MarshalTo(dAtA []byte) (int, error)
func (*StreamLogfile_Reply) MarshalToSizedBuffer ¶ added in v2.420.0
func (m *StreamLogfile_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StreamLogfile_Reply) ProtoMessage ¶ added in v2.420.0
func (*StreamLogfile_Reply) ProtoMessage()
func (*StreamLogfile_Reply) Reset ¶ added in v2.420.0
func (m *StreamLogfile_Reply) Reset()
func (*StreamLogfile_Reply) Size ¶ added in v2.420.0
func (m *StreamLogfile_Reply) Size() (n int)
func (*StreamLogfile_Reply) String ¶ added in v2.420.0
func (m *StreamLogfile_Reply) String() string
func (*StreamLogfile_Reply) Unmarshal ¶ added in v2.420.0
func (m *StreamLogfile_Reply) Unmarshal(dAtA []byte) error
func (*StreamLogfile_Reply) XXX_DiscardUnknown ¶ added in v2.420.0
func (m *StreamLogfile_Reply) XXX_DiscardUnknown()
func (*StreamLogfile_Reply) XXX_Marshal ¶ added in v2.420.0
func (m *StreamLogfile_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StreamLogfile_Reply) XXX_Merge ¶ added in v2.420.0
func (m *StreamLogfile_Reply) XXX_Merge(src proto.Message)
func (*StreamLogfile_Reply) XXX_Size ¶ added in v2.420.0
func (m *StreamLogfile_Reply) XXX_Size() int
func (*StreamLogfile_Reply) XXX_Unmarshal ¶ added in v2.420.0
func (m *StreamLogfile_Reply) XXX_Unmarshal(b []byte) error
type StreamLogfile_Request ¶ added in v2.420.0
type StreamLogfile_Request struct { AccountID string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StreamLogfile_Request) Descriptor ¶ added in v2.420.0
func (*StreamLogfile_Request) Descriptor() ([]byte, []int)
func (*StreamLogfile_Request) GetAccountID ¶ added in v2.420.0
func (m *StreamLogfile_Request) GetAccountID() string
func (*StreamLogfile_Request) Marshal ¶ added in v2.420.0
func (m *StreamLogfile_Request) Marshal() (dAtA []byte, err error)
func (*StreamLogfile_Request) MarshalTo ¶ added in v2.420.0
func (m *StreamLogfile_Request) MarshalTo(dAtA []byte) (int, error)
func (*StreamLogfile_Request) MarshalToSizedBuffer ¶ added in v2.420.0
func (m *StreamLogfile_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StreamLogfile_Request) ProtoMessage ¶ added in v2.420.0
func (*StreamLogfile_Request) ProtoMessage()
func (*StreamLogfile_Request) Reset ¶ added in v2.420.0
func (m *StreamLogfile_Request) Reset()
func (*StreamLogfile_Request) Size ¶ added in v2.420.0
func (m *StreamLogfile_Request) Size() (n int)
func (*StreamLogfile_Request) String ¶ added in v2.420.0
func (m *StreamLogfile_Request) String() string
func (*StreamLogfile_Request) Unmarshal ¶ added in v2.420.0
func (m *StreamLogfile_Request) Unmarshal(dAtA []byte) error
func (*StreamLogfile_Request) XXX_DiscardUnknown ¶ added in v2.420.0
func (m *StreamLogfile_Request) XXX_DiscardUnknown()
func (*StreamLogfile_Request) XXX_Marshal ¶ added in v2.420.0
func (m *StreamLogfile_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StreamLogfile_Request) XXX_Merge ¶ added in v2.420.0
func (m *StreamLogfile_Request) XXX_Merge(src proto.Message)
func (*StreamLogfile_Request) XXX_Size ¶ added in v2.420.0
func (m *StreamLogfile_Request) XXX_Size() int
func (*StreamLogfile_Request) XXX_Unmarshal ¶ added in v2.420.0
func (m *StreamLogfile_Request) XXX_Unmarshal(b []byte) error
type UnimplementedAccountServiceServer ¶
type UnimplementedAccountServiceServer struct { }
UnimplementedAccountServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedAccountServiceServer) AppStorageGet ¶ added in v2.315.0
func (*UnimplementedAccountServiceServer) AppStorageGet(ctx context.Context, req *AppStorageGet_Request) (*AppStorageGet_Reply, error)
func (*UnimplementedAccountServiceServer) AppStoragePut ¶ added in v2.315.0
func (*UnimplementedAccountServiceServer) AppStoragePut(ctx context.Context, req *AppStoragePut_Request) (*AppStoragePut_Reply, error)
func (*UnimplementedAccountServiceServer) AppStorageRemove ¶ added in v2.315.0
func (*UnimplementedAccountServiceServer) AppStorageRemove(ctx context.Context, req *AppStorageRemove_Request) (*AppStorageRemove_Reply, error)
func (*UnimplementedAccountServiceServer) CloseAccount ¶
func (*UnimplementedAccountServiceServer) CloseAccount(ctx context.Context, req *CloseAccount_Request) (*CloseAccount_Reply, error)
func (*UnimplementedAccountServiceServer) CloseAccountWithProgress ¶
func (*UnimplementedAccountServiceServer) CloseAccountWithProgress(req *CloseAccountWithProgress_Request, srv AccountService_CloseAccountWithProgressServer) error
func (*UnimplementedAccountServiceServer) CreateAccount ¶
func (*UnimplementedAccountServiceServer) CreateAccount(ctx context.Context, req *CreateAccount_Request) (*CreateAccount_Reply, error)
func (*UnimplementedAccountServiceServer) DeleteAccount ¶
func (*UnimplementedAccountServiceServer) DeleteAccount(ctx context.Context, req *DeleteAccount_Request) (*DeleteAccount_Reply, error)
func (*UnimplementedAccountServiceServer) GetGRPCListenerAddrs ¶
func (*UnimplementedAccountServiceServer) GetGRPCListenerAddrs(ctx context.Context, req *GetGRPCListenerAddrs_Request) (*GetGRPCListenerAddrs_Reply, error)
func (*UnimplementedAccountServiceServer) GetOpenedAccount ¶ added in v2.350.0
func (*UnimplementedAccountServiceServer) GetOpenedAccount(ctx context.Context, req *GetOpenedAccount_Request) (*GetOpenedAccount_Reply, error)
func (*UnimplementedAccountServiceServer) GetUsername ¶
func (*UnimplementedAccountServiceServer) GetUsername(ctx context.Context, req *GetUsername_Request) (*GetUsername_Reply, error)
func (*UnimplementedAccountServiceServer) ImportAccount ¶
func (*UnimplementedAccountServiceServer) ImportAccount(ctx context.Context, req *ImportAccount_Request) (*ImportAccount_Reply, error)
func (*UnimplementedAccountServiceServer) ImportAccountWithProgress ¶
func (*UnimplementedAccountServiceServer) ImportAccountWithProgress(req *ImportAccountWithProgress_Request, srv AccountService_ImportAccountWithProgressServer) error
func (*UnimplementedAccountServiceServer) ListAccounts ¶
func (*UnimplementedAccountServiceServer) ListAccounts(ctx context.Context, req *ListAccounts_Request) (*ListAccounts_Reply, error)
func (*UnimplementedAccountServiceServer) LogfileList ¶
func (*UnimplementedAccountServiceServer) LogfileList(ctx context.Context, req *LogfileList_Request) (*LogfileList_Reply, error)
func (*UnimplementedAccountServiceServer) NetworkConfigGet ¶
func (*UnimplementedAccountServiceServer) NetworkConfigGet(ctx context.Context, req *NetworkConfigGet_Request) (*NetworkConfigGet_Reply, error)
func (*UnimplementedAccountServiceServer) NetworkConfigGetPreset ¶
func (*UnimplementedAccountServiceServer) NetworkConfigGetPreset(ctx context.Context, req *NetworkConfigGetPreset_Request) (*NetworkConfigGetPreset_Reply, error)
func (*UnimplementedAccountServiceServer) NetworkConfigSet ¶
func (*UnimplementedAccountServiceServer) NetworkConfigSet(ctx context.Context, req *NetworkConfigSet_Request) (*NetworkConfigSet_Reply, error)
func (*UnimplementedAccountServiceServer) OpenAccount ¶
func (*UnimplementedAccountServiceServer) OpenAccount(ctx context.Context, req *OpenAccount_Request) (*OpenAccount_Reply, error)
func (*UnimplementedAccountServiceServer) OpenAccountWithProgress ¶
func (*UnimplementedAccountServiceServer) OpenAccountWithProgress(req *OpenAccountWithProgress_Request, srv AccountService_OpenAccountWithProgressServer) error
func (*UnimplementedAccountServiceServer) PushPlatformTokenRegister ¶
func (*UnimplementedAccountServiceServer) PushPlatformTokenRegister(ctx context.Context, req *PushPlatformTokenRegister_Request) (*PushPlatformTokenRegister_Reply, error)
func (*UnimplementedAccountServiceServer) PushReceive ¶
func (*UnimplementedAccountServiceServer) PushReceive(ctx context.Context, req *PushReceive_Request) (*PushReceive_Reply, error)
func (*UnimplementedAccountServiceServer) StreamLogfile ¶ added in v2.420.0
func (*UnimplementedAccountServiceServer) StreamLogfile(req *StreamLogfile_Request, srv AccountService_StreamLogfileServer) error
func (*UnimplementedAccountServiceServer) UpdateAccount ¶
func (*UnimplementedAccountServiceServer) UpdateAccount(ctx context.Context, req *UpdateAccount_Request) (*UpdateAccount_Reply, error)
type UpdateAccount ¶
type UpdateAccount struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateAccount) Descriptor ¶
func (*UpdateAccount) Descriptor() ([]byte, []int)
func (*UpdateAccount) Marshal ¶
func (m *UpdateAccount) Marshal() (dAtA []byte, err error)
func (*UpdateAccount) MarshalToSizedBuffer ¶
func (m *UpdateAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateAccount) ProtoMessage ¶
func (*UpdateAccount) ProtoMessage()
func (*UpdateAccount) Reset ¶
func (m *UpdateAccount) Reset()
func (*UpdateAccount) Size ¶
func (m *UpdateAccount) Size() (n int)
func (*UpdateAccount) String ¶
func (m *UpdateAccount) String() string
func (*UpdateAccount) Unmarshal ¶
func (m *UpdateAccount) Unmarshal(dAtA []byte) error
func (*UpdateAccount) XXX_DiscardUnknown ¶
func (m *UpdateAccount) XXX_DiscardUnknown()
func (*UpdateAccount) XXX_Marshal ¶
func (m *UpdateAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateAccount) XXX_Merge ¶
func (m *UpdateAccount) XXX_Merge(src proto.Message)
func (*UpdateAccount) XXX_Size ¶
func (m *UpdateAccount) XXX_Size() int
func (*UpdateAccount) XXX_Unmarshal ¶
func (m *UpdateAccount) XXX_Unmarshal(b []byte) error
type UpdateAccount_Reply ¶
type UpdateAccount_Reply struct { AccountMetadata *AccountMetadata `protobuf:"bytes,1,opt,name=account_metadata,json=accountMetadata,proto3" json:"account_metadata,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateAccount_Reply) Descriptor ¶
func (*UpdateAccount_Reply) Descriptor() ([]byte, []int)
func (*UpdateAccount_Reply) GetAccountMetadata ¶
func (m *UpdateAccount_Reply) GetAccountMetadata() *AccountMetadata
func (*UpdateAccount_Reply) Marshal ¶
func (m *UpdateAccount_Reply) Marshal() (dAtA []byte, err error)
func (*UpdateAccount_Reply) MarshalTo ¶
func (m *UpdateAccount_Reply) MarshalTo(dAtA []byte) (int, error)
func (*UpdateAccount_Reply) MarshalToSizedBuffer ¶
func (m *UpdateAccount_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateAccount_Reply) ProtoMessage ¶
func (*UpdateAccount_Reply) ProtoMessage()
func (*UpdateAccount_Reply) Reset ¶
func (m *UpdateAccount_Reply) Reset()
func (*UpdateAccount_Reply) Size ¶
func (m *UpdateAccount_Reply) Size() (n int)
func (*UpdateAccount_Reply) String ¶
func (m *UpdateAccount_Reply) String() string
func (*UpdateAccount_Reply) Unmarshal ¶
func (m *UpdateAccount_Reply) Unmarshal(dAtA []byte) error
func (*UpdateAccount_Reply) XXX_DiscardUnknown ¶
func (m *UpdateAccount_Reply) XXX_DiscardUnknown()
func (*UpdateAccount_Reply) XXX_Marshal ¶
func (m *UpdateAccount_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateAccount_Reply) XXX_Merge ¶
func (m *UpdateAccount_Reply) XXX_Merge(src proto.Message)
func (*UpdateAccount_Reply) XXX_Size ¶
func (m *UpdateAccount_Reply) XXX_Size() int
func (*UpdateAccount_Reply) XXX_Unmarshal ¶
func (m *UpdateAccount_Reply) XXX_Unmarshal(b []byte) error
type UpdateAccount_Request ¶
type UpdateAccount_Request struct { AccountID string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` AccountName string `protobuf:"bytes,2,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"` AvatarCID string `protobuf:"bytes,3,opt,name=avatar_cid,json=avatarCid,proto3" json:"avatar_cid,omitempty"` PublicKey string `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateAccount_Request) Descriptor ¶
func (*UpdateAccount_Request) Descriptor() ([]byte, []int)
func (*UpdateAccount_Request) GetAccountID ¶
func (m *UpdateAccount_Request) GetAccountID() string
func (*UpdateAccount_Request) GetAccountName ¶
func (m *UpdateAccount_Request) GetAccountName() string
func (*UpdateAccount_Request) GetAvatarCID ¶
func (m *UpdateAccount_Request) GetAvatarCID() string
func (*UpdateAccount_Request) GetPublicKey ¶
func (m *UpdateAccount_Request) GetPublicKey() string
func (*UpdateAccount_Request) Marshal ¶
func (m *UpdateAccount_Request) Marshal() (dAtA []byte, err error)
func (*UpdateAccount_Request) MarshalTo ¶
func (m *UpdateAccount_Request) MarshalTo(dAtA []byte) (int, error)
func (*UpdateAccount_Request) MarshalToSizedBuffer ¶
func (m *UpdateAccount_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UpdateAccount_Request) ProtoMessage ¶
func (*UpdateAccount_Request) ProtoMessage()
func (*UpdateAccount_Request) Reset ¶
func (m *UpdateAccount_Request) Reset()
func (*UpdateAccount_Request) Size ¶
func (m *UpdateAccount_Request) Size() (n int)
func (*UpdateAccount_Request) String ¶
func (m *UpdateAccount_Request) String() string
func (*UpdateAccount_Request) Unmarshal ¶
func (m *UpdateAccount_Request) Unmarshal(dAtA []byte) error
func (*UpdateAccount_Request) XXX_DiscardUnknown ¶
func (m *UpdateAccount_Request) XXX_DiscardUnknown()
func (*UpdateAccount_Request) XXX_Marshal ¶
func (m *UpdateAccount_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateAccount_Request) XXX_Merge ¶
func (m *UpdateAccount_Request) XXX_Merge(src proto.Message)
func (*UpdateAccount_Request) XXX_Size ¶
func (m *UpdateAccount_Request) XXX_Size() int
func (*UpdateAccount_Request) XXX_Unmarshal ¶
func (m *UpdateAccount_Request) XXX_Unmarshal(b []byte) error