package
0.0.0-20241009132806-5ffab1b4c637
Repository: https://github.com/deepakvijayaraj/go-webapp-devstream-demo.git
Documentation: pkg.go.dev

# Functions

GetAlbumByID locates the album whose ID value matches the id parameter sent by the client, then returns that album as a response.
GetAlbums responds with the list of all albums as JSON.
PostAlbums adds an album from JSON received in the request body.