-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Private type on public interface makes it hard to mock out the response #34
Comments
Hi @aliotta, Could you clarify what type is causing issues for you? Both |
Its the pagination param. e.g. the following does not work as I do not have a reference to the pagination package.
|
Ah, you're perfectly right, |
Hi @aliotta, thanks for your patience, the issue has been fixed with this commit. That will be part of the next release. |
The following List endpoint returns a type that is not made public making it difficult to make an interface for this method.
metronome-go/customerinvoice.go
Line 59 in 70b3a86
The text was updated successfully, but these errors were encountered: