Versions in this module Expand all Collapse all v1 v1.0.0 May 22, 2023 Changes in this version + type DBEngine struct + func NewDBEngine() *DBEngine + func (db *DBEngine) Run() error + func (db *DBEngine) WithDBName(name string) *DBEngine + func (db *DBEngine) WithIp(ip string) *DBEngine + func (db *DBEngine) WithPassword(password string) *DBEngine + func (db *DBEngine) WithPort(port string) *DBEngine + func (db *DBEngine) WithUserName(userName string) *DBEngine + type Password struct + Password string + UserID uint + type Repository struct + Desc string + Name string + UserID uint + type User struct + Email string + Name string + Repositories []Repository