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

Struct command

packages/go/stbernard/command/audit/audit.go:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51var ticketRegex = regexp.MustCompile(`BED-[0-9]{4,}`)
52
53type command struct {
54 env environment.Environment
55 start string
56 end string
57 baseBranch string
58}
59
60// Create new instance of command to capture given environment
61func Create(env environment.Environment) *command {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected