Versions in this module Expand all Collapse all v0 v0.4.0 Jan 12, 2020 Changes in this version + type Backend interface + Retrieve func(context.Context, string, string) error + type BackendConfig struct + AuthMethod string + Config map[string]string + type Factory func(context.Context, *BackendConfig) (Backend, error)