Versions in this module Expand all Collapse all v0 v0.1.0 Feb 6, 2023 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)