Documentation ¶
Overview ¶
Package github is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRenderer ¶
type MockRenderer struct {
// contains filtered or unexported fields
}
MockRenderer is a mock of Renderer interface
func NewMockRenderer ¶
func NewMockRenderer(ctrl *gomock.Controller) *MockRenderer
NewMockRenderer creates a new mock instance
func (*MockRenderer) EXPECT ¶
func (m *MockRenderer) EXPECT() *MockRendererMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRenderer) Execute ¶
func (m *MockRenderer) Execute(arg0 root.Fs, arg1 api.GitHubAsset, arg2 []libyaml.ConfigGroup, arg3 api.ReleaseMetadata, arg4 map[string]interface{}) func(context.Context) error
Execute mocks base method
type MockRendererMockRecorder ¶
type MockRendererMockRecorder struct {
// contains filtered or unexported fields
}
MockRendererMockRecorder is the mock recorder for MockRenderer
func (*MockRendererMockRecorder) Execute ¶
func (mr *MockRendererMockRecorder) Execute(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Execute indicates an expected call of Execute
Click to show internal directories.
Click to hide internal directories.