WindowsASRStruct ist the struct for HardenInterface implementation.
| 64 | |
| 65 | // WindowsASRStruct ist the struct for HardenInterface implementation. |
| 66 | type 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. |
| 74 | var WindowsASR = &WindowsASRStruct{ |
nothing calls this directly
no outgoing calls
no test coverage detected