package
0.0.0-20250227122322-59689edd5517
Repository: https://github.com/ardanlabs/gotraining.git
Documentation: pkg.go.dev

# Functions

Copy knows how to pull and store data from the System.

# Structs

Data is the structure of the data we are copying.
Pillar is a system we need to store data into.
System wraps Xenia and Pillar together into a single system.
Xenia is a system we need to pull data from.

# Interfaces

Puller declares behavior for pulling data.
Storer declares behavior for storing data.