Documentation ¶ Index ¶ type Local func (this Local) Delete(p string) error func (this Local) DeleteAll(p string) error func (this Local) ListFiles(dirPath string) ([]string, error) func (this Local) Read(p string) (io.ReadCloser, error) func (this Local) Write(p string, src io.Reader, existIgnores ...bool) (int64, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Local ¶ type Local struct{} func (Local) Delete ¶ func (this Local) Delete(p string) error Delete 删除文件 func (Local) DeleteAll ¶ func (this Local) DeleteAll(p string) error DeleteAll 删除文件 func (Local) ListFiles ¶ func (this Local) ListFiles(dirPath string) ([]string, error) func (Local) Read ¶ func (this Local) Read(p string) (io.ReadCloser, error) func (Local) Write ¶ func (this Local) Write(p string, src io.Reader, existIgnores ...bool) (int64, error) Write 写入文件 Source Files ¶ View all Source files local.go Click to show internal directories. Click to hide internal directories.