Skip to content

Commit

Permalink
feat(Campaign): Add master property to campaign model
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadiii committed Aug 21, 2024
1 parent c0d1c6d commit b3a1d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/web_experimentation/campaign.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ type CampaignWE struct {
Description string `json:"description"`
Type string `json:"type"`
SubType string `json:"sub_type"`
Master *CampaignWE `json:"master"`
State string `json:"state"`
Traffic *Traffic `json:"traffic"`
Variations []VariationWE `json:"variations"`
Expand Down

0 comments on commit b3a1d33

Please sign in to comment.