(context.Context, ModelRegistrationRequest)
| 361 | // ModelRegistrar registers plugin-provided models with the host. |
| 362 | type ModelRegistrar interface { |
| 363 | RegisterModels(context.Context, ModelRegistrationRequest) (ModelRegistrationResponse, error) |
| 364 | } |
| 365 | |
| 366 | // ModelRegistrationRequest carries host context for model registration. |
no outgoing calls