init
This commit is contained in:
7
server/config/config.go
Normal file
7
server/config/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
type Config struct {
|
||||
Name string `yaml:"Name"`
|
||||
Host string `yaml:"Host"`
|
||||
Port uint `yaml:"Port"`
|
||||
}
|
||||
Reference in New Issue
Block a user