filesystem

package
v0.0.0-...-83f9fa1 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2018 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackendFilesystem

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

func (*BackendFilesystem) Allocate

func (s *BackendFilesystem) Allocate(name string, size int64, ndata int, nparity int) error

func (*BackendFilesystem) Configure

func (s *BackendFilesystem) Configure(data interface{}) error

func (*BackendFilesystem) Exists

func (s *BackendFilesystem) Exists(name string, ndata int, nparity int) (bool, error)

func (*BackendFilesystem) Init

func (s *BackendFilesystem) Init(data interface{}) error

func (*BackendFilesystem) ReadAt

func (s *BackendFilesystem) ReadAt(name string, buf []byte, offset int64, ndata int, nparity int) (int, error)

func (*BackendFilesystem) ReaderFrom

func (s *BackendFilesystem) ReaderFrom(name string, r io.Reader, offset int64, size int64, ndata int, nparity int) (int64, error)

func (*BackendFilesystem) Remove

func (s *BackendFilesystem) Remove(name string, ndata int, nparity int) error

func (*BackendFilesystem) WriteAt

func (s *BackendFilesystem) WriteAt(name string, buf []byte, offset int64, ndata int, nparity int) (int, error)

func (*BackendFilesystem) WriterTo

func (s *BackendFilesystem) WriterTo(name string, w io.Writer, offset int64, size int64, ndata int, nparity int) (int64, error)

Jump to

Keyboard shortcuts

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