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

Struct interactiveService

internal/service/interactive.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type interactiveService struct {
25 repo repository.InteractiveRepository
26 l *zap.Logger
27}
28
29func NewInteractiveService(repo repository.InteractiveRepository, l *zap.Logger) InteractiveService {
30 return &interactiveService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected