Created
December 31, 2021 01:23
-
-
Save luisnquin/a2ae71d1b6512531d5c5aa7ca6baa866 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
package models | |
type ResponseToken struct { | |
Token string `json:"token"` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment