mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
fixed code documentation
This commit is contained in:
@@ -5,6 +5,14 @@ import (
|
||||
"github.com/go-pg/pg/v10"
|
||||
)
|
||||
|
||||
/*
|
||||
Init
|
||||
|
||||
Initializes Web API Routes.
|
||||
Args:
|
||||
*gin.Engine: Gin Engine.
|
||||
*pg.DB: Postgres Database Client.
|
||||
*/
|
||||
func Init(s *gin.Engine, db *pg.DB) {
|
||||
Routes(s, db)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user