MCPcopy
hub / github.com/SpecterOps/BloodHound / Context

Interface Context

cmd/api/src/test/ctrl.go:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type Context interface {
32 Controller
33 context.Context
34}
35
36type controllerInstance struct {
37 Controller

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected