Documentation ¶
Index ¶
- Variables
- type ReqWithoutQuery
- type ReqWithoutQueryValidationError
- func (e ReqWithoutQueryValidationError) Cause() error
- func (e ReqWithoutQueryValidationError) Error() string
- func (e ReqWithoutQueryValidationError) ErrorName() string
- func (e ReqWithoutQueryValidationError) Field() string
- func (e ReqWithoutQueryValidationError) Key() bool
- func (e ReqWithoutQueryValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_extensions_formatter_req_without_query_v3_req_without_query_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ReqWithoutQuery ¶
type ReqWithoutQuery struct {
// contains filtered or unexported fields
}
Configuration for the request without query formatter.
func (*ReqWithoutQuery) Descriptor
deprecated
func (*ReqWithoutQuery) Descriptor() ([]byte, []int)
Deprecated: Use ReqWithoutQuery.ProtoReflect.Descriptor instead.
func (*ReqWithoutQuery) ProtoMessage ¶
func (*ReqWithoutQuery) ProtoMessage()
func (*ReqWithoutQuery) ProtoReflect ¶
func (x *ReqWithoutQuery) ProtoReflect() protoreflect.Message
func (*ReqWithoutQuery) Reset ¶
func (x *ReqWithoutQuery) Reset()
func (*ReqWithoutQuery) String ¶
func (x *ReqWithoutQuery) String() string
func (*ReqWithoutQuery) Validate ¶
func (m *ReqWithoutQuery) Validate() error
Validate checks the field values on ReqWithoutQuery with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ReqWithoutQueryValidationError ¶
type ReqWithoutQueryValidationError struct {
// contains filtered or unexported fields
}
ReqWithoutQueryValidationError is the validation error returned by ReqWithoutQuery.Validate if the designated constraints aren't met.
func (ReqWithoutQueryValidationError) Cause ¶
func (e ReqWithoutQueryValidationError) Cause() error
Cause function returns cause value.
func (ReqWithoutQueryValidationError) Error ¶
func (e ReqWithoutQueryValidationError) Error() string
Error satisfies the builtin error interface
func (ReqWithoutQueryValidationError) ErrorName ¶
func (e ReqWithoutQueryValidationError) ErrorName() string
ErrorName returns error name.
func (ReqWithoutQueryValidationError) Field ¶
func (e ReqWithoutQueryValidationError) Field() string
Field function returns field value.
func (ReqWithoutQueryValidationError) Key ¶
func (e ReqWithoutQueryValidationError) Key() bool
Key function returns key value.
func (ReqWithoutQueryValidationError) Reason ¶
func (e ReqWithoutQueryValidationError) Reason() string
Reason function returns reason value.
Click to show internal directories.
Click to hide internal directories.