consul/proto-public/pbmesh/v2beta1/http_route_retries_json.gen.go

23 lines
676 B
Go
Raw Normal View History

// Code generated by protoc-json-shim. DO NOT EDIT.
package meshv2beta1
import (
protojson "google.golang.org/protobuf/encoding/protojson"
)
// MarshalJSON is a custom marshaler for HTTPRouteRetries
func (this *HTTPRouteRetries) MarshalJSON() ([]byte, error) {
str, err := HttpRouteRetriesMarshaler.Marshal(this)
return []byte(str), err
}
// UnmarshalJSON is a custom unmarshaler for HTTPRouteRetries
func (this *HTTPRouteRetries) UnmarshalJSON(b []byte) error {
return HttpRouteRetriesUnmarshaler.Unmarshal(b, this)
}
var (
HttpRouteRetriesMarshaler = &protojson.MarshalOptions{}
HttpRouteRetriesUnmarshaler = &protojson.UnmarshalOptions{DiscardUnknown: false}
)