Skip to content
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

Why is the notifier module private? #13

Open
blackghost1987 opened this issue May 23, 2017 · 0 comments
Open

Why is the notifier module private? #13

blackghost1987 opened this issue May 23, 2017 · 0 comments

Comments

@blackghost1987
Copy link
Collaborator

I would like to create a central instance of the Airbrake notifier but the Notifier type is in the notifier module, which is private. This way I can't pass around the configured Notifier object, because I can't define the type for the function params and such.
Is there a reason why this type is private? I would think that a value returned by the a public function of the lib should have a type which is also public.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant