Versions in this module Expand all Collapse all v1 v1.13.12 Feb 9, 2025 Changes in this version + var ErrUnknownScheme = errors.New("unknown scheme") + func Register(scheme string, open Opener) + type Closer = func() error + func Open(ctx context.Context, url string) (http.FileSystem, Closer, error) + type Opener = func(ctx context.Context, url string) (http.FileSystem, Closer, error)