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

5 lines
66 B
Go

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