(bd *managementv2.UpdateBotDetectionSettingsResponseContent)
| 228 | } |
| 229 | |
| 230 | func (r *Renderer) BotDetectionUpdate(bd *managementv2.UpdateBotDetectionSettingsResponseContent) { |
| 231 | r.Heading("bot detection updated") |
| 232 | r.Result(makeBotDetectionUpdateView(bd)) |
| 233 | } |
| 234 | |
| 235 | func makeBotDetectionShowView(bd *managementv2.GetBotDetectionSettingsResponseContent) *botDetectionView { |
| 236 | return &botDetectionView{ |
no test coverage detected