Documentation ¶
Overview ¶
Package mockruntime is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRuntime ¶
type MockRuntime struct {
// contains filtered or unexported fields
}
MockRuntime is a mock of Runtime interface.
func NewMockRuntime ¶
func NewMockRuntime(ctrl *gomock.Controller) *MockRuntime
NewMockRuntime creates a new mock instance.
func (*MockRuntime) Context ¶
func (m *MockRuntime) Context(arg0 *cobra.Command) context.Context
Context mocks base method.
func (*MockRuntime) EXPECT ¶
func (m *MockRuntime) EXPECT() *MockRuntimeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntime) KeV1alpha ¶
func (m *MockRuntime) KeV1alpha(arg0 *cobra.Command) (kev1alphaconnect.KeServiceClient, error)
KeV1alpha mocks base method.
type MockRuntimeMockRecorder ¶
type MockRuntimeMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntimeMockRecorder is the mock recorder for MockRuntime.
func (*MockRuntimeMockRecorder) Context ¶
func (mr *MockRuntimeMockRecorder) Context(arg0 interface{}) *gomock.Call
Context indicates an expected call of Context.
func (*MockRuntimeMockRecorder) KeV1alpha ¶
func (mr *MockRuntimeMockRecorder) KeV1alpha(arg0 interface{}) *gomock.Call
KeV1alpha indicates an expected call of KeV1alpha.
Click to show internal directories.
Click to hide internal directories.