Skip to content

Commit

Permalink
Plural for func name
Browse files Browse the repository at this point in the history
Returns certs so make plural as suggested by @jacobbednarz

Co-authored-by: Jacob Bednarz <[email protected]>
  • Loading branch information
Brian Gibbins and jacobbednarz authored May 17, 2021
1 parent ea7e467 commit 86927c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authenticated_origin_pulls_per_hostname.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type PerHostnameAuthenticatedOriginPullsConfigParams struct {
Config []PerHostnameAuthenticatedOriginPullsConfig `json:"config"`
}

// ListPerHostnameAuthenticatedOriginPullsCertificate will get all certificate under Per Hostname AuthenticatedOriginPulls zone.
// ListPerHostnameAuthenticatedOriginPullsCertificates will get all certificate under Per Hostname AuthenticatedOriginPulls zone.
//
// API reference: https://api.cloudflare.com/#per-hostname-authenticated-origin-pull-list-certificates
func (api *API) ListPerHostnameAuthenticatedOriginPullsCertificates(ctx context.Context, zoneID string) ([]PerHostnameAuthenticatedOriginPullsDetails, error) {
Expand Down

0 comments on commit 86927c4

Please sign in to comment.