util

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	*os.File
}

func (*File) Close

func (f *File) Close() (err error)

func (*File) Ioctl

func (f *File) Ioctl(op, data uintptr) (err unix.Errno)

func (*File) Open

func (f *File) Open(path string) (err error)

type FileOpen

type FileOpen func(path string) (file *File, err error)

type Ioctler

type Ioctler interface {
	Ioctl(op, data uintptr) (err unix.Errno)
}

Jump to

Keyboard shortcuts

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