Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2023 Changes in this version + type Namespace struct + func New(d *deps.Deps) *Namespace + func (ns *Namespace) FileExists(i any) (bool, error) + func (ns *Namespace) Getenv(key any) (string, error) + func (ns *Namespace) ReadDir(i any) ([]_os.FileInfo, error) + func (ns *Namespace) ReadFile(i any) (string, error) + func (ns *Namespace) Stat(i any) (_os.FileInfo, error)