package repositories import ( "gorm.io/gorm" ) type repo struct { db *gorm.DB userID string username string }