From e942b3e3f87f1fc1d6b51e0fbf3510de21610c69 Mon Sep 17 00:00:00 2001 From: Gustavo Bazan Date: Tue, 12 Mar 2024 13:33:23 +0000 Subject: [PATCH] task: missing alias --- opsmngr/opsmngr.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opsmngr/opsmngr.go b/opsmngr/opsmngr.go index 4842a4d..39f0f88 100644 --- a/opsmngr/opsmngr.go +++ b/opsmngr/opsmngr.go @@ -69,6 +69,10 @@ type ( SlowQueries = atlas.SlowQueries SuggestedIndexOptions = atlas.SuggestedIndexOptions SuggestedIndexes = atlas.SuggestedIndexes + Notification = atlas.Notification + CurrentValue = atlas.CurrentValue + MetricThreshold = atlas.MetricThreshold + Matcher = atlas.Matcher ) type HTTPClient interface {