initd

package
v0.0.0-...-3d0f1d1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FSEntry

type FSEntry struct {
	Name    string `json:"name"`
	Path    string `json:"path"`
	IsDir   bool   `json:"is_dir"`
	Size    int64  `json:"size"`
	ModTime int64  `json:"mod_time"`
}

type MkdirOptions

type MkdirOptions struct {
	Dir string `json:"dir"`
}

type Status

type Status struct {
	Ok bool `json:"ok"`
}

type WatchFSEvent

type WatchFSEvent struct {
	Path   string `json:"path"`
	Create bool   `json:"create"`
	Write  bool   `json:"write"`
	Remove bool   `json:"remove"`
	Rename bool   `json:"rename"`
}

Jump to

Keyboard shortcuts

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