Versions in this module Expand all Collapse all v0 v0.18.0 Mar 16, 2019 Changes in this version + type Storage struct + func NewStorage(db *dbx.Database) *Storage + func (s *Storage) Delete(key string) error + func (s *Storage) Get(key string) (*blob.Blob, error) + func (s *Storage) Put(key string, content []byte, contentType string) error + func (s *Storage) SetCurrentTenant(tenant *models.Tenant)