MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / InitGateway

Function InitGateway

gateway/handler.go:28–36  ·  view source on GitHub ↗
(ctx context.Context, clusterId string, client IClientDriver)

Source from the content-addressed store, hash-verified

26}
27
28func InitGateway(ctx context.Context, clusterId string, client IClientDriver) (err error) {
29 for _, h := range initHandlers {
30 err = h.Init(ctx, clusterId, client)
31 if err != nil {
32 return
33 }
34 }
35 return
36}

Callers 1

initGatewayMethod · 0.92

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected