initial commit
This commit is contained in:
8
config/syslog.go
Normal file
8
config/syslog.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type SyslogConfig struct {
|
||||
Host string
|
||||
Port string
|
||||
Protocol string
|
||||
LogLevel string
|
||||
}
|
||||
Reference in New Issue
Block a user