Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloService ¶
type HelloService struct {
pb.UnimplementedHelloServer
}
func NewHelloService ¶
func NewHelloService() *HelloService
func (*HelloService) Chat ¶
func (s *HelloService) Chat(conn pb.Hello_ChatServer) error
func (*HelloService) GetNumber ¶
func (s *HelloService) GetNumber(req *pb.GetNumberRequest, conn pb.Hello_GetNumberServer) error
func (*HelloService) UploadLog ¶
func (s *HelloService) UploadLog(conn pb.Hello_UploadLogServer) error
Click to show internal directories.
Click to hide internal directories.