MCPcopy Create free account
hub / github.com/LockGit/gochat / ApiBase

Struct ApiBase

config/config.go:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224type ApiBase struct {
225 ListenPort int `mapstructure:"listenPort"`
226}
227
228type ApiConfig struct {
229 ApiBase ApiBase `mapstructure:"api-base"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected