package
1.0.0
Repository: https://github.com/go-gitea/lgtm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

FromContext returns the Sender associated with this context.
Send sends a notification to the list of maintainers indicating a commit is ready for their review and possible approval.
ToContext adds the Sender to this context if it supports the Setter interface.

# Structs

Commit represents the commit for which we are notifiying the maintainers.
Notification represents a notification that we are sending to a list of maintainers indicating a commit is ready for their review and, hopefully, approval.
Reviewer represents a repository maintainer or contributor that is being notified of a commit to review.

# Interfaces

Sender defines a notification provider that is capable of sending out notifications to a list of maintainers or reviewers.
Setter defines a context that enables setting values.