Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UTMConfigClient ¶
type UTMConfigClient struct {
ConnectionKey string `json:"connectionKey"`
MasterLocation string `json:"masterLocation"`
}
func NewUTMClient ¶
func NewUTMClient(connectionKey, masterLocation string) *UTMConfigClient
func (*UTMConfigClient) CreateUTMConfig ¶
func (s *UTMConfigClient) CreateUTMConfig(config *types.ConfigurationSection) error
func (*UTMConfigClient) GetAllUTMConfig ¶ added in v1.1.0
func (s *UTMConfigClient) GetAllUTMConfig() ([]*types.ConfigurationSection, error)
func (*UTMConfigClient) GetUTMConfig ¶
func (s *UTMConfigClient) GetUTMConfig(module enum.UTMModule) (*types.ConfigurationSection, error)
Click to show internal directories.
Click to hide internal directories.