(ctx context.Context, modelName string)
| 37 | FindLeastLoadedNodeFromSet(ctx context.Context, nodeIDs []string) (*BackendNode, error) |
| 38 | GetNodeLabels(ctx context.Context, nodeID string) ([]NodeLabel, error) |
| 39 | FindNodesWithModel(ctx context.Context, modelName string) ([]BackendNode, error) |
| 40 | LoadedReplicaStats(ctx context.Context, modelName string, candidateNodeIDs []string) ([]ReplicaCandidate, error) |
| 41 | } |
| 42 |
no outgoing calls
no test coverage detected