a
This commit is contained in:
parent
3fd07b60fc
commit
5d1dcf3cc7
File diff suppressed because it is too large
Load Diff
165
pb/artShow/artshow.validator.pb.go
Normal file
165
pb/artShow/artshow.validator.pb.go
Normal file
@ -0,0 +1,165 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: pb/artist/artshow.proto
|
||||
|
||||
package artShow
|
||||
|
||||
import (
|
||||
fmt "fmt"
|
||||
math "math"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
github_com_mwitkow_go_proto_validators "github.com/mwitkow/go-proto-validators"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
var _ = fmt.Errorf
|
||||
var _ = math.Inf
|
||||
|
||||
func (this *SaveShowReq) Validate() error {
|
||||
for _, item := range this.ShowArtwork {
|
||||
if item != nil {
|
||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(item); err != nil {
|
||||
return github_com_mwitkow_go_proto_validators.FieldError("ShowArtwork", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
func (this *SaveShowRes) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *CommonRes) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ShowDetailReq) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ShowDetail) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ShowArtworkDetailRes) Validate() error {
|
||||
for _, item := range this.Data {
|
||||
if item != nil {
|
||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(item); err != nil {
|
||||
return github_com_mwitkow_go_proto_validators.FieldError("Data", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
func (this *ShowListReq) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ShowListRes) Validate() error {
|
||||
for _, item := range this.Data {
|
||||
if item != nil {
|
||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(item); err != nil {
|
||||
return github_com_mwitkow_go_proto_validators.FieldError("Data", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
func (this *DelShowReq) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ShowArtworkDetail) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ShowStatisticalInfoReq) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ShowStatisticalInfoRes) Validate() error {
|
||||
if this.Data != nil {
|
||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(this.Data); err != nil {
|
||||
return github_com_mwitkow_go_proto_validators.FieldError("Data", err)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
func (this *ShowStatisticalInfoRes_Num) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ArtworkPriceReq) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ArtworkPriceRes) Validate() error {
|
||||
if this.Data != nil {
|
||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(this.Data); err != nil {
|
||||
return github_com_mwitkow_go_proto_validators.FieldError("Data", err)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
func (this *ArtworkPriceRes_PriceInfo) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ShowRel) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *SaveApplyReq) Validate() error {
|
||||
for _, item := range this.Rel {
|
||||
if item != nil {
|
||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(item); err != nil {
|
||||
return github_com_mwitkow_go_proto_validators.FieldError("Rel", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
func (this *SaveApplyRes) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ApplyListReq) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ApplyListRes) Validate() error {
|
||||
for _, item := range this.Data {
|
||||
if item != nil {
|
||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(item); err != nil {
|
||||
return github_com_mwitkow_go_proto_validators.FieldError("Data", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
func (this *ApplyShowReq) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ApplyShowRes) Validate() error {
|
||||
if this.Apply != nil {
|
||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(this.Apply); err != nil {
|
||||
return github_com_mwitkow_go_proto_validators.FieldError("Apply", err)
|
||||
}
|
||||
}
|
||||
for _, item := range this.Show {
|
||||
if item != nil {
|
||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(item); err != nil {
|
||||
return github_com_mwitkow_go_proto_validators.FieldError("Show", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
func (this *ApplyDetail) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ShowRelListReq) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *ShowRelListRes) Validate() error {
|
||||
for _, item := range this.Data {
|
||||
if item != nil {
|
||||
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(item); err != nil {
|
||||
return github_com_mwitkow_go_proto_validators.FieldError("Data", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
func (this *UpdateApplyStatusReq) Validate() error {
|
||||
return nil
|
||||
}
|
||||
func (this *DelApplyReq) Validate() error {
|
||||
return nil
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
// Code generated by protoc-gen-go-triple. DO NOT EDIT.
|
||||
// versions:
|
||||
// - protoc-gen-go-triple v1.0.8
|
||||
// - protoc v3.10.1
|
||||
// source: pb/artshow.proto
|
||||
// - protoc v3.21.1
|
||||
// source: pb/artist/artshow.proto
|
||||
|
||||
package artShow
|
||||
|
||||
@ -728,5 +728,5 @@ var ArtShow_ServiceDesc = grpc_go.ServiceDesc{
|
||||
},
|
||||
},
|
||||
Streams: []grpc_go.StreamDesc{},
|
||||
Metadata: "pb/artshow.proto",
|
||||
Metadata: "pb/artist/artshow.proto",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user