Files
gosqldump/internal/filesystem/api.go

9 lines
130 B
Go
Raw Normal View History

2024-08-30 11:25:28 +12:00
package filesystem
import "github.com/spf13/afero"
// Api returns the filesystem api
func Api() afero.Afero {
return wrapper
}