package
1.0.0-lua
Repository: https://github.com/iantal/lua.git
Documentation: pkg.go.dev

# Functions

NewLocal creates a new Local filesytem with the given base path basePath is the base directory to save files to maxSize is the max number of bytes that a file can be.

# Structs

Local is an implementation of the Storage interface which works with the local disk on the current machine.

# Interfaces

Storage defines the behavior for file operations Implementations may be of the time local disk, or cloud storage, etc.