(ctx context.Context, serviceId string, apiId string)
| 12 | Create(ctx context.Context, serviceId string, input *ai_api_dto.CreateAPI) error |
| 13 | Edit(ctx context.Context, serviceId string, apiId string, input *ai_api_dto.EditAPI) error |
| 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) |
no outgoing calls
no test coverage detected