dockerignore

package
v0.0.0-...-5f60744 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package dockerignore contains the code to deal with the .dockerignore files.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Matcher

type Matcher struct {
	Location string
	Exists   bool
	Patterns []string
}

func Load

func Load(location string) (*Matcher, error)

func (*Matcher) Match

func (m *Matcher) Match(fpath string) (bool, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL