(ctx context.Context, provider, model string, opts cliproxyexecutor.Options, auths []*Auth)
| 175 | // Selector chooses an auth candidate for execution. |
| 176 | type Selector interface { |
| 177 | Pick(ctx context.Context, provider, model string, opts cliproxyexecutor.Options, auths []*Auth) (*Auth, error) |
| 178 | } |
| 179 | |
| 180 | type PluginScheduler interface { |
no outgoing calls