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

Method SearchCanSubscribe

controller/service/iml.go:741–744  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string)

Source from the content-addressed store, hash-verified

739}
740
741func (i *imlAppController) SearchCanSubscribe(ctx *gin.Context, serviceId string) ([]*service_dto.SubscribeAppItem, error) {
742 items, _, err := i.module.SearchCanSubscribe(ctx, serviceId)
743 return items, err
744}
745
746func (i *imlAppController) Search(ctx *gin.Context, teamId string, keyword string) ([]*service_dto.AppItem, error) {
747 return i.module.Search(ctx, teamId, keyword)

Callers

nothing calls this directly

Calls 1

SearchCanSubscribeMethod · 0.65

Tested by

no test coverage detected