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

Struct imlServiceModule

module/service/iml.go:77–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75)
76
77type imlServiceModule struct {
78 serviceService service.IServiceService `autowired:""`
79 teamService team.ITeamService `autowired:""`
80 teamMemberService team_member.ITeamMemberService `autowired:""`
81 tagService tag.ITagService `autowired:""`
82 localModelService ai_local.ILocalModelService `autowired:""`
83
84 serviceOverviewService service_overview.IOverviewService `autowired:""`
85 serviceTagService service_tag.ITagService `autowired:""`
86 apiService api.IAPIService `autowired:""`
87 apiDocService api_doc.IAPIDocService `autowired:""`
88 clusterService cluster.IClusterService `autowired:""`
89 subscribeServer subscribe.ISubscribeService `autowired:""`
90
91 releaseService release.IReleaseService `autowired:""`
92 serviceModelMappingService service_model_mapping.IServiceModelMappingService `autowired:""`
93 logService log_service.ILogService `autowired:""`
94
95 transaction store.ITransaction `autowired:""`
96}
97
98func formatHeader(header string) string {
99 result, err := url.QueryUnescape(header)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected