Versions in this module Expand all Collapse all v1 v1.0.0 Dec 14, 2023 Changes in this version + func DeregisterWithEureka(config Config, username, password string) error + func RegisterWithEureka(config Config, username, password string) error + type Config struct + App string + AuthHeader string + EurekaURL string + Instance InstanceData + type DataCenterInfoData struct + Class string + Name string + type InstanceData struct + App string + CountryID int + DataCenterInfo DataCenterInfoData + HealthCheckURL string + HomePageURL string + HostName string + IPAddr string + InstanceID string + Port PortData + SecurePort PortData + SecureVIPAddress string + Status Status + StatusPageURL string + VIPAddress string + type PortData struct + Enabled string + Value int + type Status string + const StatusDown + const StatusOutOfService + const StatusUp