Documentation ¶
Overview ¶
Package wsus implements WSUS repository importer.
Index ¶
Constants ¶
View Source
const (
// RepoName contains the repository name.
RepoName = "wsus"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
Repo holds data related to a Windows WSUS repository.
func NewRepo ¶
func NewRepo(ctx context.Context, storageService *storage.Service, gcsWSUSBucket string) (*Repo, error)
NewRepo returns new instance of a WSUS repository.
func (*Repo) DiscoverRepo ¶
DiscoverRepo traverses the repository and looks for files that are related to WSUS packages.
Click to show internal directories.
Click to hide internal directories.