Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
MockClient is a mock implementation of the Client interface
func NewMockClient ¶
func NewMockClient() *MockClient
NewMockClient creates and returns a new instance of MockClient
func (*MockClient) Checkout ¶
func (m *MockClient) Checkout(repo git.Repository, commit string) error
Checkout mocks the Checkout method of the Client interface
func (*MockClient) Clone ¶
func (m *MockClient) Clone(url, dst string) (*git.Repository, error)
Clone mocks the Clone method of the Client interface
Click to show internal directories.
Click to hide internal directories.