package app type FetchDevicesResponse struct { Name string `json:"name"` Device string `json:"device"` }