package
0.0.0-20241227184035-be8c621d8cb0
Repository: https://github.com/ainsleydev/webkit.git
Documentation: pkg.go.dev

# Packages

Package storagefakes is a generated GoMock package.

# Functions

NewOSStorage creates a new OS instance.
NewS3Storage creates a new S3 instance with the provided configuration.

# Structs

FileInfo holds metadata about a file, such as size and last modified time.
OS implements the Storage interface for the local file system.
S3 implements the Storage interface for AWS S3.
S3Config holds the configuration for S3.

# Interfaces

Provider defines the interface for file operations on different backends (e.g., S3, local filesystem).