package
0.0.0-20220704030827-a218903a0be8
Repository: https://github.com/invokerart/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.