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

Struct SiteBase

config/config.go:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232type SiteBase struct {
233 ListenPort int `mapstructure:"listenPort"`
234}
235
236type SiteConfig struct {
237 SiteBase SiteBase `mapstructure:"site-base"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected