package
0.0.0-20240119052524-3363882ba0c5
Repository: https://github.com/postmannen/go-learning.git
Documentation: pkg.go.dev

# Functions

CopyContent will copy the data from db to file.

# Structs

Database is a Database.
FileSystem is a file system.
System contains both the 2 other main types.

# Interfaces

Puller is any type that have Pull method.
Pusher is an interface for type's with a push method.