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

Struct imlTagModule

module/tag/iml.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type imlTagModule struct {
19 tagService tag.ITagService `autowired:""`
20}
21
22func (i *imlTagModule) Search(ctx context.Context, keyword string) ([]*tag_dto.Item, error) {
23 items, err := i.tagService.Search(ctx, keyword, nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected