CreateApp 创建应用
(ctx *gin.Context, teamID string, project *service_dto.CreateApp)
| 52 | type IAppController interface { |
| 53 | // CreateApp 创建应用 |
| 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) |
no outgoing calls
no test coverage detected