1 Star 0 Fork 0

zhangjungang/beats

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
config.go 268 Bytes
Copy Edit Raw Blame History
package autodiscover
import "github.com/elastic/beats/libbeat/common"
// Config settings for Autodiscover
type Config struct {
Providers []*common.Config `config:"providers"`
}
// ProviderConfig settings
type ProviderConfig struct {
Type string `config:"type"`
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangjungang/beats.git
git@gitee.com:zhangjungang/beats.git
zhangjungang
beats
beats
v6.1.0

Search