Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloService ¶
type HelloService struct {
pb.UnimplementedHelloServiceServer
}
HelloService server
func (*HelloService) Hello ¶
func (server *HelloService) Hello(ctx context.Context, req *pb.CheckResultReq) (resp *pb.CheckResultResp, err error)
hello
func (*HelloService) Hello2 ¶
func (server *HelloService) Hello2(ctx context.Context, req *pb.CheckResultReq) (resp *pb.CheckResultResp, err error)
hello2
Click to show internal directories.
Click to hide internal directories.