Versions in this module Expand all Collapse all v0 v0.0.3 Aug 18, 2022 v0.0.2 Jun 9, 2022 v0.0.1 Mar 23, 2022 Changes in this version + func Register(name string, exec CreateFunc) + type Auth interface + DoAuth func(token string, ext []byte) (string, string, error) + type CreateFunc func(url string, timeout time.Duration) Auth + func Load(name string) (CreateFunc, error)