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

Struct apiService

internal/service/api.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type apiService struct {
21 l *zap.Logger
22 repo repository.ApiRepository
23}
24
25func NewApiService(l *zap.Logger, repo repository.ApiRepository) ApiService {
26 return &apiService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected