fluentbit-log-collect/config/dir.go

8 lines
61 B
Go
Raw Permalink Normal View History

2024-05-14 03:20:44 +00:00
package config
type dir struct {
Dir string
}
var Dir dir