package
0.0.0-20190918161012-61a96abf9cae
Repository: https://github.com/coinbase/watchdog.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
New is a constructor which returns a new instance of Controller.
WithDatadog is an option used to configure a datadog client.
WithGithub is an option used to configure a github client.
WithSimplePollster is an option for simple implementation of datadog polling mechanism.
WithSSHGit is an option used to configure an SSH transport for git.
# Variables
ErrDatadogNotInitialized is returned of the datadog is not initialized, but the polling scheduler has been used.
ErrInvalidPullRequestPayload is returned if the payload invalid.
# Structs
Controller is the business logic component of watchdog app.
# Type aliases
Option defines a functional option for Controller.