Skip to content

Commit

Permalink
task: missing alias (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn committed Apr 30, 2024
1 parent e77e179 commit 43e7173
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opsmngr/opsmngr.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 43e7173

Please sign in to comment.