generated from VLADIMIR/template
add signup method
This commit is contained in:
@@ -19,4 +19,8 @@ func (s *server) Ping(_ context.Context, _ *proto.PingReq) (*proto.PingRsp, erro
|
||||
|
||||
func (s *server) Echo(_ context.Context, req *proto.EchoReq) (*proto.EchoRsp, error) {
|
||||
return &proto.EchoRsp{Text: req.Text}, nil
|
||||
}
|
||||
}
|
||||
|
||||
func (s *server) Signup(context.Context, *proto.SignupReq) (*proto.SignupRsp, error) {
|
||||
panic("unimplemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user