package cache type Settings struct { CarrierName string `json:"carrierName,omitempty"` HexHash string `json:"hexHash,omitempty"` Version string `json:"version,omitempty"` }