We've tried to run interfacer against github.com/PagerDuty/go-pagerduty.Client.
When one of the function arguments is a package name, it generates:
ListAuditRecordsPaginated(context.Context, pagerduty.ListAuditRecordsOptions, func(go-pagerduty.AuditRecord) bool) ([]pagerduty.AuditRecord, error)
however, go-pagerduty isn't a valid package name.
Would it be possible to pass args to tell interfacer which package name to use in this scenario?
We've tried to run interfacer against
github.com/PagerDuty/go-pagerduty.Client.When one of the function arguments is a package name, it generates:
however,
go-pagerdutyisn't a valid package name.Would it be possible to pass args to tell interfacer which package name to use in this scenario?