package
0.0.0-20200929084413-9c0a888f4c89
Repository: https://github.com/bro3886/gin-learn.git
Documentation: pkg.go.dev
# Functions
NewDatabaseRepo adds a layer of abstraction so that everythingin the interface Repository can be accessed only via the instance of this function.
NewService impl.
# Interfaces
Repository interface for a layer of abstraction over the db functions.
Service is another abstraction over repository.