Versions in this module Expand all Collapse all v0 v0.1.1 Oct 17, 2019 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 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 EventSecurityStateChanged struct + Explanations []*StateExplanation + SecurityState State + Summary string + func (v *EventSecurityStateChanged) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventSecurityStateChanged) UnmarshalJSON(data []byte) error + func (v EventSecurityStateChanged) MarshalEasyJSON(w *jwriter.Writer) + func (v EventSecurityStateChanged) 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 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 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)