| 881 | } |
| 882 | |
| 883 | type mockIssuer struct { |
| 884 | configSet *certmagic.Config |
| 885 | } |
| 886 | |
| 887 | func (m *mockIssuer) Issue(ctx context.Context, csr *x509.CertificateRequest) (*certmagic.IssuedCertificate, error) { |
| 888 | return &certmagic.IssuedCertificate{ |
nothing calls this directly
no outgoing calls
no test coverage detected