Documentation
¶
Overview ¶
Package mylostidv1 is a generated GoMock package.
Index ¶
- Variables
- func RegisterLostMyIdServiceServer(s grpc.ServiceRegistrar, srv LostMyIdServiceServer)
- type CollectibleRequest
- func (*CollectibleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CollectibleRequest) GetFileId() []string
- func (x *CollectibleRequest) GetProperties() map[string]string
- func (*CollectibleRequest) ProtoMessage()
- func (x *CollectibleRequest) ProtoReflect() protoreflect.Message
- func (x *CollectibleRequest) Reset()
- func (x *CollectibleRequest) String() string
- func (m *CollectibleRequest) Validate() error
- type CollectibleRequestValidationError
- func (e CollectibleRequestValidationError) Cause() error
- func (e CollectibleRequestValidationError) Error() string
- func (e CollectibleRequestValidationError) ErrorName() string
- func (e CollectibleRequestValidationError) Field() string
- func (e CollectibleRequestValidationError) Key() bool
- func (e CollectibleRequestValidationError) Reason() string
- type CollectibleResponse
- func (*CollectibleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CollectibleResponse) GetFileId() []string
- func (x *CollectibleResponse) GetId() string
- func (x *CollectibleResponse) GetProperties() map[string]string
- func (x *CollectibleResponse) GetState() string
- func (*CollectibleResponse) ProtoMessage()
- func (x *CollectibleResponse) ProtoReflect() protoreflect.Message
- func (x *CollectibleResponse) Reset()
- func (x *CollectibleResponse) String() string
- func (m *CollectibleResponse) Validate() error
- type CollectibleResponseValidationError
- func (e CollectibleResponseValidationError) Cause() error
- func (e CollectibleResponseValidationError) Error() string
- func (e CollectibleResponseValidationError) ErrorName() string
- func (e CollectibleResponseValidationError) Field() string
- func (e CollectibleResponseValidationError) Key() bool
- func (e CollectibleResponseValidationError) Reason() string
- type ITEMType
- type LostMyIdServiceClient
- type LostMyIdServiceServer
- type LostMyIdService_CollectibleListClient
- type LostMyIdService_CollectibleListServer
- type LostMyIdService_SearchListClient
- type LostMyIdService_SearchListServer
- type LostMyIdService_TransactionListClient
- type LostMyIdService_TransactionListServer
- type MockLostMyIdServiceClient
- func (m *MockLostMyIdServiceClient) Collectible(ctx context.Context, in *CollectibleRequest, opts ...grpc.CallOption) (*CollectibleResponse, error)
- func (m *MockLostMyIdServiceClient) CollectibleList(ctx context.Context, in *RangeSpanRequest, opts ...grpc.CallOption) (LostMyIdService_CollectibleListClient, error)
- func (m *MockLostMyIdServiceClient) EXPECT() *MockLostMyIdServiceClientMockRecorder
- func (m *MockLostMyIdServiceClient) Progress(ctx context.Context, in *ProgressRequest, opts ...grpc.CallOption) (*ProgressResponse, error)
- func (m *MockLostMyIdServiceClient) Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchResponse, error)
- func (m *MockLostMyIdServiceClient) SearchList(ctx context.Context, in *RangeSpanRequest, opts ...grpc.CallOption) (LostMyIdService_SearchListClient, error)
- func (m *MockLostMyIdServiceClient) TransactionList(ctx context.Context, in *RangeSpanRequest, opts ...grpc.CallOption) (LostMyIdService_TransactionListClient, error)
- type MockLostMyIdServiceClientMockRecorder
- func (mr *MockLostMyIdServiceClientMockRecorder) Collectible(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockLostMyIdServiceClientMockRecorder) CollectibleList(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockLostMyIdServiceClientMockRecorder) Progress(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockLostMyIdServiceClientMockRecorder) Search(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockLostMyIdServiceClientMockRecorder) SearchList(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockLostMyIdServiceClientMockRecorder) TransactionList(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockLostMyIdServiceServer
- func (m *MockLostMyIdServiceServer) Collectible(arg0 context.Context, arg1 *CollectibleRequest) (*CollectibleResponse, error)
- func (m *MockLostMyIdServiceServer) CollectibleList(arg0 *RangeSpanRequest, arg1 LostMyIdService_CollectibleListServer) error
- func (m *MockLostMyIdServiceServer) EXPECT() *MockLostMyIdServiceServerMockRecorder
- func (m *MockLostMyIdServiceServer) Progress(arg0 context.Context, arg1 *ProgressRequest) (*ProgressResponse, error)
- func (m *MockLostMyIdServiceServer) Search(arg0 context.Context, arg1 *SearchRequest) (*SearchResponse, error)
- func (m *MockLostMyIdServiceServer) SearchList(arg0 *RangeSpanRequest, arg1 LostMyIdService_SearchListServer) error
- func (m *MockLostMyIdServiceServer) TransactionList(arg0 *RangeSpanRequest, arg1 LostMyIdService_TransactionListServer) error
- type MockLostMyIdServiceServerMockRecorder
- func (mr *MockLostMyIdServiceServerMockRecorder) Collectible(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockLostMyIdServiceServerMockRecorder) CollectibleList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockLostMyIdServiceServerMockRecorder) Progress(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockLostMyIdServiceServerMockRecorder) Search(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockLostMyIdServiceServerMockRecorder) SearchList(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockLostMyIdServiceServerMockRecorder) TransactionList(arg0, arg1 interface{}) *gomock.Call
- type MockLostMyIdService_CollectibleListClient
- func (m *MockLostMyIdService_CollectibleListClient) CloseSend() error
- func (m *MockLostMyIdService_CollectibleListClient) Context() context.Context
- func (m *MockLostMyIdService_CollectibleListClient) EXPECT() *MockLostMyIdService_CollectibleListClientMockRecorder
- func (m *MockLostMyIdService_CollectibleListClient) Header() (metadata.MD, error)
- func (m *MockLostMyIdService_CollectibleListClient) Recv() (*CollectibleResponse, error)
- func (m_2 *MockLostMyIdService_CollectibleListClient) RecvMsg(m interface{}) error
- func (m_2 *MockLostMyIdService_CollectibleListClient) SendMsg(m interface{}) error
- func (m *MockLostMyIdService_CollectibleListClient) Trailer() metadata.MD
- type MockLostMyIdService_CollectibleListClientMockRecorder
- func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) Context() *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) Header() *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) Recv() *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) Trailer() *gomock.Call
- type MockLostMyIdService_CollectibleListServer
- func (m *MockLostMyIdService_CollectibleListServer) Context() context.Context
- func (m *MockLostMyIdService_CollectibleListServer) EXPECT() *MockLostMyIdService_CollectibleListServerMockRecorder
- func (m_2 *MockLostMyIdService_CollectibleListServer) RecvMsg(m interface{}) error
- func (m *MockLostMyIdService_CollectibleListServer) Send(arg0 *CollectibleResponse) error
- func (m *MockLostMyIdService_CollectibleListServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockLostMyIdService_CollectibleListServer) SendMsg(m interface{}) error
- func (m *MockLostMyIdService_CollectibleListServer) SetHeader(arg0 metadata.MD) error
- func (m *MockLostMyIdService_CollectibleListServer) SetTrailer(arg0 metadata.MD)
- type MockLostMyIdService_CollectibleListServerMockRecorder
- func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) Context() *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockLostMyIdService_SearchListClient
- func (m *MockLostMyIdService_SearchListClient) CloseSend() error
- func (m *MockLostMyIdService_SearchListClient) Context() context.Context
- func (m *MockLostMyIdService_SearchListClient) EXPECT() *MockLostMyIdService_SearchListClientMockRecorder
- func (m *MockLostMyIdService_SearchListClient) Header() (metadata.MD, error)
- func (m *MockLostMyIdService_SearchListClient) Recv() (*SearchResponse, error)
- func (m_2 *MockLostMyIdService_SearchListClient) RecvMsg(m interface{}) error
- func (m_2 *MockLostMyIdService_SearchListClient) SendMsg(m interface{}) error
- func (m *MockLostMyIdService_SearchListClient) Trailer() metadata.MD
- type MockLostMyIdService_SearchListClientMockRecorder
- func (mr *MockLostMyIdService_SearchListClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockLostMyIdService_SearchListClientMockRecorder) Context() *gomock.Call
- func (mr *MockLostMyIdService_SearchListClientMockRecorder) Header() *gomock.Call
- func (mr *MockLostMyIdService_SearchListClientMockRecorder) Recv() *gomock.Call
- func (mr *MockLostMyIdService_SearchListClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_SearchListClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_SearchListClientMockRecorder) Trailer() *gomock.Call
- type MockLostMyIdService_SearchListServer
- func (m *MockLostMyIdService_SearchListServer) Context() context.Context
- func (m *MockLostMyIdService_SearchListServer) EXPECT() *MockLostMyIdService_SearchListServerMockRecorder
- func (m_2 *MockLostMyIdService_SearchListServer) RecvMsg(m interface{}) error
- func (m *MockLostMyIdService_SearchListServer) Send(arg0 *SearchResponse) error
- func (m *MockLostMyIdService_SearchListServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockLostMyIdService_SearchListServer) SendMsg(m interface{}) error
- func (m *MockLostMyIdService_SearchListServer) SetHeader(arg0 metadata.MD) error
- func (m *MockLostMyIdService_SearchListServer) SetTrailer(arg0 metadata.MD)
- type MockLostMyIdService_SearchListServerMockRecorder
- func (mr *MockLostMyIdService_SearchListServerMockRecorder) Context() *gomock.Call
- func (mr *MockLostMyIdService_SearchListServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_SearchListServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockLostMyIdService_SearchListServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockLostMyIdService_SearchListServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_SearchListServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockLostMyIdService_SearchListServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockLostMyIdService_TransactionListClient
- func (m *MockLostMyIdService_TransactionListClient) CloseSend() error
- func (m *MockLostMyIdService_TransactionListClient) Context() context.Context
- func (m *MockLostMyIdService_TransactionListClient) EXPECT() *MockLostMyIdService_TransactionListClientMockRecorder
- func (m *MockLostMyIdService_TransactionListClient) Header() (metadata.MD, error)
- func (m *MockLostMyIdService_TransactionListClient) Recv() (*TransactionItem, error)
- func (m_2 *MockLostMyIdService_TransactionListClient) RecvMsg(m interface{}) error
- func (m_2 *MockLostMyIdService_TransactionListClient) SendMsg(m interface{}) error
- func (m *MockLostMyIdService_TransactionListClient) Trailer() metadata.MD
- type MockLostMyIdService_TransactionListClientMockRecorder
- func (mr *MockLostMyIdService_TransactionListClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockLostMyIdService_TransactionListClientMockRecorder) Context() *gomock.Call
- func (mr *MockLostMyIdService_TransactionListClientMockRecorder) Header() *gomock.Call
- func (mr *MockLostMyIdService_TransactionListClientMockRecorder) Recv() *gomock.Call
- func (mr *MockLostMyIdService_TransactionListClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_TransactionListClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_TransactionListClientMockRecorder) Trailer() *gomock.Call
- type MockLostMyIdService_TransactionListServer
- func (m *MockLostMyIdService_TransactionListServer) Context() context.Context
- func (m *MockLostMyIdService_TransactionListServer) EXPECT() *MockLostMyIdService_TransactionListServerMockRecorder
- func (m_2 *MockLostMyIdService_TransactionListServer) RecvMsg(m interface{}) error
- func (m *MockLostMyIdService_TransactionListServer) Send(arg0 *TransactionItem) error
- func (m *MockLostMyIdService_TransactionListServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockLostMyIdService_TransactionListServer) SendMsg(m interface{}) error
- func (m *MockLostMyIdService_TransactionListServer) SetHeader(arg0 metadata.MD) error
- func (m *MockLostMyIdService_TransactionListServer) SetTrailer(arg0 metadata.MD)
- type MockLostMyIdService_TransactionListServerMockRecorder
- func (mr *MockLostMyIdService_TransactionListServerMockRecorder) Context() *gomock.Call
- func (mr *MockLostMyIdService_TransactionListServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_TransactionListServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockLostMyIdService_TransactionListServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockLostMyIdService_TransactionListServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockLostMyIdService_TransactionListServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockLostMyIdService_TransactionListServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockUnsafeLostMyIdServiceServer
- type MockUnsafeLostMyIdServiceServerMockRecorder
- type Pagination
- func (*Pagination) Descriptor() ([]byte, []int)deprecated
- func (x *Pagination) GetCount() int32
- func (x *Pagination) GetPage() int32
- func (*Pagination) ProtoMessage()
- func (x *Pagination) ProtoReflect() protoreflect.Message
- func (x *Pagination) Reset()
- func (x *Pagination) String() string
- func (m *Pagination) Validate() error
- type PaginationValidationError
- type ProgressItem
- func (*ProgressItem) Descriptor() ([]byte, []int)deprecated
- func (x *ProgressItem) GetDatetime() string
- func (x *ProgressItem) GetDescription() string
- func (x *ProgressItem) GetId() string
- func (x *ProgressItem) GetState() string
- func (*ProgressItem) ProtoMessage()
- func (x *ProgressItem) ProtoReflect() protoreflect.Message
- func (x *ProgressItem) Reset()
- func (x *ProgressItem) String() string
- func (m *ProgressItem) Validate() error
- type ProgressItemValidationError
- func (e ProgressItemValidationError) Cause() error
- func (e ProgressItemValidationError) Error() string
- func (e ProgressItemValidationError) ErrorName() string
- func (e ProgressItemValidationError) Field() string
- func (e ProgressItemValidationError) Key() bool
- func (e ProgressItemValidationError) Reason() string
- type ProgressRequest
- func (*ProgressRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProgressRequest) GetId() string
- func (x *ProgressRequest) GetType() ITEMType
- func (*ProgressRequest) ProtoMessage()
- func (x *ProgressRequest) ProtoReflect() protoreflect.Message
- func (x *ProgressRequest) Reset()
- func (x *ProgressRequest) String() string
- func (m *ProgressRequest) Validate() error
- type ProgressRequestValidationError
- func (e ProgressRequestValidationError) Cause() error
- func (e ProgressRequestValidationError) Error() string
- func (e ProgressRequestValidationError) ErrorName() string
- func (e ProgressRequestValidationError) Field() string
- func (e ProgressRequestValidationError) Key() bool
- func (e ProgressRequestValidationError) Reason() string
- type ProgressResponse
- func (*ProgressResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProgressResponse) GetId() string
- func (x *ProgressResponse) GetItems() []*ProgressItem
- func (x *ProgressResponse) GetProperties() map[string]string
- func (x *ProgressResponse) GetState() string
- func (x *ProgressResponse) GetTransactions() []*TransactionItem
- func (x *ProgressResponse) GetType() ITEMType
- func (*ProgressResponse) ProtoMessage()
- func (x *ProgressResponse) ProtoReflect() protoreflect.Message
- func (x *ProgressResponse) Reset()
- func (x *ProgressResponse) String() string
- func (m *ProgressResponse) Validate() error
- type ProgressResponseValidationError
- func (e ProgressResponseValidationError) Cause() error
- func (e ProgressResponseValidationError) Error() string
- func (e ProgressResponseValidationError) ErrorName() string
- func (e ProgressResponseValidationError) Field() string
- func (e ProgressResponseValidationError) Key() bool
- func (e ProgressResponseValidationError) Reason() string
- type RangeSpanRequest
- func (*RangeSpanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RangeSpanRequest) GetInterval() *interval.Interval
- func (x *RangeSpanRequest) GetPagination() *Pagination
- func (m *RangeSpanRequest) GetRange() isRangeSpanRequest_Range
- func (*RangeSpanRequest) ProtoMessage()
- func (x *RangeSpanRequest) ProtoReflect() protoreflect.Message
- func (x *RangeSpanRequest) Reset()
- func (x *RangeSpanRequest) String() string
- func (m *RangeSpanRequest) Validate() error
- type RangeSpanRequestValidationError
- func (e RangeSpanRequestValidationError) Cause() error
- func (e RangeSpanRequestValidationError) Error() string
- func (e RangeSpanRequestValidationError) ErrorName() string
- func (e RangeSpanRequestValidationError) Field() string
- func (e RangeSpanRequestValidationError) Key() bool
- func (e RangeSpanRequestValidationError) Reason() string
- type RangeSpanRequest_Interval
- type RangeSpanRequest_Pagination
- type SearchRequest
- func (*SearchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchRequest) GetId() string
- func (x *SearchRequest) GetProperties() map[string]string
- func (x *SearchRequest) GetQuery() string
- func (*SearchRequest) ProtoMessage()
- func (x *SearchRequest) ProtoReflect() protoreflect.Message
- func (x *SearchRequest) Reset()
- func (x *SearchRequest) String() string
- func (m *SearchRequest) Validate() error
- type SearchRequestValidationError
- func (e SearchRequestValidationError) Cause() error
- func (e SearchRequestValidationError) Error() string
- func (e SearchRequestValidationError) ErrorName() string
- func (e SearchRequestValidationError) Field() string
- func (e SearchRequestValidationError) Key() bool
- func (e SearchRequestValidationError) Reason() string
- type SearchResponse
- func (*SearchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchResponse) GetId() string
- func (x *SearchResponse) GetProperties() map[string]string
- func (x *SearchResponse) GetQuery() string
- func (x *SearchResponse) GetState() string
- func (*SearchResponse) ProtoMessage()
- func (x *SearchResponse) ProtoReflect() protoreflect.Message
- func (x *SearchResponse) Reset()
- func (x *SearchResponse) String() string
- func (m *SearchResponse) Validate() error
- type SearchResponseValidationError
- func (e SearchResponseValidationError) Cause() error
- func (e SearchResponseValidationError) Error() string
- func (e SearchResponseValidationError) ErrorName() string
- func (e SearchResponseValidationError) Field() string
- func (e SearchResponseValidationError) Key() bool
- func (e SearchResponseValidationError) Reason() string
- type TransactionItem
- func (*TransactionItem) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionItem) GetAmount() *money.Money
- func (x *TransactionItem) GetCredit() bool
- func (x *TransactionItem) GetDatetime() string
- func (x *TransactionItem) GetDescription() string
- func (x *TransactionItem) GetId() string
- func (*TransactionItem) ProtoMessage()
- func (x *TransactionItem) ProtoReflect() protoreflect.Message
- func (x *TransactionItem) Reset()
- func (x *TransactionItem) String() string
- func (m *TransactionItem) Validate() error
- type TransactionItemValidationError
- func (e TransactionItemValidationError) Cause() error
- func (e TransactionItemValidationError) Error() string
- func (e TransactionItemValidationError) ErrorName() string
- func (e TransactionItemValidationError) Field() string
- func (e TransactionItemValidationError) Key() bool
- func (e TransactionItemValidationError) Reason() string
- type UnimplementedLostMyIdServiceServer
- func (UnimplementedLostMyIdServiceServer) Collectible(context.Context, *CollectibleRequest) (*CollectibleResponse, error)
- func (UnimplementedLostMyIdServiceServer) CollectibleList(*RangeSpanRequest, LostMyIdService_CollectibleListServer) error
- func (UnimplementedLostMyIdServiceServer) Progress(context.Context, *ProgressRequest) (*ProgressResponse, error)
- func (UnimplementedLostMyIdServiceServer) Search(context.Context, *SearchRequest) (*SearchResponse, error)
- func (UnimplementedLostMyIdServiceServer) SearchList(*RangeSpanRequest, LostMyIdService_SearchListServer) error
- func (UnimplementedLostMyIdServiceServer) TransactionList(*RangeSpanRequest, LostMyIdService_TransactionListServer) error
- type UnsafeLostMyIdServiceServer
Constants ¶
This section is empty.
Variables ¶
var ( ITEMType_name = map[int32]string{ 0: "COLLECTIBLE", 1: "SEARCH", 2: "TRANSACTION", } ITEMType_value = map[string]int32{ "COLLECTIBLE": 0, "SEARCH": 1, "TRANSACTION": 2, } )
Enum value maps for ITEMType.
var File_mylostid_proto protoreflect.FileDescriptor
var LostMyIdService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "apis.LostMyIdService", HandlerType: (*LostMyIdServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Collectible", Handler: _LostMyIdService_Collectible_Handler, }, { MethodName: "Search", Handler: _LostMyIdService_Search_Handler, }, { MethodName: "Progress", Handler: _LostMyIdService_Progress_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "CollectibleList", Handler: _LostMyIdService_CollectibleList_Handler, ServerStreams: true, }, { StreamName: "SearchList", Handler: _LostMyIdService_SearchList_Handler, ServerStreams: true, }, { StreamName: "TransactionList", Handler: _LostMyIdService_TransactionList_Handler, ServerStreams: true, }, }, Metadata: "mylostid.proto", }
LostMyIdService_ServiceDesc is the grpc.ServiceDesc for LostMyIdService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterLostMyIdServiceServer ¶
func RegisterLostMyIdServiceServer(s grpc.ServiceRegistrar, srv LostMyIdServiceServer)
Types ¶
type CollectibleRequest ¶
type CollectibleRequest struct { FileId []string `protobuf:"bytes,1,rep,name=file_id,json=fileId,proto3" json:"file_id,omitempty"` Properties map[string]string `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
Request to log a Collectible card
func (*CollectibleRequest) Descriptor
deprecated
func (*CollectibleRequest) Descriptor() ([]byte, []int)
Deprecated: Use CollectibleRequest.ProtoReflect.Descriptor instead.
func (*CollectibleRequest) GetFileId ¶
func (x *CollectibleRequest) GetFileId() []string
func (*CollectibleRequest) GetProperties ¶
func (x *CollectibleRequest) GetProperties() map[string]string
func (*CollectibleRequest) ProtoMessage ¶
func (*CollectibleRequest) ProtoMessage()
func (*CollectibleRequest) ProtoReflect ¶
func (x *CollectibleRequest) ProtoReflect() protoreflect.Message
func (*CollectibleRequest) Reset ¶
func (x *CollectibleRequest) Reset()
func (*CollectibleRequest) String ¶
func (x *CollectibleRequest) String() string
func (*CollectibleRequest) Validate ¶
func (m *CollectibleRequest) Validate() error
Validate checks the field values on CollectibleRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type CollectibleRequestValidationError ¶
type CollectibleRequestValidationError struct {
// contains filtered or unexported fields
}
CollectibleRequestValidationError is the validation error returned by CollectibleRequest.Validate if the designated constraints aren't met.
func (CollectibleRequestValidationError) Cause ¶
func (e CollectibleRequestValidationError) Cause() error
Cause function returns cause value.
func (CollectibleRequestValidationError) Error ¶
func (e CollectibleRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CollectibleRequestValidationError) ErrorName ¶
func (e CollectibleRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CollectibleRequestValidationError) Field ¶
func (e CollectibleRequestValidationError) Field() string
Field function returns field value.
func (CollectibleRequestValidationError) Key ¶
func (e CollectibleRequestValidationError) Key() bool
Key function returns key value.
func (CollectibleRequestValidationError) Reason ¶
func (e CollectibleRequestValidationError) Reason() string
Reason function returns reason value.
type CollectibleResponse ¶
type CollectibleResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` FileId []string `protobuf:"bytes,2,rep,name=file_id,json=fileId,proto3" json:"file_id,omitempty"` Properties map[string]string `` /* 161-byte string literal not displayed */ State string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*CollectibleResponse) Descriptor
deprecated
func (*CollectibleResponse) Descriptor() ([]byte, []int)
Deprecated: Use CollectibleResponse.ProtoReflect.Descriptor instead.
func (*CollectibleResponse) GetFileId ¶
func (x *CollectibleResponse) GetFileId() []string
func (*CollectibleResponse) GetId ¶
func (x *CollectibleResponse) GetId() string
func (*CollectibleResponse) GetProperties ¶
func (x *CollectibleResponse) GetProperties() map[string]string
func (*CollectibleResponse) GetState ¶
func (x *CollectibleResponse) GetState() string
func (*CollectibleResponse) ProtoMessage ¶
func (*CollectibleResponse) ProtoMessage()
func (*CollectibleResponse) ProtoReflect ¶
func (x *CollectibleResponse) ProtoReflect() protoreflect.Message
func (*CollectibleResponse) Reset ¶
func (x *CollectibleResponse) Reset()
func (*CollectibleResponse) String ¶
func (x *CollectibleResponse) String() string
func (*CollectibleResponse) Validate ¶
func (m *CollectibleResponse) Validate() error
Validate checks the field values on CollectibleResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type CollectibleResponseValidationError ¶
type CollectibleResponseValidationError struct {
// contains filtered or unexported fields
}
CollectibleResponseValidationError is the validation error returned by CollectibleResponse.Validate if the designated constraints aren't met.
func (CollectibleResponseValidationError) Cause ¶
func (e CollectibleResponseValidationError) Cause() error
Cause function returns cause value.
func (CollectibleResponseValidationError) Error ¶
func (e CollectibleResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CollectibleResponseValidationError) ErrorName ¶
func (e CollectibleResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CollectibleResponseValidationError) Field ¶
func (e CollectibleResponseValidationError) Field() string
Field function returns field value.
func (CollectibleResponseValidationError) Key ¶
func (e CollectibleResponseValidationError) Key() bool
Key function returns key value.
func (CollectibleResponseValidationError) Reason ¶
func (e CollectibleResponseValidationError) Reason() string
Reason function returns reason value.
type ITEMType ¶
type ITEMType int32
func (ITEMType) Descriptor ¶
func (ITEMType) Descriptor() protoreflect.EnumDescriptor
func (ITEMType) EnumDescriptor
deprecated
func (ITEMType) Number ¶
func (x ITEMType) Number() protoreflect.EnumNumber
func (ITEMType) Type ¶
func (ITEMType) Type() protoreflect.EnumType
type LostMyIdServiceClient ¶
type LostMyIdServiceClient interface { // Log a new Collectible request Collectible(ctx context.Context, in *CollectibleRequest, opts ...grpc.CallOption) (*CollectibleResponse, error) CollectibleList(ctx context.Context, in *RangeSpanRequest, opts ...grpc.CallOption) (LostMyIdService_CollectibleListClient, error) // Log a new search request Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchResponse, error) SearchList(ctx context.Context, in *RangeSpanRequest, opts ...grpc.CallOption) (LostMyIdService_SearchListClient, error) Progress(ctx context.Context, in *ProgressRequest, opts ...grpc.CallOption) (*ProgressResponse, error) TransactionList(ctx context.Context, in *RangeSpanRequest, opts ...grpc.CallOption) (LostMyIdService_TransactionListClient, error) }
LostMyIdServiceClient is the client API for LostMyIdService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewLostMyIdServiceClient ¶
func NewLostMyIdServiceClient(cc grpc.ClientConnInterface) LostMyIdServiceClient
type LostMyIdServiceServer ¶
type LostMyIdServiceServer interface { // Log a new Collectible request Collectible(context.Context, *CollectibleRequest) (*CollectibleResponse, error) CollectibleList(*RangeSpanRequest, LostMyIdService_CollectibleListServer) error // Log a new search request Search(context.Context, *SearchRequest) (*SearchResponse, error) SearchList(*RangeSpanRequest, LostMyIdService_SearchListServer) error Progress(context.Context, *ProgressRequest) (*ProgressResponse, error) TransactionList(*RangeSpanRequest, LostMyIdService_TransactionListServer) error // contains filtered or unexported methods }
LostMyIdServiceServer is the server API for LostMyIdService service. All implementations must embed UnimplementedLostMyIdServiceServer for forward compatibility
type LostMyIdService_CollectibleListClient ¶
type LostMyIdService_CollectibleListClient interface { Recv() (*CollectibleResponse, error) grpc.ClientStream }
type LostMyIdService_CollectibleListServer ¶
type LostMyIdService_CollectibleListServer interface { Send(*CollectibleResponse) error grpc.ServerStream }
type LostMyIdService_SearchListClient ¶
type LostMyIdService_SearchListClient interface { Recv() (*SearchResponse, error) grpc.ClientStream }
type LostMyIdService_SearchListServer ¶
type LostMyIdService_SearchListServer interface { Send(*SearchResponse) error grpc.ServerStream }
type LostMyIdService_TransactionListClient ¶
type LostMyIdService_TransactionListClient interface { Recv() (*TransactionItem, error) grpc.ClientStream }
type LostMyIdService_TransactionListServer ¶
type LostMyIdService_TransactionListServer interface { Send(*TransactionItem) error grpc.ServerStream }
type MockLostMyIdServiceClient ¶
type MockLostMyIdServiceClient struct {
// contains filtered or unexported fields
}
MockLostMyIdServiceClient is a mock of LostMyIdServiceClient interface.
func NewMockLostMyIdServiceClient ¶
func NewMockLostMyIdServiceClient(ctrl *gomock.Controller) *MockLostMyIdServiceClient
NewMockLostMyIdServiceClient creates a new mock instance.
func (*MockLostMyIdServiceClient) Collectible ¶
func (m *MockLostMyIdServiceClient) Collectible(ctx context.Context, in *CollectibleRequest, opts ...grpc.CallOption) (*CollectibleResponse, error)
Collectible mocks base method.
func (*MockLostMyIdServiceClient) CollectibleList ¶
func (m *MockLostMyIdServiceClient) CollectibleList(ctx context.Context, in *RangeSpanRequest, opts ...grpc.CallOption) (LostMyIdService_CollectibleListClient, error)
CollectibleList mocks base method.
func (*MockLostMyIdServiceClient) EXPECT ¶
func (m *MockLostMyIdServiceClient) EXPECT() *MockLostMyIdServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLostMyIdServiceClient) Progress ¶
func (m *MockLostMyIdServiceClient) Progress(ctx context.Context, in *ProgressRequest, opts ...grpc.CallOption) (*ProgressResponse, error)
Progress mocks base method.
func (*MockLostMyIdServiceClient) Search ¶
func (m *MockLostMyIdServiceClient) Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchResponse, error)
Search mocks base method.
func (*MockLostMyIdServiceClient) SearchList ¶
func (m *MockLostMyIdServiceClient) SearchList(ctx context.Context, in *RangeSpanRequest, opts ...grpc.CallOption) (LostMyIdService_SearchListClient, error)
SearchList mocks base method.
func (*MockLostMyIdServiceClient) TransactionList ¶
func (m *MockLostMyIdServiceClient) TransactionList(ctx context.Context, in *RangeSpanRequest, opts ...grpc.CallOption) (LostMyIdService_TransactionListClient, error)
TransactionList mocks base method.
type MockLostMyIdServiceClientMockRecorder ¶
type MockLostMyIdServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockLostMyIdServiceClientMockRecorder is the mock recorder for MockLostMyIdServiceClient.
func (*MockLostMyIdServiceClientMockRecorder) Collectible ¶
func (mr *MockLostMyIdServiceClientMockRecorder) Collectible(ctx, in interface{}, opts ...interface{}) *gomock.Call
Collectible indicates an expected call of Collectible.
func (*MockLostMyIdServiceClientMockRecorder) CollectibleList ¶
func (mr *MockLostMyIdServiceClientMockRecorder) CollectibleList(ctx, in interface{}, opts ...interface{}) *gomock.Call
CollectibleList indicates an expected call of CollectibleList.
func (*MockLostMyIdServiceClientMockRecorder) Progress ¶
func (mr *MockLostMyIdServiceClientMockRecorder) Progress(ctx, in interface{}, opts ...interface{}) *gomock.Call
Progress indicates an expected call of Progress.
func (*MockLostMyIdServiceClientMockRecorder) Search ¶
func (mr *MockLostMyIdServiceClientMockRecorder) Search(ctx, in interface{}, opts ...interface{}) *gomock.Call
Search indicates an expected call of Search.
func (*MockLostMyIdServiceClientMockRecorder) SearchList ¶
func (mr *MockLostMyIdServiceClientMockRecorder) SearchList(ctx, in interface{}, opts ...interface{}) *gomock.Call
SearchList indicates an expected call of SearchList.
func (*MockLostMyIdServiceClientMockRecorder) TransactionList ¶
func (mr *MockLostMyIdServiceClientMockRecorder) TransactionList(ctx, in interface{}, opts ...interface{}) *gomock.Call
TransactionList indicates an expected call of TransactionList.
type MockLostMyIdServiceServer ¶
type MockLostMyIdServiceServer struct {
// contains filtered or unexported fields
}
MockLostMyIdServiceServer is a mock of LostMyIdServiceServer interface.
func NewMockLostMyIdServiceServer ¶
func NewMockLostMyIdServiceServer(ctrl *gomock.Controller) *MockLostMyIdServiceServer
NewMockLostMyIdServiceServer creates a new mock instance.
func (*MockLostMyIdServiceServer) Collectible ¶
func (m *MockLostMyIdServiceServer) Collectible(arg0 context.Context, arg1 *CollectibleRequest) (*CollectibleResponse, error)
Collectible mocks base method.
func (*MockLostMyIdServiceServer) CollectibleList ¶
func (m *MockLostMyIdServiceServer) CollectibleList(arg0 *RangeSpanRequest, arg1 LostMyIdService_CollectibleListServer) error
CollectibleList mocks base method.
func (*MockLostMyIdServiceServer) EXPECT ¶
func (m *MockLostMyIdServiceServer) EXPECT() *MockLostMyIdServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLostMyIdServiceServer) Progress ¶
func (m *MockLostMyIdServiceServer) Progress(arg0 context.Context, arg1 *ProgressRequest) (*ProgressResponse, error)
Progress mocks base method.
func (*MockLostMyIdServiceServer) Search ¶
func (m *MockLostMyIdServiceServer) Search(arg0 context.Context, arg1 *SearchRequest) (*SearchResponse, error)
Search mocks base method.
func (*MockLostMyIdServiceServer) SearchList ¶
func (m *MockLostMyIdServiceServer) SearchList(arg0 *RangeSpanRequest, arg1 LostMyIdService_SearchListServer) error
SearchList mocks base method.
func (*MockLostMyIdServiceServer) TransactionList ¶
func (m *MockLostMyIdServiceServer) TransactionList(arg0 *RangeSpanRequest, arg1 LostMyIdService_TransactionListServer) error
TransactionList mocks base method.
type MockLostMyIdServiceServerMockRecorder ¶
type MockLostMyIdServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockLostMyIdServiceServerMockRecorder is the mock recorder for MockLostMyIdServiceServer.
func (*MockLostMyIdServiceServerMockRecorder) Collectible ¶
func (mr *MockLostMyIdServiceServerMockRecorder) Collectible(arg0, arg1 interface{}) *gomock.Call
Collectible indicates an expected call of Collectible.
func (*MockLostMyIdServiceServerMockRecorder) CollectibleList ¶
func (mr *MockLostMyIdServiceServerMockRecorder) CollectibleList(arg0, arg1 interface{}) *gomock.Call
CollectibleList indicates an expected call of CollectibleList.
func (*MockLostMyIdServiceServerMockRecorder) Progress ¶
func (mr *MockLostMyIdServiceServerMockRecorder) Progress(arg0, arg1 interface{}) *gomock.Call
Progress indicates an expected call of Progress.
func (*MockLostMyIdServiceServerMockRecorder) Search ¶
func (mr *MockLostMyIdServiceServerMockRecorder) Search(arg0, arg1 interface{}) *gomock.Call
Search indicates an expected call of Search.
func (*MockLostMyIdServiceServerMockRecorder) SearchList ¶
func (mr *MockLostMyIdServiceServerMockRecorder) SearchList(arg0, arg1 interface{}) *gomock.Call
SearchList indicates an expected call of SearchList.
func (*MockLostMyIdServiceServerMockRecorder) TransactionList ¶
func (mr *MockLostMyIdServiceServerMockRecorder) TransactionList(arg0, arg1 interface{}) *gomock.Call
TransactionList indicates an expected call of TransactionList.
type MockLostMyIdService_CollectibleListClient ¶
type MockLostMyIdService_CollectibleListClient struct {
// contains filtered or unexported fields
}
MockLostMyIdService_CollectibleListClient is a mock of LostMyIdService_CollectibleListClient interface.
func NewMockLostMyIdService_CollectibleListClient ¶
func NewMockLostMyIdService_CollectibleListClient(ctrl *gomock.Controller) *MockLostMyIdService_CollectibleListClient
NewMockLostMyIdService_CollectibleListClient creates a new mock instance.
func (*MockLostMyIdService_CollectibleListClient) CloseSend ¶
func (m *MockLostMyIdService_CollectibleListClient) CloseSend() error
CloseSend mocks base method.
func (*MockLostMyIdService_CollectibleListClient) Context ¶
func (m *MockLostMyIdService_CollectibleListClient) Context() context.Context
Context mocks base method.
func (*MockLostMyIdService_CollectibleListClient) EXPECT ¶
func (m *MockLostMyIdService_CollectibleListClient) EXPECT() *MockLostMyIdService_CollectibleListClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLostMyIdService_CollectibleListClient) Header ¶
func (m *MockLostMyIdService_CollectibleListClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockLostMyIdService_CollectibleListClient) Recv ¶
func (m *MockLostMyIdService_CollectibleListClient) Recv() (*CollectibleResponse, error)
Recv mocks base method.
func (*MockLostMyIdService_CollectibleListClient) RecvMsg ¶
func (m_2 *MockLostMyIdService_CollectibleListClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockLostMyIdService_CollectibleListClient) SendMsg ¶
func (m_2 *MockLostMyIdService_CollectibleListClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockLostMyIdService_CollectibleListClient) Trailer ¶
func (m *MockLostMyIdService_CollectibleListClient) Trailer() metadata.MD
Trailer mocks base method.
type MockLostMyIdService_CollectibleListClientMockRecorder ¶
type MockLostMyIdService_CollectibleListClientMockRecorder struct {
// contains filtered or unexported fields
}
MockLostMyIdService_CollectibleListClientMockRecorder is the mock recorder for MockLostMyIdService_CollectibleListClient.
func (*MockLostMyIdService_CollectibleListClientMockRecorder) CloseSend ¶
func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockLostMyIdService_CollectibleListClientMockRecorder) Context ¶
func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockLostMyIdService_CollectibleListClientMockRecorder) Header ¶
func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockLostMyIdService_CollectibleListClientMockRecorder) Recv ¶
func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockLostMyIdService_CollectibleListClientMockRecorder) RecvMsg ¶
func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockLostMyIdService_CollectibleListClientMockRecorder) SendMsg ¶
func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockLostMyIdService_CollectibleListClientMockRecorder) Trailer ¶
func (mr *MockLostMyIdService_CollectibleListClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockLostMyIdService_CollectibleListServer ¶
type MockLostMyIdService_CollectibleListServer struct {
// contains filtered or unexported fields
}
MockLostMyIdService_CollectibleListServer is a mock of LostMyIdService_CollectibleListServer interface.
func NewMockLostMyIdService_CollectibleListServer ¶
func NewMockLostMyIdService_CollectibleListServer(ctrl *gomock.Controller) *MockLostMyIdService_CollectibleListServer
NewMockLostMyIdService_CollectibleListServer creates a new mock instance.
func (*MockLostMyIdService_CollectibleListServer) Context ¶
func (m *MockLostMyIdService_CollectibleListServer) Context() context.Context
Context mocks base method.
func (*MockLostMyIdService_CollectibleListServer) EXPECT ¶
func (m *MockLostMyIdService_CollectibleListServer) EXPECT() *MockLostMyIdService_CollectibleListServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLostMyIdService_CollectibleListServer) RecvMsg ¶
func (m_2 *MockLostMyIdService_CollectibleListServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockLostMyIdService_CollectibleListServer) Send ¶
func (m *MockLostMyIdService_CollectibleListServer) Send(arg0 *CollectibleResponse) error
Send mocks base method.
func (*MockLostMyIdService_CollectibleListServer) SendHeader ¶
func (m *MockLostMyIdService_CollectibleListServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockLostMyIdService_CollectibleListServer) SendMsg ¶
func (m_2 *MockLostMyIdService_CollectibleListServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockLostMyIdService_CollectibleListServer) SetHeader ¶
func (m *MockLostMyIdService_CollectibleListServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockLostMyIdService_CollectibleListServer) SetTrailer ¶
func (m *MockLostMyIdService_CollectibleListServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockLostMyIdService_CollectibleListServerMockRecorder ¶
type MockLostMyIdService_CollectibleListServerMockRecorder struct {
// contains filtered or unexported fields
}
MockLostMyIdService_CollectibleListServerMockRecorder is the mock recorder for MockLostMyIdService_CollectibleListServer.
func (*MockLostMyIdService_CollectibleListServerMockRecorder) Context ¶
func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockLostMyIdService_CollectibleListServerMockRecorder) RecvMsg ¶
func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockLostMyIdService_CollectibleListServerMockRecorder) Send ¶
func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockLostMyIdService_CollectibleListServerMockRecorder) SendHeader ¶
func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockLostMyIdService_CollectibleListServerMockRecorder) SendMsg ¶
func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockLostMyIdService_CollectibleListServerMockRecorder) SetHeader ¶
func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockLostMyIdService_CollectibleListServerMockRecorder) SetTrailer ¶
func (mr *MockLostMyIdService_CollectibleListServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockLostMyIdService_SearchListClient ¶
type MockLostMyIdService_SearchListClient struct {
// contains filtered or unexported fields
}
MockLostMyIdService_SearchListClient is a mock of LostMyIdService_SearchListClient interface.
func NewMockLostMyIdService_SearchListClient ¶
func NewMockLostMyIdService_SearchListClient(ctrl *gomock.Controller) *MockLostMyIdService_SearchListClient
NewMockLostMyIdService_SearchListClient creates a new mock instance.
func (*MockLostMyIdService_SearchListClient) CloseSend ¶
func (m *MockLostMyIdService_SearchListClient) CloseSend() error
CloseSend mocks base method.
func (*MockLostMyIdService_SearchListClient) Context ¶
func (m *MockLostMyIdService_SearchListClient) Context() context.Context
Context mocks base method.
func (*MockLostMyIdService_SearchListClient) EXPECT ¶
func (m *MockLostMyIdService_SearchListClient) EXPECT() *MockLostMyIdService_SearchListClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLostMyIdService_SearchListClient) Header ¶
func (m *MockLostMyIdService_SearchListClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockLostMyIdService_SearchListClient) Recv ¶
func (m *MockLostMyIdService_SearchListClient) Recv() (*SearchResponse, error)
Recv mocks base method.
func (*MockLostMyIdService_SearchListClient) RecvMsg ¶
func (m_2 *MockLostMyIdService_SearchListClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockLostMyIdService_SearchListClient) SendMsg ¶
func (m_2 *MockLostMyIdService_SearchListClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockLostMyIdService_SearchListClient) Trailer ¶
func (m *MockLostMyIdService_SearchListClient) Trailer() metadata.MD
Trailer mocks base method.
type MockLostMyIdService_SearchListClientMockRecorder ¶
type MockLostMyIdService_SearchListClientMockRecorder struct {
// contains filtered or unexported fields
}
MockLostMyIdService_SearchListClientMockRecorder is the mock recorder for MockLostMyIdService_SearchListClient.
func (*MockLostMyIdService_SearchListClientMockRecorder) CloseSend ¶
func (mr *MockLostMyIdService_SearchListClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockLostMyIdService_SearchListClientMockRecorder) Context ¶
func (mr *MockLostMyIdService_SearchListClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockLostMyIdService_SearchListClientMockRecorder) Header ¶
func (mr *MockLostMyIdService_SearchListClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockLostMyIdService_SearchListClientMockRecorder) Recv ¶
func (mr *MockLostMyIdService_SearchListClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockLostMyIdService_SearchListClientMockRecorder) RecvMsg ¶
func (mr *MockLostMyIdService_SearchListClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockLostMyIdService_SearchListClientMockRecorder) SendMsg ¶
func (mr *MockLostMyIdService_SearchListClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockLostMyIdService_SearchListClientMockRecorder) Trailer ¶
func (mr *MockLostMyIdService_SearchListClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockLostMyIdService_SearchListServer ¶
type MockLostMyIdService_SearchListServer struct {
// contains filtered or unexported fields
}
MockLostMyIdService_SearchListServer is a mock of LostMyIdService_SearchListServer interface.
func NewMockLostMyIdService_SearchListServer ¶
func NewMockLostMyIdService_SearchListServer(ctrl *gomock.Controller) *MockLostMyIdService_SearchListServer
NewMockLostMyIdService_SearchListServer creates a new mock instance.
func (*MockLostMyIdService_SearchListServer) Context ¶
func (m *MockLostMyIdService_SearchListServer) Context() context.Context
Context mocks base method.
func (*MockLostMyIdService_SearchListServer) EXPECT ¶
func (m *MockLostMyIdService_SearchListServer) EXPECT() *MockLostMyIdService_SearchListServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLostMyIdService_SearchListServer) RecvMsg ¶
func (m_2 *MockLostMyIdService_SearchListServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockLostMyIdService_SearchListServer) Send ¶
func (m *MockLostMyIdService_SearchListServer) Send(arg0 *SearchResponse) error
Send mocks base method.
func (*MockLostMyIdService_SearchListServer) SendHeader ¶
func (m *MockLostMyIdService_SearchListServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockLostMyIdService_SearchListServer) SendMsg ¶
func (m_2 *MockLostMyIdService_SearchListServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockLostMyIdService_SearchListServer) SetHeader ¶
func (m *MockLostMyIdService_SearchListServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockLostMyIdService_SearchListServer) SetTrailer ¶
func (m *MockLostMyIdService_SearchListServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockLostMyIdService_SearchListServerMockRecorder ¶
type MockLostMyIdService_SearchListServerMockRecorder struct {
// contains filtered or unexported fields
}
MockLostMyIdService_SearchListServerMockRecorder is the mock recorder for MockLostMyIdService_SearchListServer.
func (*MockLostMyIdService_SearchListServerMockRecorder) Context ¶
func (mr *MockLostMyIdService_SearchListServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockLostMyIdService_SearchListServerMockRecorder) RecvMsg ¶
func (mr *MockLostMyIdService_SearchListServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockLostMyIdService_SearchListServerMockRecorder) Send ¶
func (mr *MockLostMyIdService_SearchListServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockLostMyIdService_SearchListServerMockRecorder) SendHeader ¶
func (mr *MockLostMyIdService_SearchListServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockLostMyIdService_SearchListServerMockRecorder) SendMsg ¶
func (mr *MockLostMyIdService_SearchListServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockLostMyIdService_SearchListServerMockRecorder) SetHeader ¶
func (mr *MockLostMyIdService_SearchListServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockLostMyIdService_SearchListServerMockRecorder) SetTrailer ¶
func (mr *MockLostMyIdService_SearchListServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockLostMyIdService_TransactionListClient ¶
type MockLostMyIdService_TransactionListClient struct {
// contains filtered or unexported fields
}
MockLostMyIdService_TransactionListClient is a mock of LostMyIdService_TransactionListClient interface.
func NewMockLostMyIdService_TransactionListClient ¶
func NewMockLostMyIdService_TransactionListClient(ctrl *gomock.Controller) *MockLostMyIdService_TransactionListClient
NewMockLostMyIdService_TransactionListClient creates a new mock instance.
func (*MockLostMyIdService_TransactionListClient) CloseSend ¶
func (m *MockLostMyIdService_TransactionListClient) CloseSend() error
CloseSend mocks base method.
func (*MockLostMyIdService_TransactionListClient) Context ¶
func (m *MockLostMyIdService_TransactionListClient) Context() context.Context
Context mocks base method.
func (*MockLostMyIdService_TransactionListClient) EXPECT ¶
func (m *MockLostMyIdService_TransactionListClient) EXPECT() *MockLostMyIdService_TransactionListClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLostMyIdService_TransactionListClient) Header ¶
func (m *MockLostMyIdService_TransactionListClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockLostMyIdService_TransactionListClient) Recv ¶
func (m *MockLostMyIdService_TransactionListClient) Recv() (*TransactionItem, error)
Recv mocks base method.
func (*MockLostMyIdService_TransactionListClient) RecvMsg ¶
func (m_2 *MockLostMyIdService_TransactionListClient) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockLostMyIdService_TransactionListClient) SendMsg ¶
func (m_2 *MockLostMyIdService_TransactionListClient) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockLostMyIdService_TransactionListClient) Trailer ¶
func (m *MockLostMyIdService_TransactionListClient) Trailer() metadata.MD
Trailer mocks base method.
type MockLostMyIdService_TransactionListClientMockRecorder ¶
type MockLostMyIdService_TransactionListClientMockRecorder struct {
// contains filtered or unexported fields
}
MockLostMyIdService_TransactionListClientMockRecorder is the mock recorder for MockLostMyIdService_TransactionListClient.
func (*MockLostMyIdService_TransactionListClientMockRecorder) CloseSend ¶
func (mr *MockLostMyIdService_TransactionListClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockLostMyIdService_TransactionListClientMockRecorder) Context ¶
func (mr *MockLostMyIdService_TransactionListClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockLostMyIdService_TransactionListClientMockRecorder) Header ¶
func (mr *MockLostMyIdService_TransactionListClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockLostMyIdService_TransactionListClientMockRecorder) Recv ¶
func (mr *MockLostMyIdService_TransactionListClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockLostMyIdService_TransactionListClientMockRecorder) RecvMsg ¶
func (mr *MockLostMyIdService_TransactionListClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockLostMyIdService_TransactionListClientMockRecorder) SendMsg ¶
func (mr *MockLostMyIdService_TransactionListClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockLostMyIdService_TransactionListClientMockRecorder) Trailer ¶
func (mr *MockLostMyIdService_TransactionListClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockLostMyIdService_TransactionListServer ¶
type MockLostMyIdService_TransactionListServer struct {
// contains filtered or unexported fields
}
MockLostMyIdService_TransactionListServer is a mock of LostMyIdService_TransactionListServer interface.
func NewMockLostMyIdService_TransactionListServer ¶
func NewMockLostMyIdService_TransactionListServer(ctrl *gomock.Controller) *MockLostMyIdService_TransactionListServer
NewMockLostMyIdService_TransactionListServer creates a new mock instance.
func (*MockLostMyIdService_TransactionListServer) Context ¶
func (m *MockLostMyIdService_TransactionListServer) Context() context.Context
Context mocks base method.
func (*MockLostMyIdService_TransactionListServer) EXPECT ¶
func (m *MockLostMyIdService_TransactionListServer) EXPECT() *MockLostMyIdService_TransactionListServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLostMyIdService_TransactionListServer) RecvMsg ¶
func (m_2 *MockLostMyIdService_TransactionListServer) RecvMsg(m interface{}) error
RecvMsg mocks base method.
func (*MockLostMyIdService_TransactionListServer) Send ¶
func (m *MockLostMyIdService_TransactionListServer) Send(arg0 *TransactionItem) error
Send mocks base method.
func (*MockLostMyIdService_TransactionListServer) SendHeader ¶
func (m *MockLostMyIdService_TransactionListServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockLostMyIdService_TransactionListServer) SendMsg ¶
func (m_2 *MockLostMyIdService_TransactionListServer) SendMsg(m interface{}) error
SendMsg mocks base method.
func (*MockLostMyIdService_TransactionListServer) SetHeader ¶
func (m *MockLostMyIdService_TransactionListServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockLostMyIdService_TransactionListServer) SetTrailer ¶
func (m *MockLostMyIdService_TransactionListServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockLostMyIdService_TransactionListServerMockRecorder ¶
type MockLostMyIdService_TransactionListServerMockRecorder struct {
// contains filtered or unexported fields
}
MockLostMyIdService_TransactionListServerMockRecorder is the mock recorder for MockLostMyIdService_TransactionListServer.
func (*MockLostMyIdService_TransactionListServerMockRecorder) Context ¶
func (mr *MockLostMyIdService_TransactionListServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockLostMyIdService_TransactionListServerMockRecorder) RecvMsg ¶
func (mr *MockLostMyIdService_TransactionListServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockLostMyIdService_TransactionListServerMockRecorder) Send ¶
func (mr *MockLostMyIdService_TransactionListServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockLostMyIdService_TransactionListServerMockRecorder) SendHeader ¶
func (mr *MockLostMyIdService_TransactionListServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockLostMyIdService_TransactionListServerMockRecorder) SendMsg ¶
func (mr *MockLostMyIdService_TransactionListServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockLostMyIdService_TransactionListServerMockRecorder) SetHeader ¶
func (mr *MockLostMyIdService_TransactionListServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockLostMyIdService_TransactionListServerMockRecorder) SetTrailer ¶
func (mr *MockLostMyIdService_TransactionListServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockUnsafeLostMyIdServiceServer ¶
type MockUnsafeLostMyIdServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeLostMyIdServiceServer is a mock of UnsafeLostMyIdServiceServer interface.
func NewMockUnsafeLostMyIdServiceServer ¶
func NewMockUnsafeLostMyIdServiceServer(ctrl *gomock.Controller) *MockUnsafeLostMyIdServiceServer
NewMockUnsafeLostMyIdServiceServer creates a new mock instance.
func (*MockUnsafeLostMyIdServiceServer) EXPECT ¶
func (m *MockUnsafeLostMyIdServiceServer) EXPECT() *MockUnsafeLostMyIdServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeLostMyIdServiceServerMockRecorder ¶
type MockUnsafeLostMyIdServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeLostMyIdServiceServerMockRecorder is the mock recorder for MockUnsafeLostMyIdServiceServer.
type Pagination ¶
type Pagination struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*Pagination) Descriptor
deprecated
func (*Pagination) Descriptor() ([]byte, []int)
Deprecated: Use Pagination.ProtoReflect.Descriptor instead.
func (*Pagination) GetCount ¶
func (x *Pagination) GetCount() int32
func (*Pagination) GetPage ¶
func (x *Pagination) GetPage() int32
func (*Pagination) ProtoMessage ¶
func (*Pagination) ProtoMessage()
func (*Pagination) ProtoReflect ¶
func (x *Pagination) ProtoReflect() protoreflect.Message
func (*Pagination) Reset ¶
func (x *Pagination) Reset()
func (*Pagination) String ¶
func (x *Pagination) String() string
func (*Pagination) Validate ¶
func (m *Pagination) Validate() error
Validate checks the field values on Pagination with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type PaginationValidationError ¶
type PaginationValidationError struct {
// contains filtered or unexported fields
}
PaginationValidationError is the validation error returned by Pagination.Validate if the designated constraints aren't met.
func (PaginationValidationError) Cause ¶
func (e PaginationValidationError) Cause() error
Cause function returns cause value.
func (PaginationValidationError) Error ¶
func (e PaginationValidationError) Error() string
Error satisfies the builtin error interface
func (PaginationValidationError) ErrorName ¶
func (e PaginationValidationError) ErrorName() string
ErrorName returns error name.
func (PaginationValidationError) Field ¶
func (e PaginationValidationError) Field() string
Field function returns field value.
func (PaginationValidationError) Key ¶
func (e PaginationValidationError) Key() bool
Key function returns key value.
func (PaginationValidationError) Reason ¶
func (e PaginationValidationError) Reason() string
Reason function returns reason value.
type ProgressItem ¶
type ProgressItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Datetime string `protobuf:"bytes,2,opt,name=datetime,proto3" json:"datetime,omitempty"` State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*ProgressItem) Descriptor
deprecated
func (*ProgressItem) Descriptor() ([]byte, []int)
Deprecated: Use ProgressItem.ProtoReflect.Descriptor instead.
func (*ProgressItem) GetDatetime ¶
func (x *ProgressItem) GetDatetime() string
func (*ProgressItem) GetDescription ¶
func (x *ProgressItem) GetDescription() string
func (*ProgressItem) GetId ¶
func (x *ProgressItem) GetId() string
func (*ProgressItem) GetState ¶
func (x *ProgressItem) GetState() string
func (*ProgressItem) ProtoMessage ¶
func (*ProgressItem) ProtoMessage()
func (*ProgressItem) ProtoReflect ¶
func (x *ProgressItem) ProtoReflect() protoreflect.Message
func (*ProgressItem) Reset ¶
func (x *ProgressItem) Reset()
func (*ProgressItem) String ¶
func (x *ProgressItem) String() string
func (*ProgressItem) Validate ¶
func (m *ProgressItem) Validate() error
Validate checks the field values on ProgressItem with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ProgressItemValidationError ¶
type ProgressItemValidationError struct {
// contains filtered or unexported fields
}
ProgressItemValidationError is the validation error returned by ProgressItem.Validate if the designated constraints aren't met.
func (ProgressItemValidationError) Cause ¶
func (e ProgressItemValidationError) Cause() error
Cause function returns cause value.
func (ProgressItemValidationError) Error ¶
func (e ProgressItemValidationError) Error() string
Error satisfies the builtin error interface
func (ProgressItemValidationError) ErrorName ¶
func (e ProgressItemValidationError) ErrorName() string
ErrorName returns error name.
func (ProgressItemValidationError) Field ¶
func (e ProgressItemValidationError) Field() string
Field function returns field value.
func (ProgressItemValidationError) Key ¶
func (e ProgressItemValidationError) Key() bool
Key function returns key value.
func (ProgressItemValidationError) Reason ¶
func (e ProgressItemValidationError) Reason() string
Reason function returns reason value.
type ProgressRequest ¶
type ProgressRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Type ITEMType `protobuf:"varint,2,opt,name=type,proto3,enum=apis.ITEMType" json:"type,omitempty"` // contains filtered or unexported fields }
func (*ProgressRequest) Descriptor
deprecated
func (*ProgressRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProgressRequest.ProtoReflect.Descriptor instead.
func (*ProgressRequest) GetId ¶
func (x *ProgressRequest) GetId() string
func (*ProgressRequest) GetType ¶
func (x *ProgressRequest) GetType() ITEMType
func (*ProgressRequest) ProtoMessage ¶
func (*ProgressRequest) ProtoMessage()
func (*ProgressRequest) ProtoReflect ¶
func (x *ProgressRequest) ProtoReflect() protoreflect.Message
func (*ProgressRequest) Reset ¶
func (x *ProgressRequest) Reset()
func (*ProgressRequest) String ¶
func (x *ProgressRequest) String() string
func (*ProgressRequest) Validate ¶
func (m *ProgressRequest) Validate() error
Validate checks the field values on ProgressRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ProgressRequestValidationError ¶
type ProgressRequestValidationError struct {
// contains filtered or unexported fields
}
ProgressRequestValidationError is the validation error returned by ProgressRequest.Validate if the designated constraints aren't met.
func (ProgressRequestValidationError) Cause ¶
func (e ProgressRequestValidationError) Cause() error
Cause function returns cause value.
func (ProgressRequestValidationError) Error ¶
func (e ProgressRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ProgressRequestValidationError) ErrorName ¶
func (e ProgressRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ProgressRequestValidationError) Field ¶
func (e ProgressRequestValidationError) Field() string
Field function returns field value.
func (ProgressRequestValidationError) Key ¶
func (e ProgressRequestValidationError) Key() bool
Key function returns key value.
func (ProgressRequestValidationError) Reason ¶
func (e ProgressRequestValidationError) Reason() string
Reason function returns reason value.
type ProgressResponse ¶
type ProgressResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Type ITEMType `protobuf:"varint,2,opt,name=type,proto3,enum=apis.ITEMType" json:"type,omitempty"` Properties map[string]string `` /* 161-byte string literal not displayed */ State string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"` Items []*ProgressItem `protobuf:"bytes,5,rep,name=items,proto3" json:"items,omitempty"` Transactions []*TransactionItem `protobuf:"bytes,6,rep,name=transactions,proto3" json:"transactions,omitempty"` // contains filtered or unexported fields }
func (*ProgressResponse) Descriptor
deprecated
func (*ProgressResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProgressResponse.ProtoReflect.Descriptor instead.
func (*ProgressResponse) GetId ¶
func (x *ProgressResponse) GetId() string
func (*ProgressResponse) GetItems ¶
func (x *ProgressResponse) GetItems() []*ProgressItem
func (*ProgressResponse) GetProperties ¶
func (x *ProgressResponse) GetProperties() map[string]string
func (*ProgressResponse) GetState ¶
func (x *ProgressResponse) GetState() string
func (*ProgressResponse) GetTransactions ¶
func (x *ProgressResponse) GetTransactions() []*TransactionItem
func (*ProgressResponse) GetType ¶
func (x *ProgressResponse) GetType() ITEMType
func (*ProgressResponse) ProtoMessage ¶
func (*ProgressResponse) ProtoMessage()
func (*ProgressResponse) ProtoReflect ¶
func (x *ProgressResponse) ProtoReflect() protoreflect.Message
func (*ProgressResponse) Reset ¶
func (x *ProgressResponse) Reset()
func (*ProgressResponse) String ¶
func (x *ProgressResponse) String() string
func (*ProgressResponse) Validate ¶
func (m *ProgressResponse) Validate() error
Validate checks the field values on ProgressResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ProgressResponseValidationError ¶
type ProgressResponseValidationError struct {
// contains filtered or unexported fields
}
ProgressResponseValidationError is the validation error returned by ProgressResponse.Validate if the designated constraints aren't met.
func (ProgressResponseValidationError) Cause ¶
func (e ProgressResponseValidationError) Cause() error
Cause function returns cause value.
func (ProgressResponseValidationError) Error ¶
func (e ProgressResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ProgressResponseValidationError) ErrorName ¶
func (e ProgressResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ProgressResponseValidationError) Field ¶
func (e ProgressResponseValidationError) Field() string
Field function returns field value.
func (ProgressResponseValidationError) Key ¶
func (e ProgressResponseValidationError) Key() bool
Key function returns key value.
func (ProgressResponseValidationError) Reason ¶
func (e ProgressResponseValidationError) Reason() string
Reason function returns reason value.
type RangeSpanRequest ¶
type RangeSpanRequest struct { // Types that are assignable to Range: // *RangeSpanRequest_Pagination // *RangeSpanRequest_Interval Range isRangeSpanRequest_Range `protobuf_oneof:"range"` // contains filtered or unexported fields }
func (*RangeSpanRequest) Descriptor
deprecated
func (*RangeSpanRequest) Descriptor() ([]byte, []int)
Deprecated: Use RangeSpanRequest.ProtoReflect.Descriptor instead.
func (*RangeSpanRequest) GetInterval ¶
func (x *RangeSpanRequest) GetInterval() *interval.Interval
func (*RangeSpanRequest) GetPagination ¶
func (x *RangeSpanRequest) GetPagination() *Pagination
func (*RangeSpanRequest) GetRange ¶
func (m *RangeSpanRequest) GetRange() isRangeSpanRequest_Range
func (*RangeSpanRequest) ProtoMessage ¶
func (*RangeSpanRequest) ProtoMessage()
func (*RangeSpanRequest) ProtoReflect ¶
func (x *RangeSpanRequest) ProtoReflect() protoreflect.Message
func (*RangeSpanRequest) Reset ¶
func (x *RangeSpanRequest) Reset()
func (*RangeSpanRequest) String ¶
func (x *RangeSpanRequest) String() string
func (*RangeSpanRequest) Validate ¶
func (m *RangeSpanRequest) Validate() error
Validate checks the field values on RangeSpanRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RangeSpanRequestValidationError ¶
type RangeSpanRequestValidationError struct {
// contains filtered or unexported fields
}
RangeSpanRequestValidationError is the validation error returned by RangeSpanRequest.Validate if the designated constraints aren't met.
func (RangeSpanRequestValidationError) Cause ¶
func (e RangeSpanRequestValidationError) Cause() error
Cause function returns cause value.
func (RangeSpanRequestValidationError) Error ¶
func (e RangeSpanRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RangeSpanRequestValidationError) ErrorName ¶
func (e RangeSpanRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RangeSpanRequestValidationError) Field ¶
func (e RangeSpanRequestValidationError) Field() string
Field function returns field value.
func (RangeSpanRequestValidationError) Key ¶
func (e RangeSpanRequestValidationError) Key() bool
Key function returns key value.
func (RangeSpanRequestValidationError) Reason ¶
func (e RangeSpanRequestValidationError) Reason() string
Reason function returns reason value.
type RangeSpanRequest_Pagination ¶
type RangeSpanRequest_Pagination struct {
Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3,oneof"`
}
type SearchRequest ¶
type SearchRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Query string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"` Properties map[string]string `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SearchRequest) Descriptor
deprecated
func (*SearchRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchRequest.ProtoReflect.Descriptor instead.
func (*SearchRequest) GetId ¶
func (x *SearchRequest) GetId() string
func (*SearchRequest) GetProperties ¶
func (x *SearchRequest) GetProperties() map[string]string
func (*SearchRequest) GetQuery ¶
func (x *SearchRequest) GetQuery() string
func (*SearchRequest) ProtoMessage ¶
func (*SearchRequest) ProtoMessage()
func (*SearchRequest) ProtoReflect ¶
func (x *SearchRequest) ProtoReflect() protoreflect.Message
func (*SearchRequest) Reset ¶
func (x *SearchRequest) Reset()
func (*SearchRequest) String ¶
func (x *SearchRequest) String() string
func (*SearchRequest) Validate ¶
func (m *SearchRequest) Validate() error
Validate checks the field values on SearchRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type SearchRequestValidationError ¶
type SearchRequestValidationError struct {
// contains filtered or unexported fields
}
SearchRequestValidationError is the validation error returned by SearchRequest.Validate if the designated constraints aren't met.
func (SearchRequestValidationError) Cause ¶
func (e SearchRequestValidationError) Cause() error
Cause function returns cause value.
func (SearchRequestValidationError) Error ¶
func (e SearchRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SearchRequestValidationError) ErrorName ¶
func (e SearchRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SearchRequestValidationError) Field ¶
func (e SearchRequestValidationError) Field() string
Field function returns field value.
func (SearchRequestValidationError) Key ¶
func (e SearchRequestValidationError) Key() bool
Key function returns key value.
func (SearchRequestValidationError) Reason ¶
func (e SearchRequestValidationError) Reason() string
Reason function returns reason value.
type SearchResponse ¶
type SearchResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Query string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"` Properties map[string]string `` /* 161-byte string literal not displayed */ State string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*SearchResponse) Descriptor
deprecated
func (*SearchResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchResponse.ProtoReflect.Descriptor instead.
func (*SearchResponse) GetId ¶
func (x *SearchResponse) GetId() string
func (*SearchResponse) GetProperties ¶
func (x *SearchResponse) GetProperties() map[string]string
func (*SearchResponse) GetQuery ¶
func (x *SearchResponse) GetQuery() string
func (*SearchResponse) GetState ¶
func (x *SearchResponse) GetState() string
func (*SearchResponse) ProtoMessage ¶
func (*SearchResponse) ProtoMessage()
func (*SearchResponse) ProtoReflect ¶
func (x *SearchResponse) ProtoReflect() protoreflect.Message
func (*SearchResponse) Reset ¶
func (x *SearchResponse) Reset()
func (*SearchResponse) String ¶
func (x *SearchResponse) String() string
func (*SearchResponse) Validate ¶
func (m *SearchResponse) Validate() error
Validate checks the field values on SearchResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type SearchResponseValidationError ¶
type SearchResponseValidationError struct {
// contains filtered or unexported fields
}
SearchResponseValidationError is the validation error returned by SearchResponse.Validate if the designated constraints aren't met.
func (SearchResponseValidationError) Cause ¶
func (e SearchResponseValidationError) Cause() error
Cause function returns cause value.
func (SearchResponseValidationError) Error ¶
func (e SearchResponseValidationError) Error() string
Error satisfies the builtin error interface
func (SearchResponseValidationError) ErrorName ¶
func (e SearchResponseValidationError) ErrorName() string
ErrorName returns error name.
func (SearchResponseValidationError) Field ¶
func (e SearchResponseValidationError) Field() string
Field function returns field value.
func (SearchResponseValidationError) Key ¶
func (e SearchResponseValidationError) Key() bool
Key function returns key value.
func (SearchResponseValidationError) Reason ¶
func (e SearchResponseValidationError) Reason() string
Reason function returns reason value.
type TransactionItem ¶
type TransactionItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Datetime string `protobuf:"bytes,2,opt,name=datetime,proto3" json:"datetime,omitempty"` Credit bool `protobuf:"varint,3,opt,name=credit,proto3" json:"credit,omitempty"` Amount *money.Money `protobuf:"bytes,4,opt,name=amount,proto3" json:"amount,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*TransactionItem) Descriptor
deprecated
func (*TransactionItem) Descriptor() ([]byte, []int)
Deprecated: Use TransactionItem.ProtoReflect.Descriptor instead.
func (*TransactionItem) GetAmount ¶
func (x *TransactionItem) GetAmount() *money.Money
func (*TransactionItem) GetCredit ¶
func (x *TransactionItem) GetCredit() bool
func (*TransactionItem) GetDatetime ¶
func (x *TransactionItem) GetDatetime() string
func (*TransactionItem) GetDescription ¶
func (x *TransactionItem) GetDescription() string
func (*TransactionItem) GetId ¶
func (x *TransactionItem) GetId() string
func (*TransactionItem) ProtoMessage ¶
func (*TransactionItem) ProtoMessage()
func (*TransactionItem) ProtoReflect ¶
func (x *TransactionItem) ProtoReflect() protoreflect.Message
func (*TransactionItem) Reset ¶
func (x *TransactionItem) Reset()
func (*TransactionItem) String ¶
func (x *TransactionItem) String() string
func (*TransactionItem) Validate ¶
func (m *TransactionItem) Validate() error
Validate checks the field values on TransactionItem with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type TransactionItemValidationError ¶
type TransactionItemValidationError struct {
// contains filtered or unexported fields
}
TransactionItemValidationError is the validation error returned by TransactionItem.Validate if the designated constraints aren't met.
func (TransactionItemValidationError) Cause ¶
func (e TransactionItemValidationError) Cause() error
Cause function returns cause value.
func (TransactionItemValidationError) Error ¶
func (e TransactionItemValidationError) Error() string
Error satisfies the builtin error interface
func (TransactionItemValidationError) ErrorName ¶
func (e TransactionItemValidationError) ErrorName() string
ErrorName returns error name.
func (TransactionItemValidationError) Field ¶
func (e TransactionItemValidationError) Field() string
Field function returns field value.
func (TransactionItemValidationError) Key ¶
func (e TransactionItemValidationError) Key() bool
Key function returns key value.
func (TransactionItemValidationError) Reason ¶
func (e TransactionItemValidationError) Reason() string
Reason function returns reason value.
type UnimplementedLostMyIdServiceServer ¶
type UnimplementedLostMyIdServiceServer struct { }
UnimplementedLostMyIdServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedLostMyIdServiceServer) Collectible ¶
func (UnimplementedLostMyIdServiceServer) Collectible(context.Context, *CollectibleRequest) (*CollectibleResponse, error)
func (UnimplementedLostMyIdServiceServer) CollectibleList ¶
func (UnimplementedLostMyIdServiceServer) CollectibleList(*RangeSpanRequest, LostMyIdService_CollectibleListServer) error
func (UnimplementedLostMyIdServiceServer) Progress ¶
func (UnimplementedLostMyIdServiceServer) Progress(context.Context, *ProgressRequest) (*ProgressResponse, error)
func (UnimplementedLostMyIdServiceServer) Search ¶
func (UnimplementedLostMyIdServiceServer) Search(context.Context, *SearchRequest) (*SearchResponse, error)
func (UnimplementedLostMyIdServiceServer) SearchList ¶
func (UnimplementedLostMyIdServiceServer) SearchList(*RangeSpanRequest, LostMyIdService_SearchListServer) error
func (UnimplementedLostMyIdServiceServer) TransactionList ¶
func (UnimplementedLostMyIdServiceServer) TransactionList(*RangeSpanRequest, LostMyIdService_TransactionListServer) error
type UnsafeLostMyIdServiceServer ¶
type UnsafeLostMyIdServiceServer interface {
// contains filtered or unexported methods
}
UnsafeLostMyIdServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LostMyIdServiceServer will result in compilation errors.