我的功能有问题。我得到一个
final function parameter must have type
对于这种方法
func (s *BallotaApi) PostUser(c endpoints.Context,userReq Users) (userRes Users, error) {
c.Debugf("in the PostUser method")
user := userManger.login(userReq)//return a Users Type
return user, nil
我阅读了这些线程,但我不知道我错在哪里。看起来我宣布了一切。
慕容森
相关分类