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

# Functions

NewCachingFeed initializes a CachingFeed for use.

# Structs

CachingFeed keeps a local copy of Documents that have already been retrieved.
Document is the core data model we are working with.
Feed is a type that knows how to fetch Documents.

# Interfaces

FetchCounter is the behavior we depend on for our process function.