Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertChainResponse ¶
type Client ¶
type Client interface {
AddChain(csc *ca.CodeSigningCertificate) (*CertChainResponse, error)
}
func WithLogging ¶ added in v0.2.0
func WithLogging(next Client, logger *zap.SugaredLogger) Client
WithLogging adds logging (in the writing helpful information to console sense) to a certificate transparenct log client
type ErrorResponse ¶
type ErrorResponse struct {
StatusCode int `json:"statusCode"`
ErrorCode string `json:"errorCode"`
Message string `json:"message"`
}
func (*ErrorResponse) Error ¶
func (err *ErrorResponse) Error() string
Click to show internal directories.
Click to hide internal directories.