wireguard-dashboard/config/http.go

7 lines
103 B
Go
Raw Normal View History

2024-03-05 16:59:37 +08:00
package config
type http struct {
Port uint `yaml:"port"`
Endpoint string `yaml:"endpoint"`
2024-03-05 16:59:37 +08:00
}