Files
base/config/syslog.go
2026-04-10 18:25:21 +03:30

9 lines
113 B
Go

package config
type SyslogConfig struct {
Host string
Port string
Protocol string
LogLevel string
}