Skip to content

Commit

Permalink
task: missing alias to remove direct dependencies on atlas (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn committed Mar 12, 2024
1 parent 6ae762e commit 4b0c9f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions opsmngr/opsmngr.go
Expand Up @@ -48,12 +48,22 @@ type (
Link = atlas.Link
APIKey = atlas.APIKey
APIKeyInput = atlas.APIKeyInput
AssignAPIKey = atlas.AssignAPIKey
Part = atlas.Part
Checkpoint = atlas.Checkpoint
Checkpoints = atlas.Checkpoints
SnapshotTimestamp = atlas.SnapshotTimestamp
IndexOptions = atlas.IndexOptions
CollationOptions = atlas.CollationOptions
Team = atlas.Team
TeamsAssigment = atlas.TeamsAssigned
TeamUpdateRoles = atlas.TeamUpdateRoles
CreateProjectOptions = atlas.CreateProjectOptions
ProjectTeam = atlas.ProjectTeam
TeamRoles = atlas.TeamRoles
Invitation = atlas.Invitation
NamespaceOptions = atlas.NamespaceOptions
Namespaces = atlas.Namespaces
)

type HTTPClient interface {
Expand Down

0 comments on commit 4b0c9f1

Please sign in to comment.