Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSSMClient ¶
type MockSSMClient struct {
// contains filtered or unexported fields
}
MockSSMClient is a mock of SSMClient interface.
func NewMockSSMClient ¶
func NewMockSSMClient(ctrl *gomock.Controller) *MockSSMClient
NewMockSSMClient creates a new mock instance.
func (*MockSSMClient) EXPECT ¶
func (m *MockSSMClient) EXPECT() *MockSSMClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSSMClient) StartSession ¶
func (m *MockSSMClient) StartSession(ctx context.Context, params *ssm.StartSessionInput, optFns ...func(*ssm.Options)) (*ssm.StartSessionOutput, error)
StartSession mocks base method.
type MockSSMClientMockRecorder ¶
type MockSSMClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSSMClientMockRecorder is the mock recorder for MockSSMClient.
func (*MockSSMClientMockRecorder) StartSession ¶
func (mr *MockSSMClientMockRecorder) StartSession(ctx, params any, optFns ...any) *gomock.Call
StartSession indicates an expected call of StartSession.
Click to show internal directories.
Click to hide internal directories.