-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add plugin support for autodiscover builders, providers #6457
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
||
var pluginKey = "libbeat.autodiscover.builder" | ||
|
||
func Plugin(name string, b autodiscover.BuilderConstructor) map[string][]interface{} { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exported function Plugin should have comment or be unexported
|
||
var pluginKey = "libbeat.autodiscover.provider" | ||
|
||
func Plugin(name string, provider autodiscover.ProviderBuilder) map[string][]interface{} { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exported function Plugin should have comment or be unexported
8d39865
to
43b29b3
Compare
43b29b3
to
1035959
Compare
ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
jenkins test it |
No description provided.