starting out
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
package storage
|
||||
|
||||
//import ()
|
||||
|
||||
type LocalStorage {
|
||||
BaseDir string
|
||||
}
|
||||
|
||||
func UploadFile(dirPath, filename string, data io.Reader) error {
|
||||
//
|
||||
}
|
||||
|
||||
func ListFiles(dirPath) {
|
||||
//
|
||||
}
|
||||
|
||||
func ReadFile() {
|
||||
//
|
||||
}
|
||||
|
||||
func WriteFile() {
|
||||
//
|
||||
}
|
||||
|
||||
func CloseFile() {
|
||||
//
|
||||
}
|
||||
|
||||
func DeleteFile() {
|
||||
//
|
||||
}
|
||||
|
||||
func DeleteDirectory() {
|
||||
//
|
||||
}
|
||||
|
||||
func DeleteDirectoryRecursive() {
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user