diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 14:41:12 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 14:41:12 +0300 |
| commit | 38e1d0f94e0094f1a895e3dd8479409da15a9db0 (patch) | |
| tree | b385dd31ca1a6ae74058b0d2d57b88bf481f2f98 /web/entity | |
| parent | 71c1a05386ba5d173ef987d6f78e5f9532c78166 (diff) | |
[sub] improve usage info in Remark
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/entity')
| -rw-r--r-- | web/entity/entity.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/entity/entity.go b/web/entity/entity.go index 328af7b6..10a6a97d 100644 --- a/web/entity/entity.go +++ b/web/entity/entity.go @@ -55,6 +55,7 @@ type AllSetting struct { SubCertFile string `json:"subCertFile" form:"subCertFile"` SubKeyFile string `json:"subKeyFile" form:"subKeyFile"` SubUpdates int `json:"subUpdates" form:"subUpdates"` + SubShowInfo bool `json:"subShowInfo" form:"subShowInfo"` } func (s *AllSetting) CheckValid() error { |
