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

Struct apiRepository

internal/repository/api.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type apiRepository struct {
20 l *zap.Logger
21 dao dao.ApiDAO
22}
23
24func NewApiRepository(l *zap.Logger, dao dao.ApiDAO) ApiRepository {
25 return &apiRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected