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

Method Init

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

Source from the content-addressed store, hash-verified

23
24type InitHandler interface {
25 Init(ctx context.Context, clusterId string, client IClientDriver) error
26}
27
28func InitGateway(ctx context.Context, clusterId string, client IClientDriver) (err error) {

Callers 1

InitGatewayFunction · 0.65

Implementers 3

executormodule/monitor/driver/influxdb-v2/exec
Driverlogin_driver/feishu/feishu.go
PluginSettingClientgateway/apinto/plugin.go

Calls

no outgoing calls

Tested by

no test coverage detected