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
ATT
https://github.com/ehids/ecapture/blob/5c9b871e42db6f4f564773b1d778f6e65c1ae271/user/imodule.go#L249-L252
this.Writer() rewrite to Dispatcher() interface for child.
this.Writer()
Dispatcher()
https://github.com/ehids/ecapture/blob/5c9b871e42db6f4f564773b1d778f6e65c1ae271/user/probe_openssl.go#L286-L292 empty value check is ugly.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
ATT
https://github.com/ehids/ecapture/blob/5c9b871e42db6f4f564773b1d778f6e65c1ae271/user/imodule.go#L249-L252
this.Writer()
rewrite toDispatcher()
interface for child.https://github.com/ehids/ecapture/blob/5c9b871e42db6f4f564773b1d778f6e65c1ae271/user/probe_openssl.go#L286-L292
empty value check is ugly.
The text was updated successfully, but these errors were encountered: