assets_guardian.core.domain.ports.repository๏
Classes
Port: Raw data repository access. |
- class assets_guardian.core.domain.ports.repository.IRepository[source]๏
Bases:
ABCPort: Raw data repository access.
Defines the contract for retrieving raw data from an external source (API, database, etc.).
- abstractmethod get_raw_accesses() Iterable[dict[str, Any]][source]๏
Retrieves the raw list of accesses/permissions.