Documentation ¶
Index ¶
Constants ¶
View Source
const ( PATH = "path" FILE = "file" LINE = "line" SIZE = "size" CAT_LOCAL = "cat_local" CAT_CONTENT = "cat_content" )
View Source
const ( TYPE_ALL = "all" TYPE_CAT = "cat" TYPE_DIR = "dir" TYPE_BOTH = "both" )
View Source
const ( DIR_ROOT = "dir_root" DIR_TYPE = "dir_type" DIR_DEEP = "dir_deep" DIR_REG = "dir_reg" )
View Source
const CAT = "cat"
View Source
const COPY = "copy"
View Source
const DEFS = "defs"
View Source
const DIR = "dir"
View Source
const LINK = "link"
View Source
const PUSH = "push"
View Source
const SAVE = "save"
View Source
const TAIL = "tail"
View Source
const TAR = "tar"
View Source
const TRASH = "trash"
Variables ¶
Functions ¶
Types ¶
type ReadCloser ¶ added in v0.5.6
type ReadCloser struct {
// contains filtered or unexported fields
}
func NewReadCloser ¶ added in v0.5.6
func NewReadCloser(r io.Reader) *ReadCloser
func (*ReadCloser) Close ¶ added in v0.5.6
func (r *ReadCloser) Close() error
func (*ReadCloser) Read ¶ added in v0.5.6
func (r *ReadCloser) Read(buf []byte) (int, error)
Click to show internal directories.
Click to hide internal directories.