Documentation ¶
Overview ¶
Package diff is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instances ¶
type Instances interface { ObjectTypes() ([]string, error) RelationTypes() ([]*RelationKind, error) }
type MockInstances ¶
type MockInstances struct {
// contains filtered or unexported fields
}
MockInstances is a mock of Instances interface
func NewMockInstances ¶
func NewMockInstances(ctrl *gomock.Controller) *MockInstances
NewMockInstances creates a new mock instance
func (*MockInstances) EXPECT ¶
func (m *MockInstances) EXPECT() *MockInstancesMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInstances) ObjectTypes ¶
func (m *MockInstances) ObjectTypes() ([]string, error)
ObjectTypes mocks base method
func (*MockInstances) RelationTypes ¶
func (m *MockInstances) RelationTypes() ([]*RelationKind, error)
RelationTypes mocks base method
type MockInstancesMockRecorder ¶
type MockInstancesMockRecorder struct {
// contains filtered or unexported fields
}
MockInstancesMockRecorder is the mock recorder for MockInstances
func (*MockInstancesMockRecorder) ObjectTypes ¶
func (mr *MockInstancesMockRecorder) ObjectTypes() *gomock.Call
ObjectTypes indicates an expected call of ObjectTypes
func (*MockInstancesMockRecorder) RelationTypes ¶
func (mr *MockInstancesMockRecorder) RelationTypes() *gomock.Call
RelationTypes indicates an expected call of RelationTypes
Click to show internal directories.
Click to hide internal directories.