Documentation
¶
Index ¶
Constants ¶
View Source
const CiCdTypeGithubActions = "github-actions"
View Source
const ProviderType = "github"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionsCiCdConfig ¶
type ActionsCiCdConfig struct {
AuthToken string `json:"auth-token" yaml:"auth-token"`
}
func (*ActionsCiCdConfig) CredentialsValue ¶
func (r *ActionsCiCdConfig) CredentialsValue() string
func (*ActionsCiCdConfig) ProjectIdValue ¶
func (r *ActionsCiCdConfig) ProjectIdValue() string
func (*ActionsCiCdConfig) ProviderType ¶
func (r *ActionsCiCdConfig) ProviderType() string
Click to show internal directories.
Click to hide internal directories.