:toda:
This commit is contained in:
6
config/http.go
Normal file
6
config/http.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package config
|
||||
|
||||
type http struct {
|
||||
Port uint `yaml:"port"`
|
||||
Endpoint string `yaml:"endpoint"`
|
||||
}
|
||||
Reference in New Issue
Block a user