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

8 lines
62 B
Go

package config
type gin struct {
Port string
}
var Gin gin