Documentation ¶ Index ¶ type Server func (s *Server) Bye(ctx context.Context, req *pb.ByeRequest) (*pb.ByeResponse, error) func (s *Server) Hello(ctx context.Context, req *pb.HelloRequest) (*pb.HelloResponse, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct{} func (*Server) Bye ¶ func (s *Server) Bye(ctx context.Context, req *pb.ByeRequest) (*pb.ByeResponse, error) func (*Server) Hello ¶ func (s *Server) Hello(ctx context.Context, req *pb.HelloRequest) (*pb.HelloResponse, error) Source Files ¶ View all Source files bye.go hello.go Click to show internal directories. Click to hide internal directories.