Documentation ¶
Index ¶
- type MockMintTLS
- func (_m *MockMintTLS) ComputeExporter(_param0 string, _param1 []byte, _param2 int) ([]byte, error)
- func (_m *MockMintTLS) EXPECT() *MockMintTLSMockRecorder
- func (_m *MockMintTLS) GetCipherSuite() mint.CipherSuiteParams
- func (_m *MockMintTLS) Handshake() mint.Alert
- func (_m *MockMintTLS) SetCryptoStream(_param0 io.ReadWriter)
- func (_m *MockMintTLS) SetExtensionHandler(_param0 mint.AppExtensionHandler) error
- func (_m *MockMintTLS) State() mint.State
- type MockMintTLSMockRecorder
- func (_mr *MockMintTLSMockRecorder) ComputeExporter(arg0, arg1, arg2 interface{}) *gomock.Call
- func (_mr *MockMintTLSMockRecorder) GetCipherSuite() *gomock.Call
- func (_mr *MockMintTLSMockRecorder) Handshake() *gomock.Call
- func (_mr *MockMintTLSMockRecorder) SetCryptoStream(arg0 interface{}) *gomock.Call
- func (_mr *MockMintTLSMockRecorder) SetExtensionHandler(arg0 interface{}) *gomock.Call
- func (_mr *MockMintTLSMockRecorder) State() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMintTLS ¶
type MockMintTLS struct {
// contains filtered or unexported fields
}
MockMintTLS is a mock of MintTLS interface
func NewMockMintTLS ¶
func NewMockMintTLS(ctrl *gomock.Controller) *MockMintTLS
NewMockMintTLS creates a new mock instance
func (*MockMintTLS) ComputeExporter ¶
ComputeExporter mocks base method
func (*MockMintTLS) EXPECT ¶
func (_m *MockMintTLS) EXPECT() *MockMintTLSMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMintTLS) GetCipherSuite ¶
func (_m *MockMintTLS) GetCipherSuite() mint.CipherSuiteParams
GetCipherSuite mocks base method
func (*MockMintTLS) Handshake ¶
func (_m *MockMintTLS) Handshake() mint.Alert
Handshake mocks base method
func (*MockMintTLS) SetCryptoStream ¶
func (_m *MockMintTLS) SetCryptoStream(_param0 io.ReadWriter)
SetCryptoStream mocks base method
func (*MockMintTLS) SetExtensionHandler ¶
func (_m *MockMintTLS) SetExtensionHandler(_param0 mint.AppExtensionHandler) error
SetExtensionHandler mocks base method
type MockMintTLSMockRecorder ¶
type MockMintTLSMockRecorder struct {
// contains filtered or unexported fields
}
MockMintTLSMockRecorder is the mock recorder for MockMintTLS
func (*MockMintTLSMockRecorder) ComputeExporter ¶
func (_mr *MockMintTLSMockRecorder) ComputeExporter(arg0, arg1, arg2 interface{}) *gomock.Call
ComputeExporter indicates an expected call of ComputeExporter
func (*MockMintTLSMockRecorder) GetCipherSuite ¶
func (_mr *MockMintTLSMockRecorder) GetCipherSuite() *gomock.Call
GetCipherSuite indicates an expected call of GetCipherSuite
func (*MockMintTLSMockRecorder) Handshake ¶
func (_mr *MockMintTLSMockRecorder) Handshake() *gomock.Call
Handshake indicates an expected call of Handshake
func (*MockMintTLSMockRecorder) SetCryptoStream ¶
func (_mr *MockMintTLSMockRecorder) SetCryptoStream(arg0 interface{}) *gomock.Call
SetCryptoStream indicates an expected call of SetCryptoStream
func (*MockMintTLSMockRecorder) SetExtensionHandler ¶
func (_mr *MockMintTLSMockRecorder) SetExtensionHandler(arg0 interface{}) *gomock.Call
SetExtensionHandler indicates an expected call of SetExtensionHandler
func (*MockMintTLSMockRecorder) State ¶
func (_mr *MockMintTLSMockRecorder) State() *gomock.Call
State indicates an expected call of State