Versions in this module Expand all Collapse all v0 v0.9.4 Feb 28, 2018 v0.9.3 Feb 5, 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) UpdateStaticIP(ctx context.Context, domainName string, member *common.ServiceMember) error