package
0.0.0-20210202131327-c256c1c49bca
Repository: https://github.com/akshit8/go-meetup.git
Documentation: pkg.go.dev

# Functions

GetUserLoader takes context and executes wrapped.
Middleware loads users from db to optimise N + 1 queries.
NewUserLoader creates a new UserLoader given a fetch, wait, and maxBatch.

# Structs

UserLoader batches and caches requests.
UserLoaderConfig captures the config to create a new UserLoader.