package settings type AssrtSettings struct { Enabled bool `json:"enabled"` Token string `json:"token"` }