(ctx *gin.Context, appId string)
| 61 | MySimpleApps(ctx *gin.Context, keyword string) ([]*service_dto.SimpleAppItem, error) |
| 62 | SearchCanSubscribe(ctx *gin.Context, serviceId string) ([]*service_dto.SubscribeAppItem, error) |
| 63 | GetApp(ctx *gin.Context, appId string) (*service_dto.App, error) |
| 64 | DeleteApp(ctx *gin.Context, appId string) error |
| 65 | } |
| 66 |
no outgoing calls
no test coverage detected