modified: go.mod

modified:   go.sum
	new file:   internal/model/o_auth_provider.go
	modified:   internal/server/server.go
	deleted:    main
delete bin main in root directory
add OAuth struct
This commit is contained in:
2025-09-29 00:39:04 +05:00
parent ecbc2dbf69
commit b2bdb61733
5 changed files with 35 additions and 4 deletions
@@ -10,7 +10,7 @@ import (
"github.com/go-chi/chi/v5"
"gorm.io/gorm"
)
type Server struct {
router *chi.Mux
db *gorm.DB