Files
2026-02-04 20:27:13 +08:00

8 lines
107 B
Go

package setup
type Config struct {
APINodeProtocol string
APINodeHost string
APINodePort int
}