Documentation ¶
Index ¶
- type Server
- func (s *Server) ComputeAverage(stream hellopb.HelloService_ComputeAverageServer) error
- func (s *Server) FindMax(stream hellopb.HelloService_FindMaxServer) error
- func (s *Server) Greet(ctx context.Context, req *hellopb.ReqGreet) (*hellopb.RespGreet, error)
- func (s *Server) PrimeDecompose(req *hellopb.ReqPrimeDecompose, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server ...
func (*Server) ComputeAverage ¶
func (s *Server) ComputeAverage(stream hellopb.HelloService_ComputeAverageServer) error
ComputeAverage ...
func (*Server) FindMax ¶
func (s *Server) FindMax(stream hellopb.HelloService_FindMaxServer) error
FindMax ...
func (*Server) PrimeDecompose ¶
func (s *Server) PrimeDecompose(req *hellopb.ReqPrimeDecompose, stream hellopb.HelloService_PrimeDecomposeServer) error
PrimeDecompose ...
Click to show internal directories.
Click to hide internal directories.