processorpb

package
v0.0.0-...-68f1c7f Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2020 License: MIT Imports: 10 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_src_processor_proto protoreflect.FileDescriptor

Functions

func RegisterProcessorServiceServer

func RegisterProcessorServiceServer(s *grpc.Server, srv ProcessorServiceServer)

Types

type GetRamenRequest

type GetRamenRequest struct {
	// contains filtered or unexported fields
}

func (*GetRamenRequest) Descriptor deprecated

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

Deprecated: Use GetRamenRequest.ProtoReflect.Descriptor instead.

func (*GetRamenRequest) ProtoMessage

func (*GetRamenRequest) ProtoMessage()

func (*GetRamenRequest) ProtoReflect

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

func (*GetRamenRequest) Reset

func (x *GetRamenRequest) Reset()

func (*GetRamenRequest) String

func (x *GetRamenRequest) String() string

type GetRamenResponse

type GetRamenResponse struct {
	Ramens []*types.Ramen `protobuf:"bytes,1,rep,name=Ramens,proto3" json:"Ramens,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRamenResponse) Descriptor deprecated

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

Deprecated: Use GetRamenResponse.ProtoReflect.Descriptor instead.

func (*GetRamenResponse) GetRamens

func (x *GetRamenResponse) GetRamens() []*types.Ramen

func (*GetRamenResponse) ProtoMessage

func (*GetRamenResponse) ProtoMessage()

func (*GetRamenResponse) ProtoReflect

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

func (*GetRamenResponse) Reset

func (x *GetRamenResponse) Reset()

func (*GetRamenResponse) String

func (x *GetRamenResponse) String() string

type ProcessorServiceClient

type ProcessorServiceClient interface {
	GetRamenList(ctx context.Context, in *GetRamenRequest, opts ...grpc.CallOption) (*GetRamenResponse, error)
}

ProcessorServiceClient is the client API for ProcessorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type ProcessorServiceServer

type ProcessorServiceServer interface {
	GetRamenList(context.Context, *GetRamenRequest) (*GetRamenResponse, error)
}

ProcessorServiceServer is the server API for ProcessorService service.

type UnimplementedProcessorServiceServer

type UnimplementedProcessorServiceServer struct {
}

UnimplementedProcessorServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedProcessorServiceServer) GetRamenList

Jump to

Keyboard shortcuts

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