Documentation ¶
Index ¶
- Variables
- type CryptoServerStreamConfig
- func (*CryptoServerStreamConfig) Descriptor() ([]byte, []int)deprecated
- func (*CryptoServerStreamConfig) ProtoMessage()
- func (x *CryptoServerStreamConfig) ProtoReflect() protoreflect.Message
- func (x *CryptoServerStreamConfig) Reset()
- func (x *CryptoServerStreamConfig) String() string
- func (m *CryptoServerStreamConfig) Validate() error
- func (m *CryptoServerStreamConfig) ValidateAll() error
- type CryptoServerStreamConfigMultiError
- type CryptoServerStreamConfigValidationError
- func (e CryptoServerStreamConfigValidationError) Cause() error
- func (e CryptoServerStreamConfigValidationError) Error() string
- func (e CryptoServerStreamConfigValidationError) ErrorName() string
- func (e CryptoServerStreamConfigValidationError) Field() string
- func (e CryptoServerStreamConfigValidationError) Key() bool
- func (e CryptoServerStreamConfigValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_quic_crypto_stream_v3_crypto_stream_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CryptoServerStreamConfig ¶
type CryptoServerStreamConfig struct {
// contains filtered or unexported fields
}
Configuration for the default QUIC server crypto stream provided by QUICHE.
func (*CryptoServerStreamConfig) Descriptor
deprecated
func (*CryptoServerStreamConfig) Descriptor() ([]byte, []int)
Deprecated: Use CryptoServerStreamConfig.ProtoReflect.Descriptor instead.
func (*CryptoServerStreamConfig) ProtoMessage ¶
func (*CryptoServerStreamConfig) ProtoMessage()
func (*CryptoServerStreamConfig) ProtoReflect ¶
func (x *CryptoServerStreamConfig) ProtoReflect() protoreflect.Message
func (*CryptoServerStreamConfig) Reset ¶
func (x *CryptoServerStreamConfig) Reset()
func (*CryptoServerStreamConfig) String ¶
func (x *CryptoServerStreamConfig) String() string
func (*CryptoServerStreamConfig) Validate ¶
func (m *CryptoServerStreamConfig) Validate() error
Validate checks the field values on CryptoServerStreamConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CryptoServerStreamConfig) ValidateAll ¶
func (m *CryptoServerStreamConfig) ValidateAll() error
ValidateAll checks the field values on CryptoServerStreamConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CryptoServerStreamConfigMultiError, or nil if none found.
type CryptoServerStreamConfigMultiError ¶
type CryptoServerStreamConfigMultiError []error
CryptoServerStreamConfigMultiError is an error wrapping multiple validation errors returned by CryptoServerStreamConfig.ValidateAll() if the designated constraints aren't met.
func (CryptoServerStreamConfigMultiError) AllErrors ¶
func (m CryptoServerStreamConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CryptoServerStreamConfigMultiError) Error ¶
func (m CryptoServerStreamConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CryptoServerStreamConfigValidationError ¶
type CryptoServerStreamConfigValidationError struct {
// contains filtered or unexported fields
}
CryptoServerStreamConfigValidationError is the validation error returned by CryptoServerStreamConfig.Validate if the designated constraints aren't met.
func (CryptoServerStreamConfigValidationError) Cause ¶
func (e CryptoServerStreamConfigValidationError) Cause() error
Cause function returns cause value.
func (CryptoServerStreamConfigValidationError) Error ¶
func (e CryptoServerStreamConfigValidationError) Error() string
Error satisfies the builtin error interface
func (CryptoServerStreamConfigValidationError) ErrorName ¶
func (e CryptoServerStreamConfigValidationError) ErrorName() string
ErrorName returns error name.
func (CryptoServerStreamConfigValidationError) Field ¶
func (e CryptoServerStreamConfigValidationError) Field() string
Field function returns field value.
func (CryptoServerStreamConfigValidationError) Key ¶
func (e CryptoServerStreamConfigValidationError) Key() bool
Key function returns key value.
func (CryptoServerStreamConfigValidationError) Reason ¶
func (e CryptoServerStreamConfigValidationError) Reason() string
Reason function returns reason value.