Documentation ¶
Overview ¶
Package assets is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAssets ¶
type MockAssets struct {
// contains filtered or unexported fields
}
MockAssets is a mock of Assets interface.
func NewMockAssets ¶
func NewMockAssets(ctrl *gomock.Controller) *MockAssets
NewMockAssets creates a new mock instance.
func (*MockAssets) EXPECT ¶
func (m *MockAssets) EXPECT() *MockAssetsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAssets) GetFrom ¶
func (m *MockAssets) GetFrom(assets string) []Metadata
GetFrom mocks base method.
func (*MockAssets) ValidStateName ¶
func (m *MockAssets) ValidStateName(path string) bool
ValidStateName mocks base method.
type MockAssetsMockRecorder ¶
type MockAssetsMockRecorder struct {
// contains filtered or unexported fields
}
MockAssetsMockRecorder is the mock recorder for MockAssets.
func (*MockAssetsMockRecorder) GetFrom ¶
func (mr *MockAssetsMockRecorder) GetFrom(assets interface{}) *gomock.Call
GetFrom indicates an expected call of GetFrom.
func (*MockAssetsMockRecorder) ValidStateName ¶
func (mr *MockAssetsMockRecorder) ValidStateName(path interface{}) *gomock.Call
ValidStateName indicates an expected call of ValidStateName.
Click to show internal directories.
Click to hide internal directories.