wireguard-dashboard/config/http.go
coward 0e20f5068e 🎉
2024-03-05 16:59:37 +08:00

6 lines
62 B
Go

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