cuizhaoyue
cuizhaoyue
**What happened?** I can't create a alerting rule with the "limit" field so that I can't limit the number of alerts an alerting can produce. **Did you expect to see...
1. Create a demo ``` mkdir -p cobra cd cobra cobra-cli init --viper demo ``` 2. Check the generated main.go file ``` $ cat demo/main.go /* Copyright © 2023 NAME...
## Problem statement I create a structure as follow: // FooBarRequest represents body of FooBar request. type FooBarRequest struct { // Foo param Foo string `json:"foo"` // Bar params Bar...