Skip to content

Commit

Permalink
Merge pull request #56 from G-Core/feature/CDM-647-fixed-origin-group…
Browse files Browse the repository at this point in the history
…-request

CDM-647 fixed OriginGroupRequest
  • Loading branch information
MarianaStrix authored Mar 27, 2024
2 parents 4be2c80 + 67b70ed commit 4fe26c8
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 4fe26c8

Please sign in to comment.