Versions in this module Expand all Collapse all v0 v0.2.5 Jul 1, 2025 Changes in this version + type BlobStorage interface + Retrieve func(hash string) ([]byte, error) + Store func(content []byte) (string, error) + type FileMeta interface + CurrentVersion func() int32