fluentbit-log-collect/config/auth.go

8 lines
65 B
Go
Raw Normal View History

2024-05-14 03:20:44 +00:00
package config
type auth struct {
Pass string
}
var Auth auth