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 function to get new instance of server.

# Structs

User model which stores user information.

# Interfaces

Repository is an interface to separate impl of different db func.
Service interface for abstraction over higher functions.