fonchain-fiee/api/cast/cast.validator.pb.go

26 lines
600 B
Go
Raw Normal View History

2025-05-21 06:52:33 +00:00
// 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
2025-05-23 05:25:47 +00:00
func (this *UpdateMediaAccountReq) Validate() error {
2025-05-21 06:52:33 +00:00
return nil
}
2025-05-23 05:25:47 +00:00
func (this *UpdateMediaAccountResp) Validate() error {
2025-05-21 06:52:33 +00:00
return nil
}