Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockBundleDataSource
- type MockBundleDataSourceMockRecorder
- type MockModelExtractor
- func (m *MockModelExtractor) EXPECT() *MockModelExtractorMockRecorder
- func (m *MockModelExtractor) GetAnnotations(arg0 []string) ([]params.AnnotationsGetResult, error)
- func (m *MockModelExtractor) GetConfig(arg0 string, arg1 ...string) ([]map[string]interface{}, error)
- func (m *MockModelExtractor) GetConstraints(arg0 ...string) ([]constraints.Value, error)
- func (m *MockModelExtractor) Sequences() (map[string]int, error)
- type MockModelExtractorMockRecorder
- func (mr *MockModelExtractorMockRecorder) GetAnnotations(arg0 interface{}) *gomock.Call
- func (mr *MockModelExtractorMockRecorder) GetConfig(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockModelExtractorMockRecorder) GetConstraints(arg0 ...interface{}) *gomock.Call
- func (mr *MockModelExtractorMockRecorder) Sequences() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBundleDataSource ¶
type MockBundleDataSource struct {
// contains filtered or unexported fields
}
MockBundleDataSource is a mock of BundleDataSource interface
func NewMockBundleDataSource ¶
func NewMockBundleDataSource(ctrl *gomock.Controller) *MockBundleDataSource
NewMockBundleDataSource creates a new mock instance
func (*MockBundleDataSource) BasePath ¶
func (m *MockBundleDataSource) BasePath() string
BasePath mocks base method
func (*MockBundleDataSource) EXPECT ¶
func (m *MockBundleDataSource) EXPECT() *MockBundleDataSourceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBundleDataSource) Parts ¶
func (m *MockBundleDataSource) Parts() []*charm.BundleDataPart
Parts mocks base method
func (*MockBundleDataSource) ResolveInclude ¶
func (m *MockBundleDataSource) ResolveInclude(arg0 string) ([]byte, error)
ResolveInclude mocks base method
type MockBundleDataSourceMockRecorder ¶
type MockBundleDataSourceMockRecorder struct {
// contains filtered or unexported fields
}
MockBundleDataSourceMockRecorder is the mock recorder for MockBundleDataSource
func (*MockBundleDataSourceMockRecorder) BasePath ¶
func (mr *MockBundleDataSourceMockRecorder) BasePath() *gomock.Call
BasePath indicates an expected call of BasePath
func (*MockBundleDataSourceMockRecorder) Parts ¶
func (mr *MockBundleDataSourceMockRecorder) Parts() *gomock.Call
Parts indicates an expected call of Parts
func (*MockBundleDataSourceMockRecorder) ResolveInclude ¶
func (mr *MockBundleDataSourceMockRecorder) ResolveInclude(arg0 interface{}) *gomock.Call
ResolveInclude indicates an expected call of ResolveInclude
type MockModelExtractor ¶
type MockModelExtractor struct {
// contains filtered or unexported fields
}
MockModelExtractor is a mock of ModelExtractor interface
func NewMockModelExtractor ¶
func NewMockModelExtractor(ctrl *gomock.Controller) *MockModelExtractor
NewMockModelExtractor creates a new mock instance
func (*MockModelExtractor) EXPECT ¶
func (m *MockModelExtractor) EXPECT() *MockModelExtractorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockModelExtractor) GetAnnotations ¶
func (m *MockModelExtractor) GetAnnotations(arg0 []string) ([]params.AnnotationsGetResult, error)
GetAnnotations mocks base method
func (*MockModelExtractor) GetConfig ¶
func (m *MockModelExtractor) GetConfig(arg0 string, arg1 ...string) ([]map[string]interface{}, error)
GetConfig mocks base method
func (*MockModelExtractor) GetConstraints ¶
func (m *MockModelExtractor) GetConstraints(arg0 ...string) ([]constraints.Value, error)
GetConstraints mocks base method
type MockModelExtractorMockRecorder ¶
type MockModelExtractorMockRecorder struct {
// contains filtered or unexported fields
}
MockModelExtractorMockRecorder is the mock recorder for MockModelExtractor
func (*MockModelExtractorMockRecorder) GetAnnotations ¶
func (mr *MockModelExtractorMockRecorder) GetAnnotations(arg0 interface{}) *gomock.Call
GetAnnotations indicates an expected call of GetAnnotations
func (*MockModelExtractorMockRecorder) GetConfig ¶
func (mr *MockModelExtractorMockRecorder) GetConfig(arg0 interface{}, arg1 ...interface{}) *gomock.Call
GetConfig indicates an expected call of GetConfig
func (*MockModelExtractorMockRecorder) GetConstraints ¶
func (mr *MockModelExtractorMockRecorder) GetConstraints(arg0 ...interface{}) *gomock.Call
GetConstraints indicates an expected call of GetConstraints
func (*MockModelExtractorMockRecorder) Sequences ¶
func (mr *MockModelExtractorMockRecorder) Sequences() *gomock.Call
Sequences indicates an expected call of Sequences