Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileX ¶
type FileX interface { CreateMultipart(path string, filename string, file *multipart.FileHeader) (string, error) CreateImage(imgByte []byte, path string) (string, error) CreateFile(path string, fileName string, data string) (string, error) Delete(path string) (string, error) DeleteDir(path string) error Mkdir(dirName string) bool Read(path string) []byte }
FileX is a interface
Click to show internal directories.
Click to hide internal directories.