implwrapper

package
v0.0.0-...-e7a9c10 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by github.com/ngicks/go-f-helper/aferofs/cmd/implwrapper. DO NOT EDIT.

Code generated by github.com/ngicks/go-f-helper/aferofs/cmd/implwrapper. DO NOT EDIT.

Code generated by github.com/ngicks/go-f-helper/aferofs/cmd/implwrapper. DO NOT EDIT.

Code generated by github.com/ngicks/go-f-helper/aferofs/cmd/implwrapper. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A1

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

no methods

func (*A1) Chmod

func (recv *A1) Chmod(name string, mode fs.FileMode) (err error)

func (*A1) Chown

func (recv *A1) Chown(name string, uid int, gid int) (err error)

func (*A1) Chtimes

func (recv *A1) Chtimes(name string, atime time.Time, mtime time.Time) (err error)

func (*A1) Create

func (recv *A1) Create(name string) (f afero.File, err error)

func (*A1) Mkdir

func (recv *A1) Mkdir(name string, perm fs.FileMode) (err error)

func (*A1) MkdirAll

func (recv *A1) MkdirAll(path string, perm fs.FileMode) (err error)

func (*A1) Name

func (recv *A1) Name() (name string)

func (*A1) Open

func (recv *A1) Open(name string) (f afero.File, err error)

func (*A1) OpenFile

func (recv *A1) OpenFile(name string, flag int, perm fs.FileMode) (f afero.File, err error)

func (*A1) Remove

func (recv *A1) Remove(name string) (err error)

func (*A1) RemoveAll

func (recv *A1) RemoveAll(path string) (err error)

func (*A1) Rename

func (recv *A1) Rename(oldname string, newname string) (err error)

func (*A1) Stat

func (recv *A1) Stat(name string) (fi fs.FileInfo, err error)

type A2

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

func (*A2) Chmod

func (recv *A2) Chmod(name string, mode fs.FileMode) (err error)

func (*A2) Chown

func (recv *A2) Chown(name string, uid int, gid int) (err error)

func (*A2) Chtimes

func (recv *A2) Chtimes(name string, atime time.Time, mtime time.Time) (err error)

func (*A2) Create

func (recv *A2) Create(name string) (f afero.File, err error)

func (*A2) Mkdir

func (recv *A2) Mkdir(name string, perm fs.FileMode) (err error)

func (*A2) MkdirAll

func (recv *A2) MkdirAll(path string, perm fs.FileMode) (err error)

func (*A2) Name

func (recv *A2) Name() (name string)

func (*A2) Open

func (recv *A2) Open(name string) (f afero.File, err error)

func (*A2) OpenFile

func (recv *A2) OpenFile(name string, flag int, perm fs.FileMode) (f afero.File, err error)

func (*A2) Remove

func (recv *A2) Remove(name string) (err error)

func (*A2) RemoveAll

func (recv *A2) RemoveAll(path string) (err error)

func (*A2) Rename

func (recv *A2) Rename(oldname string, newname string) (err error)

func (*A2) Stat

func (recv *A2) Stat(name string) (fi fs.FileInfo, err error)

type B1

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

func (*B1) Close

func (recv *B1) Close() (err error)

func (*B1) Name

func (recv *B1) Name() (s string)

func (*B1) Read

func (recv *B1) Read(p []byte) (n int, err error)

func (*B1) ReadAt

func (recv *B1) ReadAt(p []byte, off int64) (n int, err error)

func (*B1) Readdir

func (recv *B1) Readdir(count int) (fi []fs.FileInfo, err error)

func (*B1) Readdirnames

func (recv *B1) Readdirnames(n int) (s []string, err error)

func (*B1) Seek

func (recv *B1) Seek(offset int64, whence int) (n int64, err error)

func (*B1) Stat

func (recv *B1) Stat() (fi fs.FileInfo, err error)

func (*B1) Sync

func (recv *B1) Sync() (err error)

func (*B1) Truncate

func (recv *B1) Truncate(size int64) (err error)

func (*B1) Write

func (recv *B1) Write(p []byte) (n int, err error)

func (*B1) WriteAt

func (recv *B1) WriteAt(p []byte, off int64) (n int, err error)

func (*B1) WriteString

func (recv *B1) WriteString(s string) (n int, err error)

type B2

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

func (*B2) Close

func (recv *B2) Close() (err error)

func (*B2) Name

func (recv *B2) Name() (s string)

func (*B2) Read

func (recv *B2) Read(p []byte) (n int, err error)

func (*B2) ReadAt

func (recv *B2) ReadAt(p []byte, off int64) (n int, err error)

func (*B2) Readdir

func (recv *B2) Readdir(count int) (fi []fs.FileInfo, err error)

func (*B2) Readdirnames

func (recv *B2) Readdirnames(n int) (s []string, err error)

func (*B2) Seek

func (recv *B2) Seek(offset int64, whence int) (n int64, err error)

func (*B2) Stat

func (recv *B2) Stat() (fi fs.FileInfo, err error)

func (*B2) Sync

func (recv *B2) Sync() (err error)

func (*B2) Truncate

func (recv *B2) Truncate(size int64) (err error)

func (*B2) Write

func (recv *B2) Write(p []byte) (n int, err error)

func (*B2) WriteAt

func (recv *B2) WriteAt(p []byte, off int64) (n int, err error)

func (*B2) WriteString

func (recv *B2) WriteString(s string) (n int, err error)

Jump to

Keyboard shortcuts

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