Versions in this module Expand all Collapse all v0 v0.9.6 May 8, 2018 v0.9.5 Apr 6, 2018 Changes in this version + const DefaultNetworkInterface + func AddIP(ip string, ifname string) error + func DeleteIP(ip string, ifname string) error + type ServiceNetwork struct + func NewServiceNetwork(dbIns db.DB, dnsIns dns.DNS, serverIns server.Server, serverInfo server.Info) *ServiceNetwork + func (s *ServiceNetwork) AddIP(ip string) error + func (s *ServiceNetwork) DeleteIP(ip string) error + func (s *ServiceNetwork) SetIfname(ifname string) + func (s *ServiceNetwork) UpdateDNS(ctx context.Context, domainName string, hostedZoneID string, ...) error + func (s *ServiceNetwork) UpdateServiceMemberDNS(ctx context.Context, cluster string, service string, memberIndex int64, ...) (memberName string, domain string, err error) + func (s *ServiceNetwork) UpdateStaticIP(ctx context.Context, domainName string, member *common.ServiceMember) error