# README
Convert
This package aims at converting a CLI version of the automation config to the format required by the C/OM API
# Functions
BuildAtlasActions converts the actions inside the array of string in an array of atlas.Action structs r contains roles in the format action[@dbName.collection].
BuildAtlasInheritedRoles converts the inherited roles inside the array of string in an array of atlas.InheritedRole structs r contains roles in the format roleName@dbName.
BuildAtlasRoles converts the roles inside the array of string in an array of mongodbatlas.Role structs.
BuildAtlasScopes converts the scopes inside the array of string in an array of mongodbatlas.Scope structs.
BuildOMRoles converts the roles inside the array of string in an array of opsmngr.Role structs.
FromAutomationConfig convert from opsmngr.AutomationConfig format to []*ClusterConfig the given opsmngr.AutomationConfig will be modified.
# Structs
ClusterConfig configuration for a cluster This cluster can be used to patch an automation config.
No description provided by the author
No description provided by the author
No description provided by the author
ProcessConfig that belongs to a cluster.
RSConfig shared properties of replica sets, config servers, and sharded clusters.
TLS defines TLS parameters for Net.