fluentbit-log-collect/config/gin.go

8 lines
62 B
Go
Raw Permalink Normal View History

2024-05-14 03:20:44 +00:00
package config
type gin struct {
2024-05-14 07:01:18 +00:00
Addr string
2024-05-14 03:20:44 +00:00
}
var Gin gin