package
0.0.0-20220703120725-0b03dc9cf769
Repository: https://github.com/greatsage01/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.