os

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultFilePerm = fs.FileMode(0o0755)

Functions

func DirFS

func DirFS(dir string) rwfs.FS

Types

type FS

type FS struct {
	// contains filtered or unexported fields
}

func (FS) Create

func (fsys FS) Create(name string) (rwfs.File, error)

func (FS) Open

func (fsys FS) Open(name string) (fs.File, error)

func (FS) OpenAsWritable

func (fsys FS) OpenAsWritable(name string) (rwfs.File, error)

func (FS) Truncate

func (fsys FS) Truncate(name string, size int64) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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