MCPcopy
hub / github.com/superplanehq/superplane / Close

Method Close

pkg/public/server.go:1128–1132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1126}
1127
1128func (s *Server) Close() {
1129 if err := s.httpServer.Close(); err != nil {
1130 log.Errorf("Error closing server: %v", err)
1131 }
1132}
1133
1134func (s *Server) HandleWebhook(w http.ResponseWriter, r *http.Request) {
1135 vars := mux.Vars(r)

Calls 2

ErrorfMethod · 0.80
CloseMethod · 0.65