package model import "github.com/google/uuid" type AuthCode struct { CodeID uuid.UUID RequestID uuid.UUID Code string }