fluentbit-log-collect/config/auth.go
2024-05-14 11:20:44 +08:00

8 lines
65 B
Go

package config
type auth struct {
Pass string
}
var Auth auth