BackendProvider implements backend.Provider for the access-point-backed managed CAS. Construction takes only the credentials reader; everything the provider needs at request time lives in the per-tenant secret blob.
| 175 | // managed CAS. Construction takes only the credentials reader; everything |
| 176 | // the provider needs at request time lives in the per-tenant secret blob. |
| 177 | type BackendProvider struct { |
| 178 | cReader credentials.Reader |
| 179 | } |
| 180 | |
| 181 | var _ backend.Provider = (*BackendProvider)(nil) |
| 182 |
nothing calls this directly
no outgoing calls
no test coverage detected