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

Struct relationService

internal/service/relation.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type relationService struct {
19 repo repository.RelationRepository
20}
21
22func NewRelationService(repo repository.RelationRepository) RelationService {
23 return &relationService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected