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

Struct HistoryHandler

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

Source from the content-addressed store, hash-verified

10)
11
12type HistoryHandler struct {
13 svc service.HistoryService
14}
15
16func NewHistoryHandler(svc service.HistoryService) *HistoryHandler {
17 return &HistoryHandler{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected