Versions in this module Expand all Collapse all v1 v1.1.8 Sep 4, 2021 Changes in this version + func GetObject(ops map[string]string, srcs Sources) http.HandlerFunc + func Login(ops map[string]string, srcs Sources) http.HandlerFunc + func Metadata(ops map[string]string, srcs Sources) http.HandlerFunc + func NewSession(c Config) (rets.Requester, io.Closer, error) + func Search(ops map[string]string, srcs Sources) http.HandlerFunc + type Config struct + Password string + Proxy string + Service string + URL string + User string + UserAgent string + UserAgentPassword string + Version string + type Session struct + func (l *Session) Clear() + func (l *Session) Get() (rets.Requester, *rets.CapabilityURLs, error) + type Sessions map[string]Session + type Sources map[string]Sessions + func NewSources(cfgs []Config) Sources