(ctx context.Context, teamId string, keyword string)
| 60 | CreateApp(ctx context.Context, teamID string, input *service_dto.CreateApp) (*service_dto.App, error) |
| 61 | UpdateApp(ctx context.Context, appId string, input *service_dto.UpdateApp) (*service_dto.App, error) |
| 62 | Search(ctx context.Context, teamId string, keyword string) ([]*service_dto.AppItem, error) |
| 63 | SearchMyApps(ctx context.Context, teamId string, keyword string) ([]*service_dto.AppItem, error) |
| 64 | SearchCanSubscribe(ctx context.Context, serviceId string) ([]*service_dto.SubscribeAppItem, bool, error) |
| 65 | // SimpleApps 获取简易项目列表 |
no outgoing calls
no test coverage detected