# 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.