Skip to content

Commit

Permalink
Merge pull request #48 from G-Core/feature/CDI-468_add_origin_shielding
Browse files Browse the repository at this point in the history
CDI-468: add origin shielding to client service
  • Loading branch information
anton-sharonov authored Feb 8, 2024
2 parents ae65348 + 996001c commit b9d8157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type ClientService interface {
Resources() resources.ResourceService
Rules() rules.RulesService
OriginGroups() origingroups.OriginGroupService
OriginShielding() originshielding.OriginShieldingService
SSLCerts() sslcerts.SSLCertService
}

Expand Down

0 comments on commit b9d8157

Please sign in to comment.