Documentation
¶
Overview ¶
Package internal is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientSecret ¶
type MockClientSecret struct {
// contains filtered or unexported fields
}
MockClientSecret is a mock of ClientSecret interface.
func NewMockClientSecret ¶
func NewMockClientSecret(ctrl *gomock.Controller) *MockClientSecret
NewMockClientSecret creates a new mock instance.
func (*MockClientSecret) Compare ¶
func (m *MockClientSecret) Compare(arg0 context.Context, arg1 []byte) error
Compare mocks base method.
func (*MockClientSecret) EXPECT ¶
func (m *MockClientSecret) EXPECT() *MockClientSecretMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientSecret) GetPlainTextValue ¶
func (m *MockClientSecret) GetPlainTextValue() ([]byte, error)
GetPlainTextValue mocks base method.
func (*MockClientSecret) IsPlainText ¶
func (m *MockClientSecret) IsPlainText() bool
IsPlainText mocks base method.
type MockClientSecretMockRecorder ¶
type MockClientSecretMockRecorder struct {
// contains filtered or unexported fields
}
MockClientSecretMockRecorder is the mock recorder for MockClientSecret.
func (*MockClientSecretMockRecorder) Compare ¶
func (mr *MockClientSecretMockRecorder) Compare(arg0, arg1 any) *gomock.Call
Compare indicates an expected call of Compare.
func (*MockClientSecretMockRecorder) GetPlainTextValue ¶
func (mr *MockClientSecretMockRecorder) GetPlainTextValue() *gomock.Call
GetPlainTextValue indicates an expected call of GetPlainTextValue.
func (*MockClientSecretMockRecorder) IsPlainText ¶
func (mr *MockClientSecretMockRecorder) IsPlainText() *gomock.Call
IsPlainText indicates an expected call of IsPlainText.
Click to show internal directories.
Click to hide internal directories.