Created
May 2, 2020 13:20
-
-
Save RubaXa/3f370c1d82f4ba899a4733d9503d19ea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// AuthLoginResponse — ответ на запрос | |
type AuthLoginResponse struct { | |
// инлайн комментарий с наследованием родительского | |
UserID types.UserID `comment:"{super}, авторизованного пользователя"` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment