MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / imlPluginClusterModule

Struct imlPluginClusterModule

module/plugin-cluster/iml.go:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type imlPluginClusterModule struct {
23 service plugin_cluster.IPluginService `autowired:""`
24 //partitionService partition.IPartitionService `autowired:""`
25 clusterService cluster.IClusterService `autowired:""`
26}
27
28func (m *imlPluginClusterModule) UpdateDefine(ctx context.Context, defines []*plugin_model.Define) error {
29 err := m.service.SaveDefine(ctx, defines)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected