Documentation
¶
Overview ¶
Package application holds the review use cases — recording a reviewer and decorating the PR message on a "Start review" click — behind the domain's use-case interfaces.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler records a reviewer and appends an in-review marker to the PR message on a verified "Start review" click.
func NewHandler ¶
func NewHandler(params domain.HandlerParams) *Handler
NewHandler builds a Handler from its params. Now defaults to time.Now.
Click to show internal directories.
Click to hide internal directories.