package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

New is a Controller 'constructor'.

# Structs

Controller passes state to our handlers.
MemStorage implements Storage.
Payload is our common response.

# Interfaces

Storage Interface Supports Get and Put of a single value.