🐛 Bug fixes on connection and package naming

This commit is contained in:
2024-06-17 22:21:34 +08:00
parent 80ee964afa
commit 9c3b42f078
53 changed files with 236 additions and 137 deletions

View File

@@ -1,8 +1,8 @@
package services
import (
"git.solsynth.dev/hydrogen/passport/pkg/database"
"git.solsynth.dev/hydrogen/passport/pkg/models"
"git.solsynth.dev/hydrogen/passport/pkg/internal/database"
"git.solsynth.dev/hydrogen/passport/pkg/internal/models"
)
func GetTicket(id uint) (models.AuthTicket, error) {