Documentation ¶
Index ¶
- type Controller
- func (_m *Controller) GetRangeMetrics(ctx context.Context, query model.Query, start time.Time, end time.Time, ...) ([]model.MetricSeries, error)
- func (_m *Controller) GetSingleInstantMetric(ctx context.Context, query model.Query) (*model.Metric, error)
- func (_m *Controller) GetSingleMetric(ctx context.Context, query model.Query, t time.Time) (*model.Metric, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
Controller is an autogenerated mock type for the Controller type
func (*Controller) GetRangeMetrics ¶
func (_m *Controller) GetRangeMetrics(ctx context.Context, query model.Query, start time.Time, end time.Time, step time.Duration) ([]model.MetricSeries, error)
GetRangeMetrics provides a mock function with given fields: ctx, query, start, end, step
func (*Controller) GetSingleInstantMetric ¶
func (_m *Controller) GetSingleInstantMetric(ctx context.Context, query model.Query) (*model.Metric, error)
GetSingleInstantMetric provides a mock function with given fields: ctx, query
Click to show internal directories.
Click to hide internal directories.