complex_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: 14 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.

Code generated by aggproto. DO NOT EDIT.

Code generated by aggproto. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var ComplexUsecaseService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "complex_v1.ComplexUsecaseService",
	HandlerType: (*ComplexUsecaseServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "InvokeComplexUsecase",
			Handler:    _ComplexUsecaseService_InvokeComplexUsecase_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "complex_v1/complex_usecase.proto",
}

ComplexUsecaseService_ServiceDesc is the grpc.ServiceDesc for ComplexUsecaseService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_complex_v1_complex_usecase_proto protoreflect.FileDescriptor

Functions

func RegisterComplexUsecaseServiceServer

func RegisterComplexUsecaseServiceServer(s grpc.ServiceRegistrar, srv ComplexUsecaseServiceServer)

Types

type ComplexUsecaseRequest

type ComplexUsecaseRequest struct {
	GetListings *ComplexUsecaseRequest_GetListingsGen `protobuf:"bytes,1,opt,name=get_listings,json=getListings,proto3" json:"get_listings,omitempty"`
	UserInfo    *ComplexUsecaseRequest_UserInfoGen    `protobuf:"bytes,2,opt,name=user_info,json=userInfo,proto3" json:"user_info,omitempty"`
	Meta        *ComplexUsecaseRequest_MetaGen        `protobuf:"bytes,3,opt,name=meta,proto3" json:"meta,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseRequest) Descriptor deprecated

func (*ComplexUsecaseRequest) Descriptor() ([]byte, []int)

Deprecated: Use ComplexUsecaseRequest.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseRequest) GetGetListings

func (*ComplexUsecaseRequest) GetMeta

func (*ComplexUsecaseRequest) GetUserInfo

func (*ComplexUsecaseRequest) ProtoMessage

func (*ComplexUsecaseRequest) ProtoMessage()

func (*ComplexUsecaseRequest) ProtoReflect

func (x *ComplexUsecaseRequest) ProtoReflect() protoreflect.Message

func (*ComplexUsecaseRequest) Reset

func (x *ComplexUsecaseRequest) Reset()

func (*ComplexUsecaseRequest) String

func (x *ComplexUsecaseRequest) String() string

type ComplexUsecaseRequest_GetListingsGen

type ComplexUsecaseRequest_GetListingsGen struct {
	ListingIds []*ComplexUsecaseRequest_GetListingsGen_ListingIdsGen `protobuf:"bytes,1,rep,name=listing_ids,json=listingIds,proto3" json:"listing_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseRequest_GetListingsGen) Descriptor deprecated

func (*ComplexUsecaseRequest_GetListingsGen) Descriptor() ([]byte, []int)

Deprecated: Use ComplexUsecaseRequest_GetListingsGen.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseRequest_GetListingsGen) GetListingIds

func (*ComplexUsecaseRequest_GetListingsGen) ProtoMessage

func (*ComplexUsecaseRequest_GetListingsGen) ProtoMessage()

func (*ComplexUsecaseRequest_GetListingsGen) ProtoReflect

func (*ComplexUsecaseRequest_GetListingsGen) Reset

func (*ComplexUsecaseRequest_GetListingsGen) String

type ComplexUsecaseRequest_GetListingsGen_ListingIdsGen

type ComplexUsecaseRequest_GetListingsGen_ListingIdsGen struct {
	Ids string `protobuf:"bytes,1,opt,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseRequest_GetListingsGen_ListingIdsGen) Descriptor deprecated

Deprecated: Use ComplexUsecaseRequest_GetListingsGen_ListingIdsGen.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseRequest_GetListingsGen_ListingIdsGen) GetIds

func (*ComplexUsecaseRequest_GetListingsGen_ListingIdsGen) ProtoMessage

func (*ComplexUsecaseRequest_GetListingsGen_ListingIdsGen) ProtoReflect

func (*ComplexUsecaseRequest_GetListingsGen_ListingIdsGen) Reset

func (*ComplexUsecaseRequest_GetListingsGen_ListingIdsGen) String

type ComplexUsecaseRequest_MetaGen

type ComplexUsecaseRequest_MetaGen struct {
	MediaType []string `protobuf:"bytes,1,rep,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseRequest_MetaGen) Descriptor deprecated

func (*ComplexUsecaseRequest_MetaGen) Descriptor() ([]byte, []int)

Deprecated: Use ComplexUsecaseRequest_MetaGen.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseRequest_MetaGen) GetMediaType

func (x *ComplexUsecaseRequest_MetaGen) GetMediaType() []string

func (*ComplexUsecaseRequest_MetaGen) ProtoMessage

func (*ComplexUsecaseRequest_MetaGen) ProtoMessage()

func (*ComplexUsecaseRequest_MetaGen) ProtoReflect

func (*ComplexUsecaseRequest_MetaGen) Reset

func (x *ComplexUsecaseRequest_MetaGen) Reset()

func (*ComplexUsecaseRequest_MetaGen) String

type ComplexUsecaseRequest_UserInfoGen

type ComplexUsecaseRequest_UserInfoGen struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseRequest_UserInfoGen) Descriptor deprecated

func (*ComplexUsecaseRequest_UserInfoGen) Descriptor() ([]byte, []int)

Deprecated: Use ComplexUsecaseRequest_UserInfoGen.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseRequest_UserInfoGen) GetId

func (*ComplexUsecaseRequest_UserInfoGen) ProtoMessage

func (*ComplexUsecaseRequest_UserInfoGen) ProtoMessage()

func (*ComplexUsecaseRequest_UserInfoGen) ProtoReflect

func (*ComplexUsecaseRequest_UserInfoGen) Reset

func (*ComplexUsecaseRequest_UserInfoGen) String

type ComplexUsecaseResponse

type ComplexUsecaseResponse struct {
	Listings   []*ComplexUsecaseResponse_ListingsGen `protobuf:"bytes,1,rep,name=listings,proto3" json:"listings,omitempty"`
	UserWallet *ComplexUsecaseResponse_UserWalletGen `protobuf:"bytes,2,opt,name=user_wallet,json=userWallet,proto3" json:"user_wallet,omitempty"`
	ApiVersion int64                                 `protobuf:"varint,3,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	CommitId   string                                `protobuf:"bytes,4,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseResponse) Descriptor deprecated

func (*ComplexUsecaseResponse) Descriptor() ([]byte, []int)

Deprecated: Use ComplexUsecaseResponse.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseResponse) GetApiVersion

func (x *ComplexUsecaseResponse) GetApiVersion() int64

func (*ComplexUsecaseResponse) GetCommitId

func (x *ComplexUsecaseResponse) GetCommitId() string

func (*ComplexUsecaseResponse) GetListings

func (*ComplexUsecaseResponse) GetUserWallet

func (*ComplexUsecaseResponse) ProtoMessage

func (*ComplexUsecaseResponse) ProtoMessage()

func (*ComplexUsecaseResponse) ProtoReflect

func (x *ComplexUsecaseResponse) ProtoReflect() protoreflect.Message

func (*ComplexUsecaseResponse) Reset

func (x *ComplexUsecaseResponse) Reset()

func (*ComplexUsecaseResponse) String

func (x *ComplexUsecaseResponse) String() string

type ComplexUsecaseResponse_ListingsGen

type ComplexUsecaseResponse_ListingsGen struct {
	Info     *ComplexUsecaseResponse_ListingsGen_InfoGen       `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	Media    *ComplexUsecaseResponse_ListingsGen_MediaGen      `protobuf:"bytes,2,opt,name=media,proto3" json:"media,omitempty"`
	Comments []*ComplexUsecaseResponse_ListingsGen_CommentsGen `protobuf:"bytes,3,rep,name=comments,proto3" json:"comments,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseResponse_ListingsGen) Descriptor deprecated

func (*ComplexUsecaseResponse_ListingsGen) Descriptor() ([]byte, []int)

Deprecated: Use ComplexUsecaseResponse_ListingsGen.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseResponse_ListingsGen) GetComments

func (*ComplexUsecaseResponse_ListingsGen) GetInfo

func (*ComplexUsecaseResponse_ListingsGen) GetMedia

func (*ComplexUsecaseResponse_ListingsGen) ProtoMessage

func (*ComplexUsecaseResponse_ListingsGen) ProtoMessage()

func (*ComplexUsecaseResponse_ListingsGen) ProtoReflect

func (*ComplexUsecaseResponse_ListingsGen) Reset

func (*ComplexUsecaseResponse_ListingsGen) String

type ComplexUsecaseResponse_ListingsGen_CommentsGen

type ComplexUsecaseResponse_ListingsGen_CommentsGen struct {
	Info *ComplexUsecaseResponse_ListingsGen_CommentsGen_InfoGen `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen) Descriptor deprecated

Deprecated: Use ComplexUsecaseResponse_ListingsGen_CommentsGen.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen) GetInfo

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen) ProtoMessage

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen) ProtoReflect

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen) Reset

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen) String

type ComplexUsecaseResponse_ListingsGen_CommentsGen_InfoGen

type ComplexUsecaseResponse_ListingsGen_CommentsGen_InfoGen struct {
	Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen_InfoGen) Descriptor deprecated

Deprecated: Use ComplexUsecaseResponse_ListingsGen_CommentsGen_InfoGen.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen_InfoGen) GetTitle

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen_InfoGen) ProtoMessage

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen_InfoGen) ProtoReflect

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen_InfoGen) Reset

func (*ComplexUsecaseResponse_ListingsGen_CommentsGen_InfoGen) String

type ComplexUsecaseResponse_ListingsGen_InfoGen

type ComplexUsecaseResponse_ListingsGen_InfoGen 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"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseResponse_ListingsGen_InfoGen) Descriptor deprecated

Deprecated: Use ComplexUsecaseResponse_ListingsGen_InfoGen.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseResponse_ListingsGen_InfoGen) GetDescription

func (*ComplexUsecaseResponse_ListingsGen_InfoGen) GetTitle

func (*ComplexUsecaseResponse_ListingsGen_InfoGen) ProtoMessage

func (*ComplexUsecaseResponse_ListingsGen_InfoGen) ProtoReflect

func (*ComplexUsecaseResponse_ListingsGen_InfoGen) Reset

func (*ComplexUsecaseResponse_ListingsGen_InfoGen) String

type ComplexUsecaseResponse_ListingsGen_MediaGen

type ComplexUsecaseResponse_ListingsGen_MediaGen struct {
	PhotoUrl string `protobuf:"bytes,1,opt,name=photo_url,json=photoUrl,proto3" json:"photo_url,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseResponse_ListingsGen_MediaGen) Descriptor deprecated

Deprecated: Use ComplexUsecaseResponse_ListingsGen_MediaGen.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseResponse_ListingsGen_MediaGen) GetPhotoUrl

func (*ComplexUsecaseResponse_ListingsGen_MediaGen) ProtoMessage

func (*ComplexUsecaseResponse_ListingsGen_MediaGen) ProtoReflect

func (*ComplexUsecaseResponse_ListingsGen_MediaGen) Reset

func (*ComplexUsecaseResponse_ListingsGen_MediaGen) String

type ComplexUsecaseResponse_UserWalletGen

type ComplexUsecaseResponse_UserWalletGen struct {
	Balance int64 `protobuf:"varint,1,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*ComplexUsecaseResponse_UserWalletGen) Descriptor deprecated

func (*ComplexUsecaseResponse_UserWalletGen) Descriptor() ([]byte, []int)

Deprecated: Use ComplexUsecaseResponse_UserWalletGen.ProtoReflect.Descriptor instead.

func (*ComplexUsecaseResponse_UserWalletGen) GetBalance

func (*ComplexUsecaseResponse_UserWalletGen) ProtoMessage

func (*ComplexUsecaseResponse_UserWalletGen) ProtoMessage()

func (*ComplexUsecaseResponse_UserWalletGen) ProtoReflect

func (*ComplexUsecaseResponse_UserWalletGen) Reset

func (*ComplexUsecaseResponse_UserWalletGen) String

type ComplexUsecaseServiceClient

type ComplexUsecaseServiceClient interface {
	InvokeComplexUsecase(ctx context.Context, in *ComplexUsecaseRequest, opts ...grpc.CallOption) (*ComplexUsecaseResponse, error)
}

ComplexUsecaseServiceClient is the client API for ComplexUsecaseService 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 ComplexUsecaseServiceServer

type ComplexUsecaseServiceServer interface {
	InvokeComplexUsecase(context.Context, *ComplexUsecaseRequest) (*ComplexUsecaseResponse, error)
	// contains filtered or unexported methods
}

ComplexUsecaseServiceServer is the server API for ComplexUsecaseService service. All implementations must embed UnimplementedComplexUsecaseServiceServer for forward compatibility

type UnimplementedComplexUsecaseServiceServer

type UnimplementedComplexUsecaseServiceServer struct {
}

UnimplementedComplexUsecaseServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedComplexUsecaseServiceServer) InvokeComplexUsecase

type UnsafeComplexUsecaseServiceServer

type UnsafeComplexUsecaseServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeComplexUsecaseServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ComplexUsecaseServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

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