| 17 | ) |
| 18 | |
| 19 | type SeldonAPI struct { |
| 20 | schedulerClient *cli.SchedulerClient |
| 21 | inferClient *SeldonInferAPI |
| 22 | } |
| 23 | |
| 24 | func NewSeldonAPI() (*SeldonAPI, error) { |
| 25 | // Setting hardwired ports for now |
nothing calls this directly
no outgoing calls
no test coverage detected