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

Struct ActivityHandler

internal/api/activity.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type ActivityHandler struct {
14 ce *casbin.Enforcer
15 svc service.ActivityService
16}
17
18func NewActivityHandler(svc service.ActivityService, ce *casbin.Enforcer) *ActivityHandler {
19 return &ActivityHandler{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected