Versions in this module Expand all Collapse all v0 v0.1.0 Nov 9, 2024 v0.0.3 Jul 22, 2022 Changes in this version + type MockIface struct + func NewMockIface(ctrl *gomock.Controller) *MockIface + func (m *MockIface) Deploy(ctx context.Context, src, dst string) error + func (m *MockIface) EXPECT() *MockIfaceMockRecorder + func (m *MockIface) Exec(ctx context.Context, basedir, command string) (bytes.Buffer, bytes.Buffer, error) + func (m *MockIface) Execf(ctx context.Context, basedir, command string, a ...interface{}) (bytes.Buffer, bytes.Buffer, error) + func (m *MockIface) Host() string + type MockIfaceMockRecorder struct + func (mr *MockIfaceMockRecorder) Deploy(ctx, src, dst interface{}) *gomock.Call + func (mr *MockIfaceMockRecorder) Exec(ctx, basedir, command interface{}) *gomock.Call + func (mr *MockIfaceMockRecorder) Execf(ctx, basedir, command interface{}, a ...interface{}) *gomock.Call + func (mr *MockIfaceMockRecorder) Host() *gomock.Call