package
0.0.0-20221201130903-4c1f3c0ea5b9
Repository: https://github.com/h4n-openschool/api.git
Documentation: pkg.go.dev

# Functions

NewInMemoryGradeRepository creates a new instance of [NewInMemoryGradeRepository].

# Variables

No description provided by the author

# Structs

InMemoryGradeRepository implements the [GradeRepository] interface using an in-memory slice of [models.Grade] items.

# Interfaces

GradeRepository defines a common interface for querying Grade data.