Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type CertificateErrorAction int + const CertificateErrorActionCancel + const CertificateErrorActionContinue + const CertificateErrorActionNotSet + func (e *CertificateErrorAction) UnmarshalJSON(data []byte) error + func (e CertificateErrorAction) MarshalJSON() ([]byte, error) + func (e CertificateErrorAction) String() string + func (e CertificateErrorAction) Valid() bool + type CertificateErrorClient interface + Recv func() (*CertificateErrorReply, error) + type CertificateErrorReply struct + ErrorType string + EventID int + RequestURL string + type CertificateID int + type HandleCertificateErrorArgs struct + Action CertificateErrorAction + EventID int + func NewHandleCertificateErrorArgs(eventID int, action CertificateErrorAction) *HandleCertificateErrorArgs + type InsecureContentStatus struct + ContainedMixedForm bool + DisplayedContentWithCertErrors bool + DisplayedInsecureContentStyle State + DisplayedMixedContent bool + RanContentWithCertErrors bool + RanInsecureContentStyle State + RanMixedContent bool + type MixedContentType int + const MixedContentTypeBlockable + const MixedContentTypeNone + const MixedContentTypeNotSet + const MixedContentTypeOptionallyBlockable + func (e *MixedContentType) UnmarshalJSON(data []byte) error + func (e MixedContentType) MarshalJSON() ([]byte, error) + func (e MixedContentType) String() string + func (e MixedContentType) Valid() bool + type SetOverrideCertificateErrorsArgs struct + Override bool + func NewSetOverrideCertificateErrorsArgs(override bool) *SetOverrideCertificateErrorsArgs + type State int + const StateInfo + const StateInsecure + const StateNeutral + const StateNotSet + const StateSecure + const StateUnknown + const StateWarning + func (e *State) UnmarshalJSON(data []byte) error + func (e State) MarshalJSON() ([]byte, error) + func (e State) String() string + func (e State) Valid() bool + type StateChangedClient interface + Recv func() (*StateChangedReply, error) + type StateChangedReply struct + Explanations []StateExplanation + InsecureContentStatus InsecureContentStatus + SchemeIsCryptographic bool + SecurityState State + Summary *string + type StateExplanation struct + Description string + HasCertificate bool + MixedContentType MixedContentType + SecurityState State + Summary string