2024-10-18 17:19:19 +08:00

7 lines
103 B
Go

package config
type http struct {
Port int `yaml:"port"`
Endpoint string `yaml:"endpoint"`
}