Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseService ¶
func (*BaseService) SetCtx ¶
func (s *BaseService) SetCtx(ctx context.Context)
type GreeterService ¶
type GreeterService struct {
BaseService
}
func (*GreeterService) SayHello ¶
func (s *GreeterService) SayHello(ctx context.Context, in *pb.HelloReq) (*pb.HelloReply, error)
Click to show internal directories.
Click to hide internal directories.