Documentation
¶
Index ¶
- func ArchiveType(File *[]byte) string
- func CloneDirectory(origin, destiny string)
- func CreateFileInServer(r *http.Request, o *model.Object, user_area_file string, ...) ([]map[string]string, error)
- func MultiPartFileForm(path_files, field_name string, files_name []string, form map[string]string) (body *bytes.Buffer, content_type string, err error)
- type FileServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArchiveType ¶
func CloneDirectory ¶ added in v0.0.2
func CloneDirectory(origin, destiny string)
func CreateFileInServer ¶
func MultiPartFileForm ¶ added in v0.0.9
func MultiPartFileForm(path_files, field_name string, files_name []string, form map[string]string) (body *bytes.Buffer, content_type string, err error)
path_files ej: ./test_files field_name ej: endoscopia, voucher, foto_mascota, foto_usuario files_name ej: "gatito.jpg, perro.png"
Types ¶
type FileServer ¶ added in v0.0.13
type FileServer struct{}
func (FileServer) DeleteFile ¶ added in v0.0.14
func (FileServer) DeleteFile(path string) error
Click to show internal directories.
Click to hide internal directories.