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

Struct imlSubscribeApprovalModule

module/subscribe/iml.go:390–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388)
389
390type imlSubscribeApprovalModule struct {
391 subscribeService subscribe.ISubscribeService `autowired:""`
392 subscribeApplyService subscribe.ISubscribeApplyService `autowired:""`
393 projectService service.IServiceService `autowired:""`
394 clusterService cluster.IClusterService `autowired:""`
395 transaction store.ITransaction `autowired:""`
396}
397
398func (i *imlSubscribeApprovalModule) ExportAll(ctx context.Context) ([]*subscribe_dto.ExportApproval, error) {
399

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected