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 OSVFS
- func (o *OSVFS) Exists(path string) bool
- func (o *OSVFS) Glob(pattern string) ([]string, error)
- func (o *OSVFS) ReadAll(r io.Reader) ([]byte, error)
- func (o *OSVFS) ReadDir(path string) ([]os.FileInfo, error)
- func (o *OSVFS) ReadFile(path string) ([]byte, error)
- func (o *OSVFS) Walk(root string, walkFn filepath.WalkFunc) error
- func (o *OSVFS) 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.