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
message User
- id: uint64
+ json = id
+ go.field.name = ID
+ go.field.type = int64 ### This doesn't work on server
+ go.tag.db = id
- GetUser(header: map<string,string>, userID: uint64) => (code: uint32, user: User)
generates wrong server method signature
The text was updated successfully, but these errors were encountered:
generates wrong server method signature
The text was updated successfully, but these errors were encountered: