You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bidong@ubuntu:~/.../message/service$ go build
# wajinzi.me/gmcore/message/service
./account.service.pb.gw.go:947: not enough arguments in call to runtime.HTTPError
./account.service.pb.gw.go:951: not enough arguments in call to forward_AccountService_CreateAccount_0
./account.service.pb.gw.go:970: not enough arguments in call to runtime.HTTPError
./account.service.pb.gw.go:974: not enough arguments in call to forward_AccountService_GetAccounts_0
./account.service.pb.gw.go:993: not enough arguments in call to runtime.HTTPError
./account.service.pb.gw.go:997: not enough arguments in call to forward_AccountService_GetAccount_0
./account.service.pb.gw.go:1016: not enough arguments in call to runtime.HTTPError
./account.service.pb.gw.go:1020: not enough arguments in call to forward_AccountService_UpdateAccount_0
./account.service.pb.gw.go:1039: not enough arguments in call to runtime.HTTPError
./account.service.pb.gw.go:1043: not enough arguments in call to forward_AccountService_UpdateAccountPassword_0
./account.service.pb.gw.go:1043: too many errors
Calling HTTPError with 4 parameters in generated code:
Compile error:
Calling HTTPError with 4 parameters in generated code:
runtime.HTTPError(ctx, w, req, err)
But HTTPError needs 5 parameters:
func DefaultHTTPError(ctx context.Context, marshaler Marshaler, w http.ResponseWriter, _ *http.Request, err error) {
The text was updated successfully, but these errors were encountered: