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:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/go-chi/chi/v5"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
|
||||
type Server struct {
|
||||
router *chi.Mux
|
||||
db *gorm.DB
|
||||
|
||||
Reference in New Issue
Block a user