Versions in this module Expand all Collapse all v0 v0.1.0 Jul 6, 2023 Changes in this version + type Alert struct + Description Description + Level Level + func (a *Alert) Marshal() ([]byte, error) + func (a *Alert) String() string + func (a *Alert) Unmarshal(data []byte) error + func (a Alert) ContentType() protocol.ContentType + type Description byte + const AccessDenied + const BadCertificate + const BadRecordMac + const CertificateExpired + const CertificateRevoked + const CertificateUnknown + const CloseNotify + const DecodeError + const DecompressionFailure + const DecryptError + const DecryptionFailed + const ExportRestriction + const HandshakeFailure + const IllegalParameter + const InsufficientSecurity + const InternalError + const NoApplicationProtocol + const NoCertificate + const NoRenegotiation + const ProtocolVersion + const RecordOverflow + const UnexpectedMessage + const UnknownCA + const UnsupportedCertificate + const UnsupportedExtension + const UserCanceled + func (d Description) String() string + type Level byte + const Fatal + const Warning + func (l Level) String() string