package models type Auth struct { Key string `json:"key"` Token string `json:"token"` }