MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / RelationHandler

Struct RelationHandler

internal/api/relation.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type RelationHandler struct {
13 svc service.RelationService
14}
15
16func (r *RelationHandler) RegisterRoutes(server *gin.Engine) {
17 relationGroup := server.Group("/api/relations")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected