package
0.0.0-20211105144125-e9b145e8b5d4
Repository: https://github.com/pydio/minio-srv.git
Documentation: pkg.go.dev
# Functions
AppendFile - appends the file "src" to the file "dst".
LimitedWriter takes an io.Writer and returns an ioutil.LimitWriter.
NewDelimitedReader detects the custom delimiter and replaces with `\n`.
NewSkipReader - creates a SkipReader.
NopCloser returns a WriteCloser with a no-op Close method wrapping the provided Writer w.
WriteOnClose takes an io.Writer and returns an ioutil.WriteOnCloser.
# Structs
DelimitedReader reduces the custom delimiter to `\n`.
LimitWriter implements io.WriteCloser.
SkipReader skips a given number of bytes and then returns all remaining data.
WriteOnCloser implements io.WriteCloser and always exectues at least one write operation if it is closed.