Compare commits
2 Commits
7c473dd6a5
...
e74d95b70a
| Author | SHA1 | Date | |
|---|---|---|---|
| e74d95b70a | |||
| 522eed2817 |
File diff suppressed because it is too large
Load Diff
@ -597,6 +597,14 @@ func (this *TaskAssignRecordsQueryResponse) Validate() error {
|
||||
}
|
||||
}
|
||||
}
|
||||
if this.Summary != nil {
|
||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(this.Summary); err != nil {
|
||||
return github_com_mwitkow_go_proto_validators.FieldError("Summary", err)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
func (this *TaskAssignRecordsSummary) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ArtistUploadStatsItem) Validate() error {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user