Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyToTemp ¶
Types ¶
type PatternMatcher ¶ added in v0.1.5
type PatternMatcher struct {
// contains filtered or unexported fields
}
PatternMatcher handles .dockerignore pattern matching
func NewPatternMatcher ¶ added in v0.1.5
func NewPatternMatcher(patterns []string) *PatternMatcher
NewPatternMatcher creates a new pattern matcher from a list of .dockerignore patterns
func (*PatternMatcher) Matches ¶ added in v0.1.5
func (pm *PatternMatcher) Matches(path string) bool
Click to show internal directories.
Click to hide internal directories.