Get 获取项目信息
(ctx context.Context, id string)
| 18 | type IServiceModule interface { |
| 19 | // Get 获取项目信息 |
| 20 | Get(ctx context.Context, id string) (*service_dto.Service, error) |
| 21 | // Search 搜索项目 |
| 22 | Search(ctx context.Context, teamID string, keyword string) ([]*service_dto.ServiceItem, error) |
| 23 | // SearchMyServices 搜索 |
no outgoing calls
no test coverage detected