gitSubscriber is an implementation of the Subscriber interface that discovers commits from a Git repository.
| 32 | // gitSubscriber is an implementation of the Subscriber interface that discovers |
| 33 | // commits from a Git repository. |
| 34 | type gitSubscriber struct { |
| 35 | credentialsDB credentials.Database |
| 36 | } |
| 37 | |
| 38 | // newGitSubscriber returns an implementation of the Subscriber interface that |
| 39 | // discovers commits from a Git repository. |
nothing calls this directly
no outgoing calls
no test coverage detected