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

Struct ApiHandler

internal/api/api.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type ApiHandler struct {
15 svc service.ApiService
16 l *zap.Logger
17}
18
19func NewApiHandler(svc service.ApiService, l *zap.Logger) *ApiHandler {
20 return &ApiHandler{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected