# Functions
NewFakePoller creates and returns a new fake Git poller.
NewGitHubPoller creates and returns a new GitHub poller.
NewGitLabPoller creates a new GitLab poller.
# Structs
FakePoller is a fake Git poller.
No description provided by the author
No description provided by the author
# Interfaces
CommitPoller implementations can check with an upstream Git hosting service to determine the current SHA and ETag.
# Type aliases
Commit is a polled Commit, specific to each implementation.