()
| 20 | // harden subject. |
| 21 | type HardenInterface interface { |
| 22 | IsHardened() bool // Returns true if harden subject is already completely hardened. |
| 23 | Harden(bool) error // Hardens the harden subject if parameter is true, restores it if parameter is false. |
| 24 | Name() string // Returns short name. |
| 25 | LongName() string // Returns long name. |
no outgoing calls