Documentation ¶ Index ¶ type Endpoint 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 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Endpoint ¶ type Endpoint struct { // contains filtered or unexported fields } func NewEndpoint ¶ func NewEndpoint(scheme, address string, isSecure bool) *Endpoint func ParseEndpoint ¶ func ParseEndpoint(endpoint string) (*Endpoint, error) func (*Endpoint) Address ¶ func (e *Endpoint) Address() string func (*Endpoint) IsSecure ¶ func (e *Endpoint) IsSecure() bool func (*Endpoint) Scheme ¶ func (e *Endpoint) Scheme() string func (*Endpoint) String ¶ func (e *Endpoint) String() string Source Files ¶ View all Source files endpoint.go Click to show internal directories. Click to hide internal directories.