# Functions
BadTLSClientMockConfig returns a mock config for testing with TLSClientCerts() that always returns an error.
CustomMockConfig returns a custom mock config with custom certpool for testing.
DefaultMockConfig returns a default mock config for testing.
NewMockEndpointConfig creates a new mock instance.
NewMockProposalProcessor creates a new mock instance.
NewMockProviders creates a new mock instance.
# Constants
ErrorMessage is a mock error message.
# Structs
MockCertPool for unit tests to mock CertPool.
MockEndpointConfig is a mock of EndpointConfig interface.
MockEndpointConfigMockRecorder is the mock recorder for MockEndpointConfig.
MockProposalProcessor is a mock of ProposalProcessor interface.
MockProposalProcessorMockRecorder is the mock recorder for MockProposalProcessor.
MockProviders is a mock of Providers interface.
MockProvidersMockRecorder is the mock recorder for MockProviders.