MCPcopy
hub / github.com/kubeedge/kubeedge / mockPrivateKeyWrap

Struct mockPrivateKeyWrap

pkg/security/certs/types_test.go:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189type mockPrivateKeyWrap struct {
190 der []byte
191 pem []byte
192 signerErr error
193}
194
195func (m *mockPrivateKeyWrap) Signer() (crypto.Signer, error) {
196 if m.signerErr != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected