7 lines
103 B
Go
Raw Permalink Normal View History

2024-10-18 17:19:19 +08:00
package config
type http struct {
Port int `yaml:"port"`
Endpoint string `yaml:"endpoint"`
}