package
0.0.0-20220603115632-976adb42cdb6
Repository: https://github.com/thomascaud/go-rest-api.git
Documentation: pkg.go.dev

# Functions

GetBooksHandlers export books handlers todo remove this function.
GetRouter return gin router for the full API.

# Structs

App contain data and functions to make the app works.
Handler is the expected struct of an HTTP call handler.

# Interfaces

BooksDatabase interface contains function to call in order to get data from an "abstract" database todo move this interface in service file.