Versions in this module Expand all Collapse all v0 v0.0.1 Jul 30, 2018 Changes in this version + type MetadataStore struct + func NewStorage(connectionName string) *MetadataStore + func (r *MetadataStore) Connect() error + func (s *MetadataStore) Get(module string) (string, error) + func (s *MetadataStore) Save(module, redirectURL string) error