Compare commits
No commits in common. "625ccc125f7b2475ab7707fd73ae6924663cf1df" and "98ce498830fd8813477ce05a44f997eb79512bb8" have entirely different histories.
625ccc125f
...
98ce498830
File diff suppressed because it is too large
Load Diff
@ -18,9 +18,6 @@ var _ = math.Inf
|
|||||||
func (this *Filtrate) Validate() error {
|
func (this *Filtrate) Validate() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
func (this *FiltrateWeb) Validate() error {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
func (this *GetAnnualReportListReq) Validate() error {
|
func (this *GetAnnualReportListReq) Validate() error {
|
||||||
if this.Filtrate != nil {
|
if this.Filtrate != nil {
|
||||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(this.Filtrate); err != nil {
|
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(this.Filtrate); err != nil {
|
||||||
@ -116,11 +113,6 @@ func (this *DeleteQuarterlyReportResp) Validate() error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
func (this *DisplayQuarterlyReportReq) Validate() error {
|
func (this *DisplayQuarterlyReportReq) Validate() error {
|
||||||
if this.Filtrate != nil {
|
|
||||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(this.Filtrate); err != nil {
|
|
||||||
return github_com_mwitkow_go_proto_validators.FieldError("Filtrate", err)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
func (this *DisplayQuarterlyReportResp) Validate() error {
|
func (this *DisplayQuarterlyReportResp) Validate() error {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user