fake

package
v0.0.0-...-7a5e26d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package fake is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPI

type MockAPI struct {
	// contains filtered or unexported fields
}

MockAPI is a mock of API interface.

func NewMockAPI

func NewMockAPI(ctrl *gomock.Controller) *MockAPI

NewMockAPI creates a new mock instance.

func (*MockAPI) AlertManagers

func (m *MockAPI) AlertManagers(arg0 context.Context) (v1.AlertManagersResult, error)

AlertManagers mocks base method.

func (*MockAPI) Alerts

func (m *MockAPI) Alerts(arg0 context.Context) (v1.AlertsResult, error)

Alerts mocks base method.

func (*MockAPI) Buildinfo

func (m *MockAPI) Buildinfo(arg0 context.Context) (v1.BuildinfoResult, error)

Buildinfo mocks base method.

func (*MockAPI) CleanTombstones

func (m *MockAPI) CleanTombstones(arg0 context.Context) error

CleanTombstones mocks base method.

func (*MockAPI) Config

func (m *MockAPI) Config(arg0 context.Context) (v1.ConfigResult, error)

Config mocks base method.

func (*MockAPI) DeleteSeries

func (m *MockAPI) DeleteSeries(arg0 context.Context, arg1 []string, arg2, arg3 time.Time) error

DeleteSeries mocks base method.

func (*MockAPI) EXPECT

func (m *MockAPI) EXPECT() *MockAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAPI) Flags

func (m *MockAPI) Flags(arg0 context.Context) (v1.FlagsResult, error)

Flags mocks base method.

func (*MockAPI) LabelNames

func (m *MockAPI) LabelNames(arg0 context.Context, arg1 []string, arg2, arg3 time.Time) ([]string, v1.Warnings, error)

LabelNames mocks base method.

func (*MockAPI) LabelValues

func (m *MockAPI) LabelValues(arg0 context.Context, arg1 string, arg2 []string, arg3, arg4 time.Time) (model.LabelValues, v1.Warnings, error)

LabelValues mocks base method.

func (*MockAPI) Metadata

func (m *MockAPI) Metadata(arg0 context.Context, arg1, arg2 string) (map[string][]v1.Metadata, error)

Metadata mocks base method.

func (*MockAPI) Query

func (m *MockAPI) Query(arg0 context.Context, arg1 string, arg2 time.Time) (model.Value, v1.Warnings, error)

Query mocks base method.

func (*MockAPI) QueryExemplars

func (m *MockAPI) QueryExemplars(arg0 context.Context, arg1 string, arg2, arg3 time.Time) ([]v1.ExemplarQueryResult, error)

QueryExemplars mocks base method.

func (*MockAPI) QueryRange

func (m *MockAPI) QueryRange(arg0 context.Context, arg1 string, arg2 v1.Range) (model.Value, v1.Warnings, error)

QueryRange mocks base method.

func (*MockAPI) Rules

func (m *MockAPI) Rules(arg0 context.Context) (v1.RulesResult, error)

Rules mocks base method.

func (*MockAPI) Runtimeinfo

func (m *MockAPI) Runtimeinfo(arg0 context.Context) (v1.RuntimeinfoResult, error)

Runtimeinfo mocks base method.

func (*MockAPI) Series

func (m *MockAPI) Series(arg0 context.Context, arg1 []string, arg2, arg3 time.Time) ([]model.LabelSet, v1.Warnings, error)

Series mocks base method.

func (*MockAPI) Snapshot

func (m *MockAPI) Snapshot(arg0 context.Context, arg1 bool) (v1.SnapshotResult, error)

Snapshot mocks base method.

func (*MockAPI) TSDB

func (m *MockAPI) TSDB(arg0 context.Context) (v1.TSDBResult, error)

TSDB mocks base method.

func (*MockAPI) Targets

func (m *MockAPI) Targets(arg0 context.Context) (v1.TargetsResult, error)

Targets mocks base method.

func (*MockAPI) TargetsMetadata

func (m *MockAPI) TargetsMetadata(arg0 context.Context, arg1, arg2, arg3 string) ([]v1.MetricMetadata, error)

TargetsMetadata mocks base method.

func (*MockAPI) WalReplay

func (m *MockAPI) WalReplay(arg0 context.Context) (v1.WalReplayStatus, error)

WalReplay mocks base method.

type MockAPIMockRecorder

type MockAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockAPIMockRecorder is the mock recorder for MockAPI.

func (*MockAPIMockRecorder) AlertManagers

func (mr *MockAPIMockRecorder) AlertManagers(arg0 interface{}) *gomock.Call

AlertManagers indicates an expected call of AlertManagers.

func (*MockAPIMockRecorder) Alerts

func (mr *MockAPIMockRecorder) Alerts(arg0 interface{}) *gomock.Call

Alerts indicates an expected call of Alerts.

func (*MockAPIMockRecorder) Buildinfo

func (mr *MockAPIMockRecorder) Buildinfo(arg0 interface{}) *gomock.Call

Buildinfo indicates an expected call of Buildinfo.

func (*MockAPIMockRecorder) CleanTombstones

func (mr *MockAPIMockRecorder) CleanTombstones(arg0 interface{}) *gomock.Call

CleanTombstones indicates an expected call of CleanTombstones.

func (*MockAPIMockRecorder) Config

func (mr *MockAPIMockRecorder) Config(arg0 interface{}) *gomock.Call

Config indicates an expected call of Config.

func (*MockAPIMockRecorder) DeleteSeries

func (mr *MockAPIMockRecorder) DeleteSeries(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DeleteSeries indicates an expected call of DeleteSeries.

func (*MockAPIMockRecorder) Flags

func (mr *MockAPIMockRecorder) Flags(arg0 interface{}) *gomock.Call

Flags indicates an expected call of Flags.

func (*MockAPIMockRecorder) LabelNames

func (mr *MockAPIMockRecorder) LabelNames(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LabelNames indicates an expected call of LabelNames.

func (*MockAPIMockRecorder) LabelValues

func (mr *MockAPIMockRecorder) LabelValues(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

LabelValues indicates an expected call of LabelValues.

func (*MockAPIMockRecorder) Metadata

func (mr *MockAPIMockRecorder) Metadata(arg0, arg1, arg2 interface{}) *gomock.Call

Metadata indicates an expected call of Metadata.

func (*MockAPIMockRecorder) Query

func (mr *MockAPIMockRecorder) Query(arg0, arg1, arg2 interface{}) *gomock.Call

Query indicates an expected call of Query.

func (*MockAPIMockRecorder) QueryExemplars

func (mr *MockAPIMockRecorder) QueryExemplars(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

QueryExemplars indicates an expected call of QueryExemplars.

func (*MockAPIMockRecorder) QueryRange

func (mr *MockAPIMockRecorder) QueryRange(arg0, arg1, arg2 interface{}) *gomock.Call

QueryRange indicates an expected call of QueryRange.

func (*MockAPIMockRecorder) Rules

func (mr *MockAPIMockRecorder) Rules(arg0 interface{}) *gomock.Call

Rules indicates an expected call of Rules.

func (*MockAPIMockRecorder) Runtimeinfo

func (mr *MockAPIMockRecorder) Runtimeinfo(arg0 interface{}) *gomock.Call

Runtimeinfo indicates an expected call of Runtimeinfo.

func (*MockAPIMockRecorder) Series

func (mr *MockAPIMockRecorder) Series(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Series indicates an expected call of Series.

func (*MockAPIMockRecorder) Snapshot

func (mr *MockAPIMockRecorder) Snapshot(arg0, arg1 interface{}) *gomock.Call

Snapshot indicates an expected call of Snapshot.

func (*MockAPIMockRecorder) TSDB

func (mr *MockAPIMockRecorder) TSDB(arg0 interface{}) *gomock.Call

TSDB indicates an expected call of TSDB.

func (*MockAPIMockRecorder) Targets

func (mr *MockAPIMockRecorder) Targets(arg0 interface{}) *gomock.Call

Targets indicates an expected call of Targets.

func (*MockAPIMockRecorder) TargetsMetadata

func (mr *MockAPIMockRecorder) TargetsMetadata(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

TargetsMetadata indicates an expected call of TargetsMetadata.

func (*MockAPIMockRecorder) WalReplay

func (mr *MockAPIMockRecorder) WalReplay(arg0 interface{}) *gomock.Call

WalReplay indicates an expected call of WalReplay.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL