package
1.30.2
Repository: https://github.com/projectcontour/contour.git
Documentation: pkg.go.dev

# Functions

AsMessages converts the given slice of values (that implement the proto.Message interface) to a slice of proto.Message.
ExpectEqual will test that want == got for protobufs, call t.Error if it does not, and return a bool to indicate the result.
MustMarshalAny marshals a protobuf into an any.Any type, panicking if that operation fails.
RequireEqual will test that want == got for protobufs, call t.fatal if it does not, This mimics the behavior of the testify `require` functions.
UInt32OrDefault returns a wrapped UInt32Value.
UInt32OrNil returns a wrapped UInt32Value.