mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
create handler files
This commit is contained in:
1
backend/handlers/deletePerson.go
Normal file
1
backend/handlers/deletePerson.go
Normal file
@@ -0,0 +1 @@
|
||||
package handlers
|
1
backend/handlers/deleteRelationship.go
Normal file
1
backend/handlers/deleteRelationship.go
Normal file
@@ -0,0 +1 @@
|
||||
package handlers
|
1
backend/handlers/updatePerson.go
Normal file
1
backend/handlers/updatePerson.go
Normal file
@@ -0,0 +1 @@
|
||||
package handlers
|
12
backend/handlers/verifyRelationship.go
Normal file
12
backend/handlers/verifyRelationship.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/neo4j/neo4j-go-driver/v5/neo4j"
|
||||
)
|
||||
|
||||
func VerifyRelationship(driver neo4j.DriverWithContext) gin.HandlerFunc {
|
||||
return func(c *gin.Context) {
|
||||
|
||||
}
|
||||
}
|
1
backend/handlers/viewFamilyTree.go
Normal file
1
backend/handlers/viewFamilyTree.go
Normal file
@@ -0,0 +1 @@
|
||||
package handlers
|
Reference in New Issue
Block a user