filesystem

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileInfo

type FileInfo struct {
	Path string
	Size int64
}

FileInfo represents file information

type Manager

type Manager struct{}

Manager manages filesystem operations

func NewManager

func NewManager() *Manager

NewManager creates a new filesystem manager

func (*Manager) ReadFile

func (m *Manager) ReadFile(path string) ([]byte, error)

ReadFile reads a file

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL