Categorygithub.com/postmannen/go-learningdecoupling01.2-implemented-Puller-and-Pusher
package
0.0.0-20240119052524-3363882ba0c5
Repository: https://github.com/postmannen/go-learning.git
Documentation: pkg.go.dev

# Structs

Database is a Database.
FileSystem is a file system.
System is embedding both the Puller and the Pusher.

# Interfaces

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