Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task: missing alias to remove direct dependencies on atlas #225

Merged
merged 1 commit into from Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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