Method
Search
(ctx *gin.Context, teamIDs string, keyword string)
Source from the content-addressed store, hash-verified
| 665 | } |
| 666 | |
| 667 | func (i *imlServiceController) Search(ctx *gin.Context, teamIDs string, keyword string) ([]*service_dto.ServiceItem, error) { |
| 668 | return i.module.Search(ctx, teamIDs, keyword) |
| 669 | } |
| 670 | |
| 671 | func (i *imlServiceController) Create(ctx *gin.Context, teamID string, input *service_dto.CreateService) (*service_dto.Service, error) { |
| 672 | if input.Kind == "ai" { |
Callers
nothing calls this directly
Tested by
no test coverage detected