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

# Functions

NewInMemoryStudentRepository creates a new instance of [NewInMemoryStudentRepository].

# Variables

No description provided by the author

# Structs

InMemoryStudentRepository implements the [studentRepository] interface using an in-memory slice of [models.Student] items.

# Interfaces

StudentRepository defines a common interface for querying Student data.