32 lines
721 B
Go
32 lines
721 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"
|
|
_ "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 *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
|
|
}
|