Versions in this module Expand all Collapse all v0 v0.11.1 Mar 16, 2021 v0.10.1 Mar 16, 2021 Changes in this version + func StartEurekaClient(logger log.Logger, url string, name string) + type Application struct + Instances []Instance + Name string + XMLName xml.Name + func GetOneInstance(serverURL string, appName string) (*Application, error) + type Applications struct + ApplicationList []Application + AppsHashcode string + VersionsDelta string + XMLName xml.Name + type ApplicationsInfo struct + Applications *Applications + type DataCenterInfo struct + Class string + Metadata *DataCenterMetadata + Name string + type DataCenterMetadata struct + AmiID string + AmiLaunchIndex string + AmiManifestPath string + AvailabilityZone string + Hostname string + InstanceID string + InstanceType string + LocalHostname string + LocalIpv4 string + PublicHostname string + PublicIpv4 string + type Instance struct + ActionType string + App string + CountryID int + DataCenterInfo *DataCenterInfo + HealthCheckURL string + HomePageURL string + HostName string + IPAddr string + InstanceID string + IsCoordinatingDiscoveryServer string + LastDirtyTimestamp string + LastUpdatedTimestamp string + LeaseInfo *LeaseInfo + Metadata map[string]interface{} + OverriddenStatus string + Port *Port + SecurePort *Port + SecureVipAddress string + Status string + StatusPageURL string + VipAddress string + XMLName xml.Name + type InstanceInfo struct + Instance *Instance + type LeaseInfo struct + DurationInSecs int + RenewalIntervalInSecs int + type Port struct + Enabled string + Port int