Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CosignVerifier ¶ added in v2.16.3
type GitHubContentFileDownloader ¶ added in v2.16.3
type GitHubContentFileDownloader interface {
DownloadGitHubContentFile(ctx context.Context, logE *logrus.Entry, param *domain.GitHubContentFileParam) (*domain.GitHubContentFile, error)
}
type Installer ¶
type Installer struct {
// contains filtered or unexported fields
}
func New ¶
func New(param *config.Param, downloader GitHubContentFileDownloader, fs afero.Fs, rt *runtime.Runtime, cos CosignVerifier, slsaVerifier SLSAVerifier) *Installer
type MockInstaller ¶
Click to show internal directories.
Click to hide internal directories.