Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Greeter ¶
Greeter is the service implementation.
func (*Greeter) BeforeExit ¶
BeforeExit overrides service.Talkie.BeforeExit. This is not a mandatory method, as service.Talkie provides an empty implementation of this.
func (*Greeter) BeforeStart ¶
BeforeStart overrides service.Talkie.BeforeStart. This is not a mandatory method, as service.Talkie provides an empty implementation of this.
func (*Greeter) SayHello ¶
func (s *Greeter) SayHello(ctx context.Context, in *pb.HelloRequest) (*pb.HelloReply, error)
SayHello implements the gRPC method of same name.
Click to show internal directories.
Click to hide internal directories.