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) { } }