Versions in this module Expand all Collapse all v0 v0.0.1 Jul 30, 2018 Changes in this version + type Storage struct + func New(accountName, accountKey, containerName string) (*Storage, error) + func (s *Storage) Save(ctx context.Context, module, version string, mod []byte, zip io.Reader, ...) error + func (s Storage) BaseURL() *url.URL