Documentation
¶
Overview ¶
Package mock_giga is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIGigaClient ¶
type MockIGigaClient struct {
// contains filtered or unexported fields
}
MockIGigaClient is a mock of IGigaClient interface.
func NewMockIGigaClient ¶
func NewMockIGigaClient(ctrl *gomock.Controller) *MockIGigaClient
NewMockIGigaClient creates a new mock instance.
func (*MockIGigaClient) AuthWithContext ¶
func (m *MockIGigaClient) AuthWithContext(ctx context.Context) error
AuthWithContext mocks base method.
func (*MockIGigaClient) ChatWithContext ¶
func (m *MockIGigaClient) ChatWithContext(ctx context.Context, in *gigachat.ChatRequest) (*gigachat.ChatResponse, error)
ChatWithContext mocks base method.
func (*MockIGigaClient) EXPECT ¶
func (m *MockIGigaClient) EXPECT() *MockIGigaClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIGigaClientMockRecorder ¶
type MockIGigaClientMockRecorder struct {
// contains filtered or unexported fields
}
MockIGigaClientMockRecorder is the mock recorder for MockIGigaClient.
func (*MockIGigaClientMockRecorder) AuthWithContext ¶
func (mr *MockIGigaClientMockRecorder) AuthWithContext(ctx interface{}) *gomock.Call
AuthWithContext indicates an expected call of AuthWithContext.
func (*MockIGigaClientMockRecorder) ChatWithContext ¶
func (mr *MockIGigaClientMockRecorder) ChatWithContext(ctx, in interface{}) *gomock.Call
ChatWithContext indicates an expected call of ChatWithContext.
Click to show internal directories.
Click to hide internal directories.