Skip to content

Commit

Permalink
CDM-647 fixed OriginGroupRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianaStrix committed Mar 27, 2024
1 parent 4be2c80 commit 67b70ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions origingroups/origingroups.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ type OriginGroupService interface {
}

type GroupRequest struct {
Name string `json:"name"`
UseNext bool `json:"use_next"`
Sources []SourceRequest `json:"sources"`
Name string `json:"name"`
UseNext bool `json:"use_next"`
Sources []SourceRequest `json:"sources"`
ProxyNextUpstream []string `json:"proxy_next_upstream"`
}

type SourceRequest struct {
Expand Down

0 comments on commit 67b70ed

Please sign in to comment.