We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now you can't implement a custom fielder without pulling in the apex/log library.
apex/log
I'm not sure if this would be a breaking change or not, but it'd be nice to change:
type Fielder interface { Fields() Fields }
to this:
type Fielder interface { Fields() map[string]interface{} }
The text was updated successfully, but these errors were encountered:
true true, might be nice for the 2.0 there were going to be some other small breakages anyway, sounds reasonable to me!
Sorry, something went wrong.
No branches or pull requests
Right now you can't implement a custom fielder without pulling in the
apex/log
library.I'm not sure if this would be a breaking change or not, but it'd be nice to change:
to this:
The text was updated successfully, but these errors were encountered: