fakes

package
v0.0.0-...-e2c346a Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2015 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFakeDeployment

func NewFakeDeployment() bmdeplmanifest.Manifest

func NewFakeJob

func NewFakeJob() bmdeplmanifest.Job

func NewFakeReleaseJobRef

func NewFakeReleaseJobRef() bmdeplmanifest.ReleaseJobRef

Types

type FakeParser

type FakeParser struct {
	ParsePath     string
	ParseManifest bmdeplmanifest.Manifest
	ParseErr      error
}

func NewFakeParser

func NewFakeParser() *FakeParser

func (*FakeParser) Parse

func (p *FakeParser) Parse(path string) (bmdeplmanifest.Manifest, error)

type FakeValidator

type FakeValidator struct {
	ValidateInputs []ValidateInput
	// contains filtered or unexported fields
}

func NewFakeValidator

func NewFakeValidator() *FakeValidator

func (*FakeValidator) SetValidateBehavior

func (v *FakeValidator) SetValidateBehavior(outputs []ValidateOutput)

func (*FakeValidator) Validate

func (v *FakeValidator) Validate(manifest bmdeplmanifest.Manifest) error

type ValidateInput

type ValidateInput struct {
	Manifest bmdeplmanifest.Manifest
}

type ValidateOutput

type ValidateOutput struct {
	Err error
}

Jump to

Keyboard shortcuts

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