Versions in this module Expand all Collapse all v1 v1.0.1 Jan 17, 2019 v1.0.0 Jan 17, 2019 Changes in this version + const DirectoryPath + const RootCertPath + const ToSURL + type WebFrontEndImpl struct + func New(log *log.Logger, clk clock.Clock, db *db.MemoryStore, va *va.VAImpl, ...) WebFrontEndImpl + func (wfe *WebFrontEndImpl) Authz(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) Certificate(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) Challenge(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) Directory(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) FinalizeOrder(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) HandleFunc(mux *http.ServeMux, pattern string, handler wfeHandlerFunc, methods ...string) + func (wfe *WebFrontEndImpl) Handler() http.Handler + func (wfe *WebFrontEndImpl) KeyRollover(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) NewAccount(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) NewOrder(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) Nonce(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) Order(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) RevokeCert(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) RootCert(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) + func (wfe *WebFrontEndImpl) UpdateAccount(ctx context.Context, logEvent *requestEvent, response http.ResponseWriter, ...) Other modules containing this package github.com/letsencrypt/pebble/v2