package storage type Storage struct { } func New() (*Storage, error) { }