kuma-archive/config/mod.go
2025-03-12 17:50:36 +09:00

5 lines
66 B
Go

package config
type ConfigRef struct {
Port int `json:"port"`
}