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

Struct imlDynamicModule

module/dynamic-module/iml.go:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30var _ IDynamicModuleModule = (*imlDynamicModule)(nil)
31
32type imlDynamicModule struct {
33 clusterService cluster.IClusterService `autowired:""`
34 dynamicModuleService dynamic_module.IDynamicModuleService `autowired:""`
35 dynamicModulePublishService dynamic_module.IDynamicModulePublishService `autowired:""`
36 userService user.IUserService `autowired:""`
37 transaction store.ITransaction `autowired:""`
38}
39
40func (i *imlDynamicModule) initGateway(ctx context.Context, clusterId string, clientDriver gateway.IClientDriver) error {
41 // TODO: 初始化集群操作

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected