Versions in this module Expand all Collapse all v1 v1.0.0 Mar 13, 2024 Changes in this version + func RegisterSchema(schema string, open OpenFunc) + func SplitSchema(path string) (schema, file string) + type Dir interface + Close func() error + Open func(file string) (io.ReadCloser, error) + func Open(path string) (Dir, error) + type OpenFunc = func(file string) (Dir, error)