mirror of
https://github.com/datarhei/core.git
synced 2025-11-03 10:30:53 +08:00
Update dependencies
This commit is contained in:
@@ -2,6 +2,7 @@ package resolver
|
||||
|
||||
// This file will be automatically regenerated based on the schema, any resolver implementations
|
||||
// will be copied through when generating and any unknown code will be moved to the end.
|
||||
// Code generated by github.com/99designs/gqlgen version v0.17.36
|
||||
|
||||
import (
|
||||
"context"
|
||||
@@ -12,6 +13,7 @@ import (
|
||||
"github.com/datarhei/core/v16/monitor/metric"
|
||||
)
|
||||
|
||||
// Metrics is the resolver for the metrics field.
|
||||
func (r *queryResolver) Metrics(ctx context.Context, query models.MetricsInput) (*models.Metrics, error) {
|
||||
patterns := []metric.Pattern{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user