(ctx *gin.Context, teamId string, keyword string)
| 55 | |
| 56 | UpdateApp(ctx *gin.Context, appId string, project *service_dto.UpdateApp) (*service_dto.App, error) |
| 57 | Search(ctx *gin.Context, teamId string, keyword string) ([]*service_dto.AppItem, error) |
| 58 | SearchMyApps(ctx *gin.Context, teamId string, keyword string) ([]*service_dto.AppItem, error) |
| 59 | // SimpleApps 获取简易项目列表 |
| 60 | SimpleApps(ctx *gin.Context, keyword string) ([]*service_dto.SimpleAppItem, error) |
no outgoing calls
no test coverage detected