Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Nov 15, 2023
1 parent 6c1c8dd commit c27f09f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kibana/fleet.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ type DownloadSource struct {

type DownloadSourceResponse struct {
Item struct {
ID string `json:"id"`
Name string `json:"name"`
Host string `json:"host"`
IsDefault bool `json:"is_default"`
ProxyID interface{} `json:"proxy_id"`
ID string `json:"id"`
Name string `json:"name"`
Host string `json:"host"`
IsDefault bool `json:"is_default"`
ProxyID string `json:"proxy_id"`
} `json:"item"`
}

Expand Down

0 comments on commit c27f09f

Please sign in to comment.