fluentbit-log-collect/config/gin.go

8 lines
62 B
Go
Raw Normal View History

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