Documentation ¶
Index ¶
- type AdditionalAddressesSettings
- type AddressSettings
- type ServiceClient
- func (cs *ServiceClient) Create(config *publicendpoints.Settings) error
- func (cs *ServiceClient) Delete() error
- func (cs *ServiceClient) Get() (*publicendpoints.Settings, error)
- func (cs *ServiceClient) GetAdditionalWebUiAddresses() ([]string, error)
- func (cs *ServiceClient) GetBeaconForwarderAddress() (*string, error)
- func (cs *ServiceClient) GetCDNAddress() (*string, error)
- func (cs *ServiceClient) GetWebUiAddress() (*string, error)
- func (cs *ServiceClient) Update(config *publicendpoints.Settings) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdditionalAddressesSettings ¶
type AdditionalAddressesSettings struct {
AdditionalAddresses []string `json:"additionalAddresses,omitempty"`
}
type AddressSettings ¶
type AddressSettings struct {
Address *string `json:"address,omitempty"`
}
type ServiceClient ¶
type ServiceClient struct {
// contains filtered or unexported fields
}
ServiceClient TODO: documentation
func NewService ¶
func NewService(baseURL string, token string) *ServiceClient
NewService creates a new Service Client baseURL should look like this: "https://siz65484.live.dynatrace.com/api/config/v1" token is an API Token
func (*ServiceClient) Create ¶
func (cs *ServiceClient) Create(config *publicendpoints.Settings) error
Create TODO: documentation
func (*ServiceClient) Get ¶
func (cs *ServiceClient) Get() (*publicendpoints.Settings, error)
Get TODO: documentation
func (*ServiceClient) GetAdditionalWebUiAddresses ¶
func (cs *ServiceClient) GetAdditionalWebUiAddresses() ([]string, error)
Get TODO: documentation
func (*ServiceClient) GetBeaconForwarderAddress ¶
func (cs *ServiceClient) GetBeaconForwarderAddress() (*string, error)
Get TODO: documentation
func (*ServiceClient) GetCDNAddress ¶
func (cs *ServiceClient) GetCDNAddress() (*string, error)
Get TODO: documentation
func (*ServiceClient) GetWebUiAddress ¶
func (cs *ServiceClient) GetWebUiAddress() (*string, error)
Get TODO: documentation
func (*ServiceClient) Update ¶
func (cs *ServiceClient) Update(config *publicendpoints.Settings) error
Update TODO: documentation
Click to show internal directories.
Click to hide internal directories.