Documentation
¶
Index ¶
- func GetDiggerConfigForBranch(gh utils.GithubClientProvider, installationId int64, repoFullName string, ...) (string, *github2.GithubService, *dg_configuration.DiggerConfig, ...)
- func GetGithubClient(gh utils.GithubClientProvider, installationId int64, repoFullName string) (*github.Client, *string, error)
- func GetGithubService(gh utils.GithubClientProvider, installationId int64, repoFullName string, ...) (*github2.GithubService, *string, error)
- func MatchesCrontab(cronString string, timestamp time.Time) (bool, error)
- type DiggerGithubRealClientProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDiggerConfigForBranch ¶
func GetDiggerConfigForBranch(gh utils.GithubClientProvider, installationId int64, repoFullName string, repoOwner string, repoName string, cloneUrl string, branch string) (string, *github2.GithubService, *dg_configuration.DiggerConfig, graph.Graph[string, dg_configuration.Project], error)
func GetGithubClient ¶
func GetGithubService ¶
func GetGithubService(gh utils.GithubClientProvider, installationId int64, repoFullName string, repoOwner string, repoName string) (*github2.GithubService, *string, error)
Types ¶
type DiggerGithubRealClientProvider ¶
type DiggerGithubRealClientProvider struct {
}
Click to show internal directories.
Click to hide internal directories.