mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
fe25d97052
* add waku nodeaddr and max log backups validation * Allow to set new waku node * Allow to set custom max backups * add tests
6 lines
121 B
Go
6 lines
121 B
Go
package requests
|
|
|
|
type SetMaxLogBackups struct {
|
|
MaxLogBackups uint `json:"maxLogBackups" validate:"omitempty,gte=0"`
|
|
}
|