Versions in this module Expand all Collapse all v1 v1.0.2 Feb 28, 2023 v1.0.1 Feb 28, 2023 Changes in this version + type Endpoint struct + func NewEndpoint(scheme, address string, isSecure bool) *Endpoint + func ParseEndpoint(endpoint string) (*Endpoint, error) + func (e *Endpoint) Address() string + func (e *Endpoint) IsSecure() bool + func (e *Endpoint) Scheme() string + func (e *Endpoint) String() string