Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + const CommandDisable + const CommandEnable + const CommandSetIgnoreCertificateErrors + type CertificateErrorAction string + const CertificateErrorActionCancel + const CertificateErrorActionContinue + func (t *CertificateErrorAction) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CertificateErrorAction) UnmarshalJSON(buf []byte) error + func (t CertificateErrorAction) MarshalEasyJSON(out *jwriter.Writer) + func (t CertificateErrorAction) MarshalJSON() ([]byte, error) + func (t CertificateErrorAction) String() string + type CertificateID int64 + func (t CertificateID) Int64() int64 + type CertificateSecurityState struct + Certificate []string + CertificateHasSha1signature bool + CertificateHasWeakSignature bool + CertificateNetworkError string + Cipher string + Issuer string + KeyExchange string + KeyExchangeGroup string + Mac string + ModernSSL bool + ObsoleteSslCipher bool + ObsoleteSslKeyExchange bool + ObsoleteSslProtocol bool + ObsoleteSslSignature bool + Protocol string + SubjectName string + ValidFrom *cdp.TimeSinceEpoch + ValidTo *cdp.TimeSinceEpoch + func (v *CertificateSecurityState) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CertificateSecurityState) UnmarshalJSON(data []byte) error + func (v CertificateSecurityState) MarshalEasyJSON(w *jwriter.Writer) + func (v CertificateSecurityState) MarshalJSON() ([]byte, error) + type DisableParams struct + func Disable() *DisableParams + func (p *DisableParams) Do(ctx context.Context) (err error) + func (v *DisableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *DisableParams) UnmarshalJSON(data []byte) error + func (v DisableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v DisableParams) MarshalJSON() ([]byte, error) + type EnableParams struct + func Enable() *EnableParams + func (p *EnableParams) Do(ctx context.Context) (err error) + func (v *EnableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EnableParams) UnmarshalJSON(data []byte) error + func (v EnableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v EnableParams) MarshalJSON() ([]byte, error) + type EventVisibleSecurityStateChanged struct + VisibleSecurityState *VisibleSecurityState + func (v *EventVisibleSecurityStateChanged) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventVisibleSecurityStateChanged) UnmarshalJSON(data []byte) error + func (v EventVisibleSecurityStateChanged) MarshalEasyJSON(w *jwriter.Writer) + func (v EventVisibleSecurityStateChanged) MarshalJSON() ([]byte, error) + type MixedContentType string + const MixedContentTypeBlockable + const MixedContentTypeNone + const MixedContentTypeOptionallyBlockable + func (t *MixedContentType) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *MixedContentType) UnmarshalJSON(buf []byte) error + func (t MixedContentType) MarshalEasyJSON(out *jwriter.Writer) + func (t MixedContentType) MarshalJSON() ([]byte, error) + func (t MixedContentType) String() string + type SafetyTipInfo struct + SafeURL string + SafetyTipStatus SafetyTipStatus + func (v *SafetyTipInfo) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SafetyTipInfo) UnmarshalJSON(data []byte) error + func (v SafetyTipInfo) MarshalEasyJSON(w *jwriter.Writer) + func (v SafetyTipInfo) MarshalJSON() ([]byte, error) + type SafetyTipStatus string + const SafetyTipStatusBadReputation + const SafetyTipStatusLookalike + func (t *SafetyTipStatus) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *SafetyTipStatus) UnmarshalJSON(buf []byte) error + func (t SafetyTipStatus) MarshalEasyJSON(out *jwriter.Writer) + func (t SafetyTipStatus) MarshalJSON() ([]byte, error) + func (t SafetyTipStatus) String() string + type SetIgnoreCertificateErrorsParams struct + Ignore bool + func SetIgnoreCertificateErrors(ignore bool) *SetIgnoreCertificateErrorsParams + func (p *SetIgnoreCertificateErrorsParams) Do(ctx context.Context) (err error) + func (v *SetIgnoreCertificateErrorsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetIgnoreCertificateErrorsParams) UnmarshalJSON(data []byte) error + func (v SetIgnoreCertificateErrorsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetIgnoreCertificateErrorsParams) MarshalJSON() ([]byte, error) + type State string + const StateInfo + const StateInsecure + const StateInsecureBroken + const StateNeutral + const StateSecure + const StateUnknown + func (t *State) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *State) UnmarshalJSON(buf []byte) error + func (t State) MarshalEasyJSON(out *jwriter.Writer) + func (t State) MarshalJSON() ([]byte, error) + func (t State) String() string + type StateExplanation struct + Certificate []string + Description string + MixedContentType MixedContentType + Recommendations []string + SecurityState State + Summary string + Title string + func (v *StateExplanation) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StateExplanation) UnmarshalJSON(data []byte) error + func (v StateExplanation) MarshalEasyJSON(w *jwriter.Writer) + func (v StateExplanation) MarshalJSON() ([]byte, error) + type VisibleSecurityState struct + CertificateSecurityState *CertificateSecurityState + SafetyTipInfo *SafetyTipInfo + SecurityState State + SecurityStateIssueIDs []string + func (v *VisibleSecurityState) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *VisibleSecurityState) UnmarshalJSON(data []byte) error + func (v VisibleSecurityState) MarshalEasyJSON(w *jwriter.Writer) + func (v VisibleSecurityState) MarshalJSON() ([]byte, error)