MCPcopy
hub / github.com/TarsCloud/TarsGo / GetServerConfig

Function GetServerConfig

tars/config.go:99–101  ·  view source on GitHub ↗

GetServerConfig Get server config

()

Source from the content-addressed store, hash-verified

97
98// GetServerConfig Get server config
99func GetServerConfig() *serverConfig {
100 return defaultApp.ServerConfig()
101}
102
103// GetClientConfig Get client config
104func GetClientConfig() *clientConfig {

Callers 15

InitFunction · 0.92
ZipkinClientFilterFunction · 0.92
ZipkinServerFilterFunction · 0.92
ZipkinHttpMiddlewareFunction · 0.92
BuildServerFilterMethod · 0.92
GetLoggerFunction · 0.92
getLoggerFunction · 0.92
GetRemoteLoggerFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92

Calls 1

ServerConfigMethod · 0.80

Tested by

no test coverage detected