package
0.0.0-20221201130903-4c1f3c0ea5b9
Repository: https://github.com/h4n-openschool/api.git
Documentation: pkg.go.dev
# Functions
NewInMemoryClassRepository creates a new instance of [NewInMemoryClassRepository].
# Variables
No description provided by the author
# Structs
InMemoryClassRepository implements the [ClassRepository] interface using an in-memory slice of [models.Class] items.
# Interfaces
ClassRepository defines a common interface for querying Class data.