Skip to content

Commit 43e7173

Browse files
authored
task: missing alias (#227)
1 parent e77e179 commit 43e7173

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

opsmngr/opsmngr.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ type (
6969
SlowQueries = atlas.SlowQueries
7070
SuggestedIndexOptions = atlas.SuggestedIndexOptions
7171
SuggestedIndexes = atlas.SuggestedIndexes
72+
Notification = atlas.Notification
73+
CurrentValue = atlas.CurrentValue
74+
MetricThreshold = atlas.MetricThreshold
75+
Matcher = atlas.Matcher
7276
)
7377

7478
type HTTPClient interface {

0 commit comments

Comments
 (0)