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

Struct imlOverviewService

service/service-overview/iml.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14var _ IOverviewService = (*imlOverviewService)(nil)
15
16type imlOverviewService struct {
17 store service.IOverviewStore `autowired:""`
18}
19
20func genUpdateFields(info *service.Overview, update *Update) {
21 if update.ApiCount != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected