Versions in this module Expand all Collapse all v1 v1.1.1 Feb 1, 2018 Changes in this version + func RegisterHelloServiceServer(s *grpc.Server, srv HelloServiceServer) + type HelloServiceClient interface + Echo func(ctx context.Context, in *Payload, opts ...grpc.CallOption) (*Payload, error) + func NewHelloServiceClient(cc *grpc.ClientConn) HelloServiceClient + type HelloServiceServer interface + Echo func(context.Context, *Payload) (*Payload, error) + type Payload struct + Data string + func (*Payload) Descriptor() ([]byte, []int) + func (*Payload) ProtoMessage() + func (m *Payload) GetData() string + func (m *Payload) Reset() + func (m *Payload) String() string