MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / CreateApp

Method CreateApp

controller/service/service.go:54–54  ·  view source on GitHub ↗

CreateApp 创建应用

(ctx *gin.Context, teamID string, project *service_dto.CreateApp)

Source from the content-addressed store, hash-verified

52type 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)

Callers 3

CreateAppMethod · 0.65
importApplicationsMethod · 0.65
OnInitMethod · 0.65

Implementers 2

imlAppModulemodule/service/iml.go
imlAppControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected