fonchain-fiee/api/cast/cast.validator.pb.go
2025-06-06 11:45:47 +08:00

39 lines
904 B
Go

// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: pb/fiee/cast.proto
package cast
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
_ "github.com/envoyproxy/protoc-gen-validate/validate"
_ "google.golang.org/protobuf/types/known/wrapperspb"
_ "google.golang.org/protobuf/types/descriptorpb"
_ "google.golang.org/protobuf/types/known/emptypb"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
func (this *MediaUserListReq) Validate() error {
return nil
}
func (this *MediaUserListResp) Validate() error {
return nil
}
func (this *UpdateMediaAccountReq) Validate() error {
return nil
}
func (this *UpdateMediaAccountResp) Validate() error {
return nil
}
func (this *UpdateWorkReq) Validate() error {
return nil
}
func (this *UpdateWorkResp) Validate() error {
return nil
}