package Safeline type SafeLine struct { Host Host `json:"Host"` ApiToken ApiToken `json:"ApiToken"` } type Host string type ApiToken string