(context.Context, handlers.ModelExecutionRequest)
| 29 | |
| 30 | type modelExecutor interface { |
| 31 | ExecuteModel(context.Context, handlers.ModelExecutionRequest) (handlers.ModelExecutionResponse, *interfaces.ErrorMessage) |
| 32 | ExecuteModelStream(context.Context, handlers.ModelExecutionRequest) (handlers.ModelExecutionStream, *interfaces.ErrorMessage) |
| 33 | } |
| 34 |
no outgoing calls