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

Function NewRelationHandler

internal/api/relation.go:26–30  ·  view source on GitHub ↗
(svc service.RelationService)

Source from the content-addressed store, hash-verified

24}
25
26func NewRelationHandler(svc service.RelationService) *RelationHandler {
27 return &RelationHandler{
28 svc: svc,
29 }
30}
31
32// ListFollowerRelations 获取关注信息列表
33func (r *RelationHandler) ListFollowerRelations(ctx *gin.Context, req req.ListFollowerRelationsReq) (Result, error) {

Callers 1

InitWebServerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected