mirror of
https://github.com/datarhei/core.git
synced 2025-10-16 04:50:44 +08:00
Fix using clusterfs for API fs operations
This commit is contained in:
@@ -25,7 +25,7 @@ type FSHandler struct {
|
||||
filesystems map[string]FSConfig
|
||||
}
|
||||
|
||||
// NewFS return a new FSHanlder type. You have to provide a filesystem to act on.
|
||||
// NewFS return a new FSHandler type. You have to provide a filesystem to act on.
|
||||
func NewFS(filesystems map[string]FSConfig) *FSHandler {
|
||||
return &FSHandler{
|
||||
filesystems: filesystems,
|
||||
|
Reference in New Issue
Block a user