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

Struct imlPluginService

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

Source from the content-addressed store, hash-verified

17)
18
19type imlPluginService struct {
20 defineStore plugin.IPluginDefineStore `autowired:""`
21 pluginPartitionStore plugin.IPartitionPluginStore `autowired:""`
22}
23
24func (i *imlPluginService) SaveDefine(ctx context.Context, defines []*plugin_model.Define) error {
25 return i.defineStore.Transaction(ctx, func(txCtx context.Context) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected