package
0.0.0-20250117012302-2eda4ed2e87b
Repository: https://github.com/adviseu-project/adviseu-backend.git
Documentation: pkg.go.dev

# Functions

Handler for the "/catalog" endpoint to serve course data from the database.
Handler for the "/catalogs" endpoint to return the list of available catalogs.
GetListOfCatalogs retrieves distinct department codes from MongoDB.
InitMongoDB initializes the MongoDB client.
QueryCoursesFromCatalog fetches courses from the MongoDB `catalogs` collection.
QueryTermOfferings fetches offerings from the MongoDB `term_offerings` collection.
TermOfferingsHandler handles requests for term offerings.

# Variables

No description provided by the author
MongoClient is the global variable for MongoDB client.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author