MCPcopy
hub / github.com/hardentools/hardentools / WindowsASRStruct

Struct WindowsASRStruct

windows_asr.go:66–71  ·  view source on GitHub ↗

WindowsASRStruct ist the struct for HardenInterface implementation.

Source from the content-addressed store, hash-verified

64
65// WindowsASRStruct ist the struct for HardenInterface implementation.
66type WindowsASRStruct struct {
67 shortName string
68 longName string
69 description string
70 hardenByDefault bool
71}
72
73// WindowsASR contains Names for Windows ASR implementation of hardenInterface.
74var WindowsASR = &WindowsASRStruct{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected