Documentation ¶ Index ¶ type Impl func (i *Impl) Issue(r *http.Request, lg *slog.Logger, in *chall.IssueInput) (templ.Component, error) func (i *Impl) Setup(mux *http.ServeMux) func (i *Impl) Validate(r *http.Request, lg *slog.Logger, in *chall.ValidateInput) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Impl ¶ type Impl struct { Algorithm string } func (*Impl) Issue ¶ func (i *Impl) Issue(r *http.Request, lg *slog.Logger, in *chall.IssueInput) (templ.Component, error) func (*Impl) Setup ¶ func (i *Impl) Setup(mux *http.ServeMux) func (*Impl) Validate ¶ func (i *Impl) Validate(r *http.Request, lg *slog.Logger, in *chall.ValidateInput) error Source Files ¶ View all Source files proofofwork.go Click to show internal directories. Click to hide internal directories.