Versions in this module Expand all Collapse all v1 v1.1.7 Nov 2, 2021 v1.1.6 Oct 13, 2021 v1.1.5 Sep 29, 2021 v1.1.4 Sep 27, 2021 v1.1.3 Sep 26, 2021 v1.1.2 Sep 26, 2021 v1.1.1 Sep 16, 2021 v1.1.0 Sep 16, 2021 v0 v0.1.4 Sep 14, 2021 v0.1.3 Sep 14, 2021 v0.1.2 Sep 14, 2021 v0.1.1 Sep 14, 2021 v0.1.0 Sep 14, 2021 v0.0.6 Sep 15, 2021 v0.0.5 Sep 14, 2021 v0.0.4 Sep 14, 2021 v0.0.3 Sep 14, 2021 v0.0.2 Sep 14, 2021 Changes in this version + var File_api_grpc_protos_greeting_proto protoreflect.FileDescriptor + var Greeting_ServiceDesc = grpc.ServiceDesc + func RegisterGreetingServer(s grpc.ServiceRegistrar, srv GreetingServer) + type CreateGreetingParam struct + func (*CreateGreetingParam) Descriptor() ([]byte, []int) + func (*CreateGreetingParam) ProtoMessage() + func (x *CreateGreetingParam) ProtoReflect() protoreflect.Message + func (x *CreateGreetingParam) Reset() + func (x *CreateGreetingParam) String() string + type CreateGreetingReply struct + func (*CreateGreetingReply) Descriptor() ([]byte, []int) + func (*CreateGreetingReply) ProtoMessage() + func (x *CreateGreetingReply) ProtoReflect() protoreflect.Message + func (x *CreateGreetingReply) Reset() + func (x *CreateGreetingReply) String() string + type DeleteGreetingParam struct + Id int64 + func (*DeleteGreetingParam) Descriptor() ([]byte, []int) + func (*DeleteGreetingParam) ProtoMessage() + func (x *DeleteGreetingParam) GetId() int64 + func (x *DeleteGreetingParam) ProtoReflect() protoreflect.Message + func (x *DeleteGreetingParam) Reset() + func (x *DeleteGreetingParam) String() string + type DeleteGreetingReply struct + func (*DeleteGreetingReply) Descriptor() ([]byte, []int) + func (*DeleteGreetingReply) ProtoMessage() + func (x *DeleteGreetingReply) ProtoReflect() protoreflect.Message + func (x *DeleteGreetingReply) Reset() + func (x *DeleteGreetingReply) String() string + type GetGreetingAllParam struct + func (*GetGreetingAllParam) Descriptor() ([]byte, []int) + func (*GetGreetingAllParam) ProtoMessage() + func (x *GetGreetingAllParam) ProtoReflect() protoreflect.Message + func (x *GetGreetingAllParam) Reset() + func (x *GetGreetingAllParam) String() string + type GetGreetingAllReply struct + Item []*GetGreetingAllReply_List + func (*GetGreetingAllReply) Descriptor() ([]byte, []int) + func (*GetGreetingAllReply) ProtoMessage() + func (x *GetGreetingAllReply) GetItem() []*GetGreetingAllReply_List + func (x *GetGreetingAllReply) ProtoReflect() protoreflect.Message + func (x *GetGreetingAllReply) Reset() + func (x *GetGreetingAllReply) String() string + type GetGreetingAllReply_List struct + func (*GetGreetingAllReply_List) Descriptor() ([]byte, []int) + func (*GetGreetingAllReply_List) ProtoMessage() + func (x *GetGreetingAllReply_List) ProtoReflect() protoreflect.Message + func (x *GetGreetingAllReply_List) Reset() + func (x *GetGreetingAllReply_List) String() string + type GetGreetingDetailParam struct + Id int64 + func (*GetGreetingDetailParam) Descriptor() ([]byte, []int) + func (*GetGreetingDetailParam) ProtoMessage() + func (x *GetGreetingDetailParam) GetId() int64 + func (x *GetGreetingDetailParam) ProtoReflect() protoreflect.Message + func (x *GetGreetingDetailParam) Reset() + func (x *GetGreetingDetailParam) String() string + type GetGreetingDetailReply struct + func (*GetGreetingDetailReply) Descriptor() ([]byte, []int) + func (*GetGreetingDetailReply) ProtoMessage() + func (x *GetGreetingDetailReply) ProtoReflect() protoreflect.Message + func (x *GetGreetingDetailReply) Reset() + func (x *GetGreetingDetailReply) String() string + type GetGreetingListParam struct + PageIndex int64 + PageSize int64 + func (*GetGreetingListParam) Descriptor() ([]byte, []int) + func (*GetGreetingListParam) ProtoMessage() + func (x *GetGreetingListParam) GetPageIndex() int64 + func (x *GetGreetingListParam) GetPageSize() int64 + func (x *GetGreetingListParam) ProtoReflect() protoreflect.Message + func (x *GetGreetingListParam) Reset() + func (x *GetGreetingListParam) String() string + type GetGreetingListReply struct + Item []*GetGreetingListReply_List + Total int64 + func (*GetGreetingListReply) Descriptor() ([]byte, []int) + func (*GetGreetingListReply) ProtoMessage() + func (x *GetGreetingListReply) GetItem() []*GetGreetingListReply_List + func (x *GetGreetingListReply) GetTotal() int64 + func (x *GetGreetingListReply) ProtoReflect() protoreflect.Message + func (x *GetGreetingListReply) Reset() + func (x *GetGreetingListReply) String() string + type GetGreetingListReply_List struct + func (*GetGreetingListReply_List) Descriptor() ([]byte, []int) + func (*GetGreetingListReply_List) ProtoMessage() + func (x *GetGreetingListReply_List) ProtoReflect() protoreflect.Message + func (x *GetGreetingListReply_List) Reset() + func (x *GetGreetingListReply_List) String() string + type GreetingClient interface + Create func(ctx context.Context, in *CreateGreetingParam, opts ...grpc.CallOption) (*CreateGreetingReply, error) + Delete func(ctx context.Context, in *DeleteGreetingParam, opts ...grpc.CallOption) (*DeleteGreetingReply, error) + GetAll func(ctx context.Context, in *GetGreetingAllParam, opts ...grpc.CallOption) (*GetGreetingAllReply, error) + GetDetail func(ctx context.Context, in *GetGreetingDetailParam, opts ...grpc.CallOption) (*GetGreetingDetailReply, error) + GetList func(ctx context.Context, in *GetGreetingListParam, opts ...grpc.CallOption) (*GetGreetingListReply, error) + Update func(ctx context.Context, in *UpdateGreetingParam, opts ...grpc.CallOption) (*UpdateGreetingReply, error) + func NewGreetingClient(cc grpc.ClientConnInterface) GreetingClient + type GreetingServer interface + Create func(context.Context, *CreateGreetingParam) (*CreateGreetingReply, error) + Delete func(context.Context, *DeleteGreetingParam) (*DeleteGreetingReply, error) + GetAll func(context.Context, *GetGreetingAllParam) (*GetGreetingAllReply, error) + GetDetail func(context.Context, *GetGreetingDetailParam) (*GetGreetingDetailReply, error) + GetList func(context.Context, *GetGreetingListParam) (*GetGreetingListReply, error) + Update func(context.Context, *UpdateGreetingParam) (*UpdateGreetingReply, error) + type UnimplementedGreetingServer struct + func (UnimplementedGreetingServer) Create(context.Context, *CreateGreetingParam) (*CreateGreetingReply, error) + func (UnimplementedGreetingServer) Delete(context.Context, *DeleteGreetingParam) (*DeleteGreetingReply, error) + func (UnimplementedGreetingServer) GetAll(context.Context, *GetGreetingAllParam) (*GetGreetingAllReply, error) + func (UnimplementedGreetingServer) GetDetail(context.Context, *GetGreetingDetailParam) (*GetGreetingDetailReply, error) + func (UnimplementedGreetingServer) GetList(context.Context, *GetGreetingListParam) (*GetGreetingListReply, error) + func (UnimplementedGreetingServer) Update(context.Context, *UpdateGreetingParam) (*UpdateGreetingReply, error) + type UnsafeGreetingServer interface + type UpdateGreetingParam struct + Id int64 + func (*UpdateGreetingParam) Descriptor() ([]byte, []int) + func (*UpdateGreetingParam) ProtoMessage() + func (x *UpdateGreetingParam) GetId() int64 + func (x *UpdateGreetingParam) ProtoReflect() protoreflect.Message + func (x *UpdateGreetingParam) Reset() + func (x *UpdateGreetingParam) String() string + type UpdateGreetingReply struct + func (*UpdateGreetingReply) Descriptor() ([]byte, []int) + func (*UpdateGreetingReply) ProtoMessage() + func (x *UpdateGreetingReply) ProtoReflect() protoreflect.Message + func (x *UpdateGreetingReply) Reset() + func (x *UpdateGreetingReply) String() string