Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGrafanaClient ¶
type MockGrafanaClient struct {
// contains filtered or unexported fields
}
MockGrafanaClient is a mock of GrafanaClient interface.
func NewMockGrafanaClient ¶
func NewMockGrafanaClient(ctrl *gomock.Controller) *MockGrafanaClient
NewMockGrafanaClient creates a new mock instance.
func (*MockGrafanaClient) EXPECT ¶
func (m *MockGrafanaClient) EXPECT() *MockGrafanaClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGrafanaClient) Query ¶
func (m *MockGrafanaClient) Query(ctx context.Context, query string) (*grafana.QueryResponse, error)
Query mocks base method.
type MockGrafanaClientMockRecorder ¶
type MockGrafanaClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGrafanaClientMockRecorder is the mock recorder for MockGrafanaClient.
Click to show internal directories.
Click to hide internal directories.