Versions in this module Expand all Collapse all v1 v1.0.0 Nov 22, 2024 Changes in this version + type Endpoint struct + Address string + Password string + Port int + Username string + func (endpoint *Endpoint) IsReachable(timeout time.Duration) error + func (endpoint *Endpoint) Request(resourcePath string, timeout time.Duration) ([]byte, error)