Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AzureHandler ¶
type AzureHandler struct{}
func (*AzureHandler) GetLoader ¶
func (g *AzureHandler) GetLoader() loaders.Loader[azureModels.Pipeline]
func (*AzureHandler) GetParser ¶
func (g *AzureHandler) GetParser() parsers.Parser[azureModels.Pipeline]
type GitHubHandler ¶
type GitHubHandler struct{}
func (*GitHubHandler) GetLoader ¶
func (g *GitHubHandler) GetLoader() loaders.Loader[githubModels.Workflow]
func (*GitHubHandler) GetParser ¶
func (g *GitHubHandler) GetParser() parsers.Parser[githubModels.Workflow]
type GitLabHandler ¶
type GitLabHandler struct{}
func (*GitLabHandler) GetLoader ¶
func (g *GitLabHandler) GetLoader() loaders.Loader[gitlabModels.GitlabCIConfiguration]
func (*GitLabHandler) GetParser ¶
func (g *GitLabHandler) GetParser() parsers.Parser[gitlabModels.GitlabCIConfiguration]
Click to show internal directories.
Click to hide internal directories.