26 lines
584 B
Go
26 lines
584 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 *UpdateCastReq) Validate() error {
|
||
|
return nil
|
||
|
}
|
||
|
func (this *UpdateCastResp) Validate() error {
|
||
|
return nil
|
||
|
}
|