(ctx context.Context, serviceId string, apiId string)
| 14 | Delete(ctx context.Context, serviceId string, apiId string) error |
| 15 | List(ctx context.Context, keyword, serviceId string) ([]*ai_api_dto.APIItem, error) |
| 16 | Get(ctx context.Context, serviceId string, apiId string) (*ai_api_dto.API, error) |
| 17 | Prefix(ctx context.Context, serviceId string) (string, error) |
| 18 | } |
| 19 |
no outgoing calls
no test coverage detected