Documentation ¶
Overview ¶
Package mock_certs is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRevocation ¶
type MockRevocation struct {
// contains filtered or unexported fields
}
MockRevocation is a mock of Revocation interface.
func NewMockRevocation ¶
func NewMockRevocation(ctrl *gomock.Controller) *MockRevocation
NewMockRevocation creates a new mock instance.
func (*MockRevocation) EXPECT ¶
func (m *MockRevocation) EXPECT() *MockRevocationMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRevocation) IsRevoked ¶
func (m *MockRevocation) IsRevoked(arg0 *x509.Certificate) error
IsRevoked mocks base method.
type MockRevocationMockRecorder ¶
type MockRevocationMockRecorder struct {
// contains filtered or unexported fields
}
MockRevocationMockRecorder is the mock recorder for MockRevocation.
func (*MockRevocationMockRecorder) IsRevoked ¶
func (mr *MockRevocationMockRecorder) IsRevoked(arg0 interface{}) *gomock.Call
IsRevoked indicates an expected call of IsRevoked.
Click to show internal directories.
Click to hide internal directories.