Skip to content

Commit

Permalink
task: more alias (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn committed Mar 12, 2024
1 parent 4b0c9f1 commit cd760e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion opsmngr/opsmngr.go
Expand Up @@ -56,14 +56,19 @@ type (
IndexOptions = atlas.IndexOptions
CollationOptions = atlas.CollationOptions
Team = atlas.Team
TeamsAssigment = atlas.TeamsAssigned
TeamsAssigned = atlas.TeamsAssigned
TeamUpdateRoles = atlas.TeamUpdateRoles
CreateProjectOptions = atlas.CreateProjectOptions
ProjectTeam = atlas.ProjectTeam
TeamRoles = atlas.TeamRoles
Invitation = atlas.Invitation
InvitationOptions = atlas.InvitationOptions
NamespaceOptions = atlas.NamespaceOptions
Namespaces = atlas.Namespaces
SlowQueryOptions = atlas.SlowQueryOptions
SlowQueries = atlas.SlowQueries
SuggestedIndexOptions = atlas.SuggestedIndexOptions
SuggestedIndexes = atlas.SuggestedIndexes
)

type HTTPClient interface {
Expand Down

0 comments on commit cd760e0

Please sign in to comment.