Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Directory ¶
func Directory(config DirectoryConfig) (dir *directory, err error)
func File ¶
func File(config FileConfig) (f *file, err error)
Types ¶
type DirectoryConfig ¶
type DirectoryConfig struct {
DirPath string
}
type FileConfig ¶
type FileConfig struct {
FilePath string
}
Click to show internal directories.
Click to hide internal directories.