# Functions
ParseAddrPort parses an IPv4/IPv6 address and port string into an AddrPort.
ParseAddrPorts parses a list of IPv4/IPv6 address and port strings into an AddrPorts.
No description provided by the author
# Structs
AddrPort is a wrapper for netip.AddrPort for which (json/yaml).(Marshaller/Unmarshaller) are implemented.
ClusterCertificatePut represents the content of a new cluster keypair and CA.
X509Certificate is a json/yaml marshallable/unmarshallable type wrapper for x509.Certificate.
# Type aliases
AddrPorts is a defined type for a slice of AddrPort.