Documentation
      ¶
    
    
  
    
  
    Overview ¶
Copyright 2025 The Hulo Authors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Index ¶
- type MemVFS
 - func (m *MemVFS) Exists(path string) bool
 - func (m *MemVFS) Glob(pattern string) ([]string, error)
 - func (m *MemVFS) ReadAll(r io.Reader) ([]byte, error)
 - func (m *MemVFS) ReadDir(path string) ([]os.FileInfo, error)
 - func (m *MemVFS) ReadFile(path string) ([]byte, error)
 - func (m *MemVFS) Walk(root string, walkFn filepath.WalkFunc) error
 - func (m *MemVFS) WriteFile(path string, content []byte, perm os.FileMode) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
 Click to show internal directories. 
   Click to hide internal directories.