Documentation
¶
Overview ¶
Package mock_app_ast_query_id is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockASTQueryIDProvider ¶ added in v1.0.2
type MockASTQueryIDProvider struct {
// contains filtered or unexported fields
}
MockASTQueryIDProvider is a mock of ASTQueryIDProvider interface.
func NewMockASTQueryIDProvider ¶ added in v1.0.2
func NewMockASTQueryIDProvider(ctrl *gomock.Controller) *MockASTQueryIDProvider
NewMockASTQueryIDProvider creates a new mock instance.
func (*MockASTQueryIDProvider) EXPECT ¶ added in v1.0.2
func (m *MockASTQueryIDProvider) EXPECT() *MockASTQueryIDProviderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockASTQueryIDProvider) GetQueryID ¶ added in v1.0.2
func (m *MockASTQueryIDProvider) GetQueryID(arg0, arg1, arg2, arg3 string) (string, error)
GetQueryID mocks base method.
type MockASTQueryIDProviderMockRecorder ¶ added in v1.0.2
type MockASTQueryIDProviderMockRecorder struct {
// contains filtered or unexported fields
}
MockASTQueryIDProviderMockRecorder is the mock recorder for MockASTQueryIDProvider.
func (*MockASTQueryIDProviderMockRecorder) GetQueryID ¶ added in v1.0.2
func (mr *MockASTQueryIDProviderMockRecorder) GetQueryID(arg0, arg1, arg2, arg3 any) *gomock.Call
GetQueryID indicates an expected call of GetQueryID.
Click to show internal directories.
Click to hide internal directories.