Documentation
¶
Index ¶
- type DotGithub
- func (d *DotGithub) DownloadExternalAction(path string) error
- func (d *DotGithub) GetAction(n string) *action.Action
- func (d *DotGithub) GetExternalAction(n string) *action.Action
- func (d *DotGithub) InitFiles() error
- func (d *DotGithub) IsEnvExistInWorkflowOrItsJob(action string, job string, env string) bool
- func (d *DotGithub) IsSecretExist(n string) bool
- func (d *DotGithub) IsSecretsFileExist() bool
- func (d *DotGithub) IsVarExist(n string) bool
- func (d *DotGithub) IsVarsFileExist() bool
- func (d *DotGithub) IsWorkflowJobStepOutputExist(action string, job string, step string, output string) bool
- func (d *DotGithub) Validate() ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DotGithub ¶
type DotGithub struct {
Path string
VarsFile string
SecretsFile string
Vars map[string]bool
Secrets map[string]bool
Actions map[string]*action.Action
ExternalActions map[string]*action.Action
Workflows map[string]*workflow.Workflow
}
func (*DotGithub) DownloadExternalAction ¶
func (*DotGithub) GetExternalAction ¶
func (*DotGithub) IsEnvExistInWorkflowOrItsJob ¶
func (*DotGithub) IsSecretExist ¶
func (*DotGithub) IsSecretsFileExist ¶
func (*DotGithub) IsVarExist ¶
func (*DotGithub) IsVarsFileExist ¶
func (*DotGithub) IsWorkflowJobStepOutputExist ¶
Click to show internal directories.
Click to hide internal directories.