ReadAuthorizationModelQuery retrieves a single type definition from a storage backend.
| 13 | |
| 14 | // ReadAuthorizationModelQuery retrieves a single type definition from a storage backend. |
| 15 | type ReadAuthorizationModelQuery struct { |
| 16 | backend storage.AuthorizationModelReadBackend |
| 17 | logger logger.Logger |
| 18 | } |
| 19 | |
| 20 | type ReadAuthModelQueryOption func(*ReadAuthorizationModelQuery) |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected