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 {