Compare commits

..

No commits in common. "625ccc125f7b2475ab7707fd73ae6924663cf1df" and "98ce498830fd8813477ce05a44f997eb79512bb8" have entirely different histories.

2 changed files with 384 additions and 563 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,9 +18,6 @@ var _ = math.Inf
func (this *Filtrate) Validate() error {
return nil
}
func (this *FiltrateWeb) Validate() error {
return nil
}
func (this *GetAnnualReportListReq) Validate() error {
if this.Filtrate != 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
}
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
}
func (this *DisplayQuarterlyReportResp) Validate() error {