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

Struct imlTeamModule

module/team/iml.go:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type imlTeamModule struct {
30 service team.ITeamService `autowired:""`
31 memberService team_member.ITeamMemberService `autowired:""`
32 userService user.IUserService `autowired:""`
33 serviceService service.IServiceService `autowired:""`
34 roleService role.IRoleService `autowired:""`
35 roleMemberService role.IRoleMemberService `autowired:""`
36 transaction store.ITransaction `autowired:""`
37}
38
39func (m *imlTeamModule) ExportAll(ctx context.Context) ([]*team_dto.ExportTeam, error) {
40 teams, err := m.service.List(ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected