package models type ActivationCode struct { Code string Used bool }