We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae762e commit 4b0c9f1Copy full SHA for 4b0c9f1
opsmngr/opsmngr.go
@@ -48,12 +48,22 @@ type (
48
Link = atlas.Link
49
APIKey = atlas.APIKey
50
APIKeyInput = atlas.APIKeyInput
51
+ AssignAPIKey = atlas.AssignAPIKey
52
Part = atlas.Part
53
Checkpoint = atlas.Checkpoint
54
Checkpoints = atlas.Checkpoints
55
SnapshotTimestamp = atlas.SnapshotTimestamp
56
IndexOptions = atlas.IndexOptions
57
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
67
)
68
69
type HTTPClient interface {
0 commit comments