Skip to content

Instantly share code, notes, and snippets.

@luisnquin
Created December 31, 2021 01:23
Show Gist options
  • Save luisnquin/a2ae71d1b6512531d5c5aa7ca6baa866 to your computer and use it in GitHub Desktop.
Save luisnquin/a2ae71d1b6512531d5c5aa7ca6baa866 to your computer and use it in GitHub Desktop.
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