alias_union_mask_v1

package
v0.0.0-...-588a488 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

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

Constants

This section is empty.

Variables

View Source
var File_alias_union_mask_v1_masked_listing_w_wallet_proto protoreflect.FileDescriptor
View Source
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 (*MaskedListingWWalletRequest) GetGetWallet

func (*MaskedListingWWalletRequest) ProtoMessage

func (*MaskedListingWWalletRequest) ProtoMessage()

func (*MaskedListingWWalletRequest) ProtoReflect

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 (*MaskedListingWWalletRequest_GetListingGen) ProtoMessage

func (*MaskedListingWWalletRequest_GetListingGen) ProtoReflect

func (*MaskedListingWWalletRequest_GetListingGen) Reset

func (*MaskedListingWWalletRequest_GetListingGen) 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 (*MaskedListingWWalletRequest_GetWalletGen) ProtoMessage

func (*MaskedListingWWalletRequest_GetWalletGen) ProtoReflect

func (*MaskedListingWWalletRequest_GetWalletGen) Reset

func (*MaskedListingWWalletRequest_GetWalletGen) 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 (*MaskedListingWWalletResponse) GetWallet

func (*MaskedListingWWalletResponse) ProtoMessage

func (*MaskedListingWWalletResponse) ProtoMessage()

func (*MaskedListingWWalletResponse) ProtoReflect

func (*MaskedListingWWalletResponse) Reset

func (x *MaskedListingWWalletResponse) Reset()

func (*MaskedListingWWalletResponse) 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 (*MaskedListingWWalletResponse_ListingGen) GetDescription

func (x *MaskedListingWWalletResponse_ListingGen) GetDescription() string

func (*MaskedListingWWalletResponse_ListingGen) GetTitle

func (*MaskedListingWWalletResponse_ListingGen) ProtoMessage

func (*MaskedListingWWalletResponse_ListingGen) ProtoReflect

func (*MaskedListingWWalletResponse_ListingGen) Reset

func (*MaskedListingWWalletResponse_ListingGen) 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

Deprecated: Use MaskedListingWWalletResponse_ListingGen_CommentsGen.ProtoReflect.Descriptor instead.

func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) GetTitle

func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) ProtoMessage

func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) ProtoReflect

func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) Reset

func (*MaskedListingWWalletResponse_ListingGen_CommentsGen) 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 (*MaskedListingWWalletResponse_WalletGen) ProtoMessage

func (*MaskedListingWWalletResponse_WalletGen) ProtoReflect

func (*MaskedListingWWalletResponse_WalletGen) Reset

func (*MaskedListingWWalletResponse_WalletGen) 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.

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

type UnimplementedMaskedListingWWalletServiceServer

type UnimplementedMaskedListingWWalletServiceServer struct {
}

UnimplementedMaskedListingWWalletServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedMaskedListingWWalletServiceServer) InvokeMaskedListingWWallet

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL