Documentation ¶
Overview ¶
Code generated by aggproto. DO NOT EDIT.
Code generated by aggproto. DO NOT EDIT.
Code generated by aggproto. DO NOT EDIT.
Code generated by aggproto. DO NOT EDIT.
Code generated by aggproto. DO NOT EDIT.
Code generated by aggproto. DO NOT EDIT.
Index ¶
- Variables
- func RegisterMaskedListingWWalletServiceServer(s grpc.ServiceRegistrar, srv MaskedListingWWalletServiceServer)
- type MaskedListingWWalletRequest
- func (*MaskedListingWWalletRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MaskedListingWWalletRequest) GetGetListing() *MaskedListingWWalletRequest_GetListingGen
- func (x *MaskedListingWWalletRequest) GetGetWallet() *MaskedListingWWalletRequest_GetWalletGen
- func (*MaskedListingWWalletRequest) ProtoMessage()
- func (x *MaskedListingWWalletRequest) ProtoReflect() protoreflect.Message
- func (x *MaskedListingWWalletRequest) Reset()
- func (x *MaskedListingWWalletRequest) String() string
- type MaskedListingWWalletRequest_GetListingGen
- func (*MaskedListingWWalletRequest_GetListingGen) Descriptor() ([]byte, []int)deprecated
- func (x *MaskedListingWWalletRequest_GetListingGen) GetId() string
- func (*MaskedListingWWalletRequest_GetListingGen) ProtoMessage()
- func (x *MaskedListingWWalletRequest_GetListingGen) ProtoReflect() protoreflect.Message
- func (x *MaskedListingWWalletRequest_GetListingGen) Reset()
- func (x *MaskedListingWWalletRequest_GetListingGen) String() string
- type MaskedListingWWalletRequest_GetWalletGen
- func (*MaskedListingWWalletRequest_GetWalletGen) Descriptor() ([]byte, []int)deprecated
- func (x *MaskedListingWWalletRequest_GetWalletGen) GetId() string
- func (*MaskedListingWWalletRequest_GetWalletGen) ProtoMessage()
- func (x *MaskedListingWWalletRequest_GetWalletGen) ProtoReflect() protoreflect.Message
- func (x *MaskedListingWWalletRequest_GetWalletGen) Reset()
- func (x *MaskedListingWWalletRequest_GetWalletGen) String() string
- type MaskedListingWWalletResponse
- func (*MaskedListingWWalletResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MaskedListingWWalletResponse) GetListing() *MaskedListingWWalletResponse_ListingGen
- func (x *MaskedListingWWalletResponse) GetWallet() *MaskedListingWWalletResponse_WalletGen
- func (*MaskedListingWWalletResponse) ProtoMessage()
- func (x *MaskedListingWWalletResponse) ProtoReflect() protoreflect.Message
- func (x *MaskedListingWWalletResponse) Reset()
- func (x *MaskedListingWWalletResponse) String() string
- type MaskedListingWWalletResponse_ListingGen
- func (*MaskedListingWWalletResponse_ListingGen) Descriptor() ([]byte, []int)deprecated
- func (x *MaskedListingWWalletResponse_ListingGen) GetComments() []*MaskedListingWWalletResponse_ListingGen_CommentsGen
- func (x *MaskedListingWWalletResponse_ListingGen) GetDescription() string
- func (x *MaskedListingWWalletResponse_ListingGen) GetTitle() string
- func (*MaskedListingWWalletResponse_ListingGen) ProtoMessage()
- func (x *MaskedListingWWalletResponse_ListingGen) ProtoReflect() protoreflect.Message
- func (x *MaskedListingWWalletResponse_ListingGen) Reset()
- func (x *MaskedListingWWalletResponse_ListingGen) String() string
- type MaskedListingWWalletResponse_ListingGen_CommentsGen
- func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) Descriptor() ([]byte, []int)deprecated
- func (x *MaskedListingWWalletResponse_ListingGen_CommentsGen) GetTitle() string
- func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) ProtoMessage()
- func (x *MaskedListingWWalletResponse_ListingGen_CommentsGen) ProtoReflect() protoreflect.Message
- func (x *MaskedListingWWalletResponse_ListingGen_CommentsGen) Reset()
- func (x *MaskedListingWWalletResponse_ListingGen_CommentsGen) String() string
- type MaskedListingWWalletResponse_WalletGen
- func (*MaskedListingWWalletResponse_WalletGen) Descriptor() ([]byte, []int)deprecated
- func (x *MaskedListingWWalletResponse_WalletGen) GetBalance() int64
- func (*MaskedListingWWalletResponse_WalletGen) ProtoMessage()
- func (x *MaskedListingWWalletResponse_WalletGen) ProtoReflect() protoreflect.Message
- func (x *MaskedListingWWalletResponse_WalletGen) Reset()
- func (x *MaskedListingWWalletResponse_WalletGen) String() string
- type MaskedListingWWalletServiceClient
- type MaskedListingWWalletServiceServer
- type UnimplementedMaskedListingWWalletServiceServer
- type UnsafeMaskedListingWWalletServiceServer
Constants ¶
This section is empty.
Variables ¶
var File_alias_union_mask_v1_masked_listing_w_wallet_proto protoreflect.FileDescriptor
var MaskedListingWWalletService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "alias_union_mask_v1.MaskedListingWWalletService", HandlerType: (*MaskedListingWWalletServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "InvokeMaskedListingWWallet", Handler: _MaskedListingWWalletService_InvokeMaskedListingWWallet_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "alias_union_mask_v1/masked_listing_w_wallet.proto", }
MaskedListingWWalletService_ServiceDesc is the grpc.ServiceDesc for MaskedListingWWalletService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterMaskedListingWWalletServiceServer ¶
func RegisterMaskedListingWWalletServiceServer(s grpc.ServiceRegistrar, srv MaskedListingWWalletServiceServer)
Types ¶
type MaskedListingWWalletRequest ¶
type MaskedListingWWalletRequest struct { GetListing *MaskedListingWWalletRequest_GetListingGen `protobuf:"bytes,1,opt,name=get_listing,json=getListing,proto3" json:"get_listing,omitempty"` GetWallet *MaskedListingWWalletRequest_GetWalletGen `protobuf:"bytes,2,opt,name=get_wallet,json=getWallet,proto3" json:"get_wallet,omitempty"` // contains filtered or unexported fields }
func (*MaskedListingWWalletRequest) Descriptor
deprecated
func (*MaskedListingWWalletRequest) Descriptor() ([]byte, []int)
Deprecated: Use MaskedListingWWalletRequest.ProtoReflect.Descriptor instead.
func (*MaskedListingWWalletRequest) GetGetListing ¶
func (x *MaskedListingWWalletRequest) GetGetListing() *MaskedListingWWalletRequest_GetListingGen
func (*MaskedListingWWalletRequest) GetGetWallet ¶
func (x *MaskedListingWWalletRequest) GetGetWallet() *MaskedListingWWalletRequest_GetWalletGen
func (*MaskedListingWWalletRequest) ProtoMessage ¶
func (*MaskedListingWWalletRequest) ProtoMessage()
func (*MaskedListingWWalletRequest) ProtoReflect ¶
func (x *MaskedListingWWalletRequest) ProtoReflect() protoreflect.Message
func (*MaskedListingWWalletRequest) Reset ¶
func (x *MaskedListingWWalletRequest) Reset()
func (*MaskedListingWWalletRequest) String ¶
func (x *MaskedListingWWalletRequest) String() string
type MaskedListingWWalletRequest_GetListingGen ¶
type MaskedListingWWalletRequest_GetListingGen struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*MaskedListingWWalletRequest_GetListingGen) Descriptor
deprecated
func (*MaskedListingWWalletRequest_GetListingGen) Descriptor() ([]byte, []int)
Deprecated: Use MaskedListingWWalletRequest_GetListingGen.ProtoReflect.Descriptor instead.
func (*MaskedListingWWalletRequest_GetListingGen) GetId ¶
func (x *MaskedListingWWalletRequest_GetListingGen) GetId() string
func (*MaskedListingWWalletRequest_GetListingGen) ProtoMessage ¶
func (*MaskedListingWWalletRequest_GetListingGen) ProtoMessage()
func (*MaskedListingWWalletRequest_GetListingGen) ProtoReflect ¶
func (x *MaskedListingWWalletRequest_GetListingGen) ProtoReflect() protoreflect.Message
func (*MaskedListingWWalletRequest_GetListingGen) Reset ¶
func (x *MaskedListingWWalletRequest_GetListingGen) Reset()
func (*MaskedListingWWalletRequest_GetListingGen) String ¶
func (x *MaskedListingWWalletRequest_GetListingGen) String() string
type MaskedListingWWalletRequest_GetWalletGen ¶
type MaskedListingWWalletRequest_GetWalletGen struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*MaskedListingWWalletRequest_GetWalletGen) Descriptor
deprecated
func (*MaskedListingWWalletRequest_GetWalletGen) Descriptor() ([]byte, []int)
Deprecated: Use MaskedListingWWalletRequest_GetWalletGen.ProtoReflect.Descriptor instead.
func (*MaskedListingWWalletRequest_GetWalletGen) GetId ¶
func (x *MaskedListingWWalletRequest_GetWalletGen) GetId() string
func (*MaskedListingWWalletRequest_GetWalletGen) ProtoMessage ¶
func (*MaskedListingWWalletRequest_GetWalletGen) ProtoMessage()
func (*MaskedListingWWalletRequest_GetWalletGen) ProtoReflect ¶
func (x *MaskedListingWWalletRequest_GetWalletGen) ProtoReflect() protoreflect.Message
func (*MaskedListingWWalletRequest_GetWalletGen) Reset ¶
func (x *MaskedListingWWalletRequest_GetWalletGen) Reset()
func (*MaskedListingWWalletRequest_GetWalletGen) String ¶
func (x *MaskedListingWWalletRequest_GetWalletGen) String() string
type MaskedListingWWalletResponse ¶
type MaskedListingWWalletResponse struct { Listing *MaskedListingWWalletResponse_ListingGen `protobuf:"bytes,1,opt,name=listing,proto3" json:"listing,omitempty"` Wallet *MaskedListingWWalletResponse_WalletGen `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"` // contains filtered or unexported fields }
func (*MaskedListingWWalletResponse) Descriptor
deprecated
func (*MaskedListingWWalletResponse) Descriptor() ([]byte, []int)
Deprecated: Use MaskedListingWWalletResponse.ProtoReflect.Descriptor instead.
func (*MaskedListingWWalletResponse) GetListing ¶
func (x *MaskedListingWWalletResponse) GetListing() *MaskedListingWWalletResponse_ListingGen
func (*MaskedListingWWalletResponse) GetWallet ¶
func (x *MaskedListingWWalletResponse) GetWallet() *MaskedListingWWalletResponse_WalletGen
func (*MaskedListingWWalletResponse) ProtoMessage ¶
func (*MaskedListingWWalletResponse) ProtoMessage()
func (*MaskedListingWWalletResponse) ProtoReflect ¶
func (x *MaskedListingWWalletResponse) ProtoReflect() protoreflect.Message
func (*MaskedListingWWalletResponse) Reset ¶
func (x *MaskedListingWWalletResponse) Reset()
func (*MaskedListingWWalletResponse) String ¶
func (x *MaskedListingWWalletResponse) String() string
type MaskedListingWWalletResponse_ListingGen ¶
type MaskedListingWWalletResponse_ListingGen struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Comments []*MaskedListingWWalletResponse_ListingGen_CommentsGen `protobuf:"bytes,3,rep,name=comments,proto3" json:"comments,omitempty"` // contains filtered or unexported fields }
func (*MaskedListingWWalletResponse_ListingGen) Descriptor
deprecated
func (*MaskedListingWWalletResponse_ListingGen) Descriptor() ([]byte, []int)
Deprecated: Use MaskedListingWWalletResponse_ListingGen.ProtoReflect.Descriptor instead.
func (*MaskedListingWWalletResponse_ListingGen) GetComments ¶
func (x *MaskedListingWWalletResponse_ListingGen) GetComments() []*MaskedListingWWalletResponse_ListingGen_CommentsGen
func (*MaskedListingWWalletResponse_ListingGen) GetDescription ¶
func (x *MaskedListingWWalletResponse_ListingGen) GetDescription() string
func (*MaskedListingWWalletResponse_ListingGen) GetTitle ¶
func (x *MaskedListingWWalletResponse_ListingGen) GetTitle() string
func (*MaskedListingWWalletResponse_ListingGen) ProtoMessage ¶
func (*MaskedListingWWalletResponse_ListingGen) ProtoMessage()
func (*MaskedListingWWalletResponse_ListingGen) ProtoReflect ¶
func (x *MaskedListingWWalletResponse_ListingGen) ProtoReflect() protoreflect.Message
func (*MaskedListingWWalletResponse_ListingGen) Reset ¶
func (x *MaskedListingWWalletResponse_ListingGen) Reset()
func (*MaskedListingWWalletResponse_ListingGen) String ¶
func (x *MaskedListingWWalletResponse_ListingGen) String() string
type MaskedListingWWalletResponse_ListingGen_CommentsGen ¶
type MaskedListingWWalletResponse_ListingGen_CommentsGen struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` // contains filtered or unexported fields }
func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) Descriptor
deprecated
func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) Descriptor() ([]byte, []int)
Deprecated: Use MaskedListingWWalletResponse_ListingGen_CommentsGen.ProtoReflect.Descriptor instead.
func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) GetTitle ¶
func (x *MaskedListingWWalletResponse_ListingGen_CommentsGen) GetTitle() string
func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) ProtoMessage ¶
func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) ProtoMessage()
func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) ProtoReflect ¶
func (x *MaskedListingWWalletResponse_ListingGen_CommentsGen) ProtoReflect() protoreflect.Message
func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) Reset ¶
func (x *MaskedListingWWalletResponse_ListingGen_CommentsGen) Reset()
func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) String ¶
func (x *MaskedListingWWalletResponse_ListingGen_CommentsGen) String() string
type MaskedListingWWalletResponse_WalletGen ¶
type MaskedListingWWalletResponse_WalletGen struct { Balance int64 `protobuf:"varint,1,opt,name=balance,proto3" json:"balance,omitempty"` // contains filtered or unexported fields }
func (*MaskedListingWWalletResponse_WalletGen) Descriptor
deprecated
func (*MaskedListingWWalletResponse_WalletGen) Descriptor() ([]byte, []int)
Deprecated: Use MaskedListingWWalletResponse_WalletGen.ProtoReflect.Descriptor instead.
func (*MaskedListingWWalletResponse_WalletGen) GetBalance ¶
func (x *MaskedListingWWalletResponse_WalletGen) GetBalance() int64
func (*MaskedListingWWalletResponse_WalletGen) ProtoMessage ¶
func (*MaskedListingWWalletResponse_WalletGen) ProtoMessage()
func (*MaskedListingWWalletResponse_WalletGen) ProtoReflect ¶
func (x *MaskedListingWWalletResponse_WalletGen) ProtoReflect() protoreflect.Message
func (*MaskedListingWWalletResponse_WalletGen) Reset ¶
func (x *MaskedListingWWalletResponse_WalletGen) Reset()
func (*MaskedListingWWalletResponse_WalletGen) String ¶
func (x *MaskedListingWWalletResponse_WalletGen) String() string
type MaskedListingWWalletServiceClient ¶
type MaskedListingWWalletServiceClient interface {
InvokeMaskedListingWWallet(ctx context.Context, in *MaskedListingWWalletRequest, opts ...grpc.CallOption) (*MaskedListingWWalletResponse, error)
}
MaskedListingWWalletServiceClient is the client API for MaskedListingWWalletService 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 NewMaskedListingWWalletServiceClient ¶
func NewMaskedListingWWalletServiceClient(cc grpc.ClientConnInterface) MaskedListingWWalletServiceClient
type MaskedListingWWalletServiceServer ¶
type MaskedListingWWalletServiceServer interface { InvokeMaskedListingWWallet(context.Context, *MaskedListingWWalletRequest) (*MaskedListingWWalletResponse, error) // contains filtered or unexported methods }
MaskedListingWWalletServiceServer is the server API for MaskedListingWWalletService service. All implementations must embed UnimplementedMaskedListingWWalletServiceServer for forward compatibility
func New ¶
func New() MaskedListingWWalletServiceServer
type UnimplementedMaskedListingWWalletServiceServer ¶
type UnimplementedMaskedListingWWalletServiceServer struct { }
UnimplementedMaskedListingWWalletServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedMaskedListingWWalletServiceServer) InvokeMaskedListingWWallet ¶
func (UnimplementedMaskedListingWWalletServiceServer) InvokeMaskedListingWWallet(context.Context, *MaskedListingWWalletRequest) (*MaskedListingWWalletResponse, error)
type UnsafeMaskedListingWWalletServiceServer ¶
type UnsafeMaskedListingWWalletServiceServer interface {
// contains filtered or unexported methods
}
UnsafeMaskedListingWWalletServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MaskedListingWWalletServiceServer will result in compilation errors.
Source Files ¶
- masked_listing_w_wallet.pb.go
- masked_listing_w_wallet_adaptor.go
- masked_listing_w_wallet_get_listing_comments_operation.go
- masked_listing_w_wallet_get_listing_operation.go
- masked_listing_w_wallet_get_user_wallet_operation.go
- masked_listing_w_wallet_grpc.pb.go
- masked_listing_w_wallet_input.go
- masked_listing_w_wallet_orchestrator.go