This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAPI/internal/setup/config.go
T
2020-10-13 20:05:13 +08:00

8 lines
107 B
Go

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