| 182 | } |
| 183 | |
| 184 | type CASBackendUseCase struct { |
| 185 | repo CASBackendRepo |
| 186 | logger *log.Helper |
| 187 | credsRW credentials.ReaderWriter |
| 188 | providers backend.Providers |
| 189 | MaxBytesDefault int64 |
| 190 | auditorUC *AuditorUseCase |
| 191 | } |
| 192 | |
| 193 | // CASServerDefaultOpts holds the default options for the CAS server |
| 194 | type CASServerDefaultOpts struct { |
nothing calls this directly
no outgoing calls
no test coverage detected