ExplorerAssociations is the struct for HardenInterface implementation.
| 54 | |
| 55 | // ExplorerAssociations is the struct for HardenInterface implementation. |
| 56 | type ExplorerAssociations struct { |
| 57 | extensions []Extension |
| 58 | shortName string |
| 59 | longName string |
| 60 | description string |
| 61 | hardenByDefault bool |
| 62 | } |
| 63 | |
| 64 | // FileAssociations contains all extensions to be removed. |
| 65 | var FileAssociations = ExplorerAssociations{ |
nothing calls this directly
no outgoing calls
no test coverage detected