Documentation ¶
Index ¶
- func Append(out io.Writer, in io.Reader, filesToAppend []string) (err error)
- type Cat
- func (c *Cat) AppendArch(in io.Reader) (r *Cat)
- func (c *Cat) AppendArchFile(srcPath string) (r *Cat)
- func (c *Cat) AppendBytes(content []byte, archPath string, mode cpio.FileMode) (r *Cat)
- func (c *Cat) AppendFile(srcPath, archPath string) (r *Cat)
- func (c *Cat) Close() error
- func (c *Cat) Err() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cat ¶
type Cat struct {
// contains filtered or unexported fields
}
func (*Cat) AppendArchFile ¶
func (*Cat) AppendBytes ¶
func (*Cat) AppendFile ¶
Click to show internal directories.
Click to hide internal directories.