Skip to content

Instantly share code, notes, and snippets.

@axel-andrade
Created October 11, 2021 13:28
Show Gist options
  • Save axel-andrade/81b0368d01fa86c88f414ae9c7e0e09b to your computer and use it in GitHub Desktop.
Save axel-andrade/81b0368d01fa86c88f414ae9c7e0e09b to your computer and use it in GitHub Desktop.
package entities
type AccessDetails struct {
AccessUUID string `json:"access_uuid"`
UserID UniqueEntityID `json:"user_id"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment