Versions in this module Expand all Collapse all v0 v0.1.0 Oct 29, 2020 Changes in this version + var File_ping_entities_proto protoreflect.FileDescriptor + var File_ping_services_proto protoreflect.FileDescriptor + func RegisterPingServer(s *grpc.Server, srv PingServer) + type PingClient interface + Ping func(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PongResponse, error) + func NewPingClient(cc grpc.ClientConnInterface) PingClient + type PingRequest struct + Message string + func (*PingRequest) Descriptor() ([]byte, []int) + func (*PingRequest) ProtoMessage() + func (m *PingRequest) Validate() error + func (x *PingRequest) GetMessage() string + func (x *PingRequest) ProtoReflect() protoreflect.Message + func (x *PingRequest) Reset() + func (x *PingRequest) String() string + type PingRequestValidationError struct + func (e PingRequestValidationError) Cause() error + func (e PingRequestValidationError) Error() string + func (e PingRequestValidationError) ErrorName() string + func (e PingRequestValidationError) Field() string + func (e PingRequestValidationError) Key() bool + func (e PingRequestValidationError) Reason() string + type PingServer interface + Ping func(context.Context, *PingRequest) (*PongResponse, error) + type PongResponse struct + Message string + func (*PongResponse) Descriptor() ([]byte, []int) + func (*PongResponse) ProtoMessage() + func (m *PongResponse) Validate() error + func (x *PongResponse) GetMessage() string + func (x *PongResponse) ProtoReflect() protoreflect.Message + func (x *PongResponse) Reset() + func (x *PongResponse) String() string + type PongResponseValidationError struct + func (e PongResponseValidationError) Cause() error + func (e PongResponseValidationError) Error() string + func (e PongResponseValidationError) ErrorName() string + func (e PongResponseValidationError) Field() string + func (e PongResponseValidationError) Key() bool + func (e PongResponseValidationError) Reason() string + type UnimplementedPingServer struct + func (*UnimplementedPingServer) Ping(context.Context, *PingRequest) (*PongResponse, error)