Skip to content

Commit

Permalink
removed redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Jan 3, 2025
1 parent 1c49eb6 commit 4503fce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ type MetricsPagination struct {
// LabeledValues: []mailgun.MetricsLabeledValue{{Label: "example.com", Value: "example.com"}},
// }}
//
// NOTE: Only for v1 API. To use the /v1 version define MG_URL in the environment variable
// as `https://api.mailgun.net/v1` or set `mg.SetAPIBase("https://api.mailgun.net/v1")`
//
// https://documentation.mailgun.com/docs/mailgun/api-reference/openapi-final/tag/Metrics/
func (mg *MailgunImpl) ListMetrics(opts MetricsOptions) (*MetricsIterator, error) {
if opts.Pagination.Limit == 0 {
Expand Down

0 comments on commit 4503fce

Please sign in to comment.