Versions in this module Expand all Collapse all v0 v0.1.0 Aug 3, 2021 Changes in this version + type Address struct + Host string + IsIpv6 bool + Port string + func CreateVhostAddressFromString(addrStr string) Address + func (a *Address) GetAddressWithNewPort(port string) *Address + func (a *Address) GetHash() string + func (a *Address) GetNormalizedHost() string + func (a *Address) GetNormalizedIpv6() string + func (a *Address) IsEqual(b *Address) bool + func (a *Address) IsWildcardPort() bool + func (a *Address) ToString() string + type VirtualHost struct + Addresses map[string]Address + Aliases []string + Ancestor *VirtualHost + AugPath string + DocRoot string + Enabled bool + FilePath string + ModMacro bool + ServerName string + Ssl bool + func (vh *VirtualHost) GetAddressesString(hostsOnly bool) string + func (vh *VirtualHost) GetConfigName() string + func (vh *VirtualHost) GetNames() ([]string, error)