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
- 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, an error is returned.
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.