MCPcopy Create free account
hub / github.com/astercloud/aster / Shutdown

Method Shutdown

pkg/tools/bridge/http_server.go:273–275  ·  view source on GitHub ↗

Shutdown 关闭服务器

(ctx context.Context)

Source from the content-addressed store, hash-verified

271
272// Shutdown 关闭服务器
273func (s *HTTPBridgeServer) Shutdown(ctx context.Context) error {
274 return s.server.Shutdown(ctx)
275}

Callers 3

TestPTCIntegrationFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestPTCIntegrationFunction · 0.76