Skip to content

Commit 4b0c9f1

Browse files
authored
task: missing alias to remove direct dependencies on atlas (#225)
1 parent 6ae762e commit 4b0c9f1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

opsmngr/opsmngr.go

+10
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,22 @@ type (
4848
Link = atlas.Link
4949
APIKey = atlas.APIKey
5050
APIKeyInput = atlas.APIKeyInput
51+
AssignAPIKey = atlas.AssignAPIKey
5152
Part = atlas.Part
5253
Checkpoint = atlas.Checkpoint
5354
Checkpoints = atlas.Checkpoints
5455
SnapshotTimestamp = atlas.SnapshotTimestamp
5556
IndexOptions = atlas.IndexOptions
5657
CollationOptions = atlas.CollationOptions
58+
Team = atlas.Team
59+
TeamsAssigment = atlas.TeamsAssigned
60+
TeamUpdateRoles = atlas.TeamUpdateRoles
61+
CreateProjectOptions = atlas.CreateProjectOptions
62+
ProjectTeam = atlas.ProjectTeam
63+
TeamRoles = atlas.TeamRoles
64+
Invitation = atlas.Invitation
65+
NamespaceOptions = atlas.NamespaceOptions
66+
Namespaces = atlas.Namespaces
5767
)
5868

5969
type HTTPClient interface {

0 commit comments

Comments
 (0)