Documentation
¶
Overview ¶
Package mock_bump is a generated GoMock package.
Index ¶
- type MockGh
- func (m *MockGh) CreateRelease(arg0, arg1 string, arg2 bool, arg3 *bump.ReleaseOption) (*bytes.Buffer, *bytes.Buffer, error)
- func (m *MockGh) EXPECT() *MockGhMockRecorder
- func (m *MockGh) ListRelease(arg0 string, arg1 bool) (*bytes.Buffer, *bytes.Buffer, error)
- func (m *MockGh) ViewRelease(arg0 string, arg1 bool) (*bytes.Buffer, *bytes.Buffer, error)
- func (m *MockGh) ViewRepository() (*bytes.Buffer, *bytes.Buffer, error)
- type MockGhMockRecorder
- func (mr *MockGhMockRecorder) CreateRelease(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGhMockRecorder) ListRelease(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGhMockRecorder) ViewRelease(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGhMockRecorder) ViewRepository() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGh ¶
type MockGh struct {
// contains filtered or unexported fields
}
MockGh is a mock of Gh interface.
func NewMockGh ¶
func NewMockGh(ctrl *gomock.Controller) *MockGh
NewMockGh creates a new mock instance.
func (*MockGh) CreateRelease ¶
func (m *MockGh) CreateRelease(arg0, arg1 string, arg2 bool, arg3 *bump.ReleaseOption) (*bytes.Buffer, *bytes.Buffer, error)
CreateRelease mocks base method.
func (*MockGh) EXPECT ¶
func (m *MockGh) EXPECT() *MockGhMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGh) ListRelease ¶
ListRelease mocks base method.
func (*MockGh) ViewRelease ¶
ViewRelease mocks base method.
type MockGhMockRecorder ¶
type MockGhMockRecorder struct {
// contains filtered or unexported fields
}
MockGhMockRecorder is the mock recorder for MockGh.
func (*MockGhMockRecorder) CreateRelease ¶
func (mr *MockGhMockRecorder) CreateRelease(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateRelease indicates an expected call of CreateRelease.
func (*MockGhMockRecorder) ListRelease ¶
func (mr *MockGhMockRecorder) ListRelease(arg0, arg1 interface{}) *gomock.Call
ListRelease indicates an expected call of ListRelease.
func (*MockGhMockRecorder) ViewRelease ¶
func (mr *MockGhMockRecorder) ViewRelease(arg0, arg1 interface{}) *gomock.Call
ViewRelease indicates an expected call of ViewRelease.
func (*MockGhMockRecorder) ViewRepository ¶
func (mr *MockGhMockRecorder) ViewRepository() *gomock.Call
ViewRepository indicates an expected call of ViewRepository.
Click to show internal directories.
Click to hide internal directories.