Documentation ¶
Overview ¶
Package utils is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFileContentInlineCodec ¶
type MockFileContentInlineCodec struct {
// contains filtered or unexported fields
}
MockFileContentInlineCodec is a mock of FileContentInlineCodec interface.
func NewMockFileContentInlineCodec ¶
func NewMockFileContentInlineCodec(ctrl *gomock.Controller) *MockFileContentInlineCodec
NewMockFileContentInlineCodec creates a new mock instance.
func (*MockFileContentInlineCodec) Decode ¶
func (m *MockFileContentInlineCodec) Decode(arg0 *v1alpha1.FileContentInline) ([]byte, error)
Decode mocks base method.
func (*MockFileContentInlineCodec) EXPECT ¶
func (m *MockFileContentInlineCodec) EXPECT() *MockFileContentInlineCodecMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFileContentInlineCodec) Encode ¶
func (m *MockFileContentInlineCodec) Encode(arg0 []byte, arg1 string) (*v1alpha1.FileContentInline, error)
Encode mocks base method.
type MockFileContentInlineCodecMockRecorder ¶
type MockFileContentInlineCodecMockRecorder struct {
// contains filtered or unexported fields
}
MockFileContentInlineCodecMockRecorder is the mock recorder for MockFileContentInlineCodec.
func (*MockFileContentInlineCodecMockRecorder) Decode ¶
func (mr *MockFileContentInlineCodecMockRecorder) Decode(arg0 interface{}) *gomock.Call
Decode indicates an expected call of Decode.
func (*MockFileContentInlineCodecMockRecorder) Encode ¶
func (mr *MockFileContentInlineCodecMockRecorder) Encode(arg0, arg1 interface{}) *gomock.Call
Encode indicates an expected call of Encode.
type MockUnitSerializer ¶
type MockUnitSerializer struct {
// contains filtered or unexported fields
}
MockUnitSerializer is a mock of UnitSerializer interface.
func NewMockUnitSerializer ¶
func NewMockUnitSerializer(ctrl *gomock.Controller) *MockUnitSerializer
NewMockUnitSerializer creates a new mock instance.
func (*MockUnitSerializer) Deserialize ¶
func (m *MockUnitSerializer) Deserialize(arg0 string) ([]*unit.UnitOption, error)
Deserialize mocks base method.
func (*MockUnitSerializer) EXPECT ¶
func (m *MockUnitSerializer) EXPECT() *MockUnitSerializerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUnitSerializer) Serialize ¶
func (m *MockUnitSerializer) Serialize(arg0 []*unit.UnitOption) (string, error)
Serialize mocks base method.
type MockUnitSerializerMockRecorder ¶
type MockUnitSerializerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnitSerializerMockRecorder is the mock recorder for MockUnitSerializer.
func (*MockUnitSerializerMockRecorder) Deserialize ¶
func (mr *MockUnitSerializerMockRecorder) Deserialize(arg0 interface{}) *gomock.Call
Deserialize indicates an expected call of Deserialize.
func (*MockUnitSerializerMockRecorder) Serialize ¶
func (mr *MockUnitSerializerMockRecorder) Serialize(arg0 interface{}) *gomock.Call
Serialize indicates an expected call of Serialize.