package
1.1.0
Repository: https://github.com/vxcontrol/vxcommon.git
Documentation: pkg.go.dev

# Functions

NewFS is function that construct FS driver with IStorage.
NewS3 is function that construct S3 driver with IStorage arg[0] - MINIO_ENDPOINT arg[1] - MINIO_ACCESS_KEY arg[2] - MINIO_SECRET_KEY arg[3] - MINIO_BUCKET_NAME.

# Variables

Error list of storage package.
Error list of storage package.
Error list of storage package.
Error list of storage package.
Error list of storage package.
Error list of storage package.
Error list of storage package.
Error list of storage package.
Error list of storage package.
Error list of storage package.
Error list of storage package.
Error list of storage package.
Error list of storage package.

# Structs

FS is main class for FS API.
S3 is main class for S3 API.
S3FileInfo is struct with interface os.FileInfo.

# Interfaces

ILimits is additional interface for limits control.
IStorage is main interface for using external storages.