(bfp *management.BruteForceProtection)
| 94 | } |
| 95 | |
| 96 | func (r *Renderer) BruteForceProtectionShow(bfp *management.BruteForceProtection) { |
| 97 | r.Heading("brute force protection") |
| 98 | r.Result(makeBruteForceProtectionView(bfp)) |
| 99 | } |
| 100 | |
| 101 | func (r *Renderer) BruteForceProtectionUpdate(bfp *management.BruteForceProtection) { |
| 102 | r.Heading("brute force protection updated") |
no test coverage detected