(ctx *gin.Context, appId string)
| 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 | |
| 67 | func init() { |
no outgoing calls
no test coverage detected