Provider Model
swiftshadow.models.Provider
dataclass
Class repersenting a Provider.
Attributes:
Name | Type | Description |
---|---|---|
providerFunction |
Callable[[list[str], Literal['http', 'https']], Coroutine[Any, Any, list[Proxy]]]
|
Callable function for this provider. |
countryFilter |
bool
|
Whether the provider supports country based filters. |
protocols |
list[Literal['http', 'https']]
|
Protocols supported by the provider. |