(ctx context.Context, backendType, secretID string, orgID uuid.UUID, w io.Writer, digest string)
| 51 | |
| 52 | type CASDownloader interface { |
| 53 | Download(ctx context.Context, backendType, secretID string, orgID uuid.UUID, w io.Writer, digest string) error |
| 54 | } |
| 55 | |
| 56 | type CASClient interface { |
no outgoing calls
no test coverage detected