(bd *managementv2.GetBotDetectionSettingsResponseContent)
| 223 | } |
| 224 | |
| 225 | func (r *Renderer) BotDetectionShow(bd *managementv2.GetBotDetectionSettingsResponseContent) { |
| 226 | r.Heading("bot detection") |
| 227 | r.Result(makeBotDetectionShowView(bd)) |
| 228 | } |
| 229 | |
| 230 | func (r *Renderer) BotDetectionUpdate(bd *managementv2.UpdateBotDetectionSettingsResponseContent) { |
| 231 | r.Heading("bot detection updated") |
no test coverage detected