wireguard-dashboard/config/http.go
2024-07-05 14:41:35 +08:00

7 lines
103 B
Go

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