Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 关闭服务器
273
func
(s *HTTPBridgeServer) Shutdown(ctx context.Context) error {
274
return
s.server.Shutdown(ctx)
275
}
Callers
3
TestPTCIntegration
Function · 0.95
TestHTTPBridgeServerEndpoints
Function · 0.95
main
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestPTCIntegration
Function · 0.76
TestHTTPBridgeServerEndpoints
Function · 0.76