Documentation
¶
Index ¶
- type Atlas
- func (a *Atlas) AddKeyWithAccessList(projectID string, roles, access []string) (public string, private string, err error)
- func (a *Atlas) GetAdvancedCluster(projectId, clusterName string) (*mongodbatlas.AdvancedCluster, error)
- func (a *Atlas) GetPrivateEndpoint(projectID, provider string) ([]mongodbatlas.PrivateEndpointConnection, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Atlas ¶
type Atlas struct { OrgID string Public string Private string Client *mongodbatlas.Client }
func (*Atlas) AddKeyWithAccessList ¶
func (*Atlas) GetAdvancedCluster ¶ added in v0.8.0
func (a *Atlas) GetAdvancedCluster(projectId, clusterName string) (*mongodbatlas.AdvancedCluster, error)
func (*Atlas) GetPrivateEndpoint ¶ added in v0.7.0
func (a *Atlas) GetPrivateEndpoint(projectID, provider string) ([]mongodbatlas.PrivateEndpointConnection, error)
Click to show internal directories.
Click to hide internal directories.