transform

package
v1.0.4-0...-8bba0e1 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2017 License: BSD-3-Clause Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provided

type Provided map[string]bool

type Track

type Track struct {
	io.Reader
	// contains filtered or unexported fields
}

func (*Track) Read

func (t *Track) Read(p []byte) (int, error)

type TransformCommand

type TransformCommand struct {
	command.Command
	// contains filtered or unexported fields
}

func NewCommand

func NewCommand(name string) *TransformCommand

Creates new transform command instance

func (*TransformCommand) Run

func (c *TransformCommand) Run(parser *dockerfile.Parser, args []string) error

Runs transform command

type Transformation

type Transformation struct {
	Input    string
	Output   io.Writer
	UseCache bool
}

func (*Transformation) Run

func (t *Transformation) Run(parser *dockerfile.Parser) error

Run transformation

Jump to

Keyboard shortcuts

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