(ctx *gin.Context, appId string, project *service_dto.UpdateApp)
| 54 | CreateApp(ctx *gin.Context, teamID string, project *service_dto.CreateApp) (*service_dto.App, error) |
| 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 获取简易项目列表 |
no outgoing calls
no test coverage detected