package
0.0.0-20210207104439-e982aa05c6e4
Repository: https://github.com/kislupin/jwt-golang.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.
# Interfaces
Storage defines the behavior for file operations Implementations may be of the time local disk, or cloud storage, etc.