implement relationship integration tests

This commit is contained in:
2025-04-23 19:34:19 +02:00
parent 92c1d29ace
commit b5342a19ca
12 changed files with 1206 additions and 60 deletions

View File

@@ -502,7 +502,7 @@ type ServerInterface interface {
// Delete relationship between two persons
// (DELETE /relationship/{id1}/{id2})
DeleteRelationship(c *gin.Context, id1 int, id2 int, params DeleteRelationshipParams)
// Get relationship between two persons
// Get relationships between two persons
// (GET /relationship/{id1}/{id2})
GetRelationship(c *gin.Context, id1 int, id2 int, params GetRelationshipParams)
// Update a relationship between two persons