Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundler ¶
type Bundler struct {
// contains filtered or unexported fields
}
Bundler is responsible for preparing and archiving a bundle of files from a root directory
type FileFilter ¶
FileFilter is a function that determines whether a given file path should be included (returns true) or excluded (returns false) from the bundle.
type Option ¶
type Option func(*Bundler)
func WithFilters ¶
func WithFilters(filters ...FileFilter) Option
WithFilters adds additional FileFilters to control which files are included.
func WithGithubRef ¶
WithGithubRef sets the GitHub ref string to be used for manifest substitution. The ref should be in the format "refs/tags/v1.2.3".
Click to show internal directories.
Click to hide internal directories.