fakes

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: May 6, 2015 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompileInput

type CompileInput struct {
	Jobs                 []bireljob.Job
	DeploymentName       string
	DeploymentProperties biproperty.Map
	Stage                biui.Stage
}

type FakeTemplatesCompiler

type FakeTemplatesCompiler struct {
	CompileInputs []CompileInput
	// contains filtered or unexported fields
}

func NewFakeTemplatesCompiler

func NewFakeTemplatesCompiler() *FakeTemplatesCompiler

func (*FakeTemplatesCompiler) Compile

func (f *FakeTemplatesCompiler) Compile(jobs []bireljob.Job, deploymentName string, deploymentProperties biproperty.Map, stage biui.Stage) error

func (*FakeTemplatesCompiler) SetCompileBehavior

func (f *FakeTemplatesCompiler) SetCompileBehavior(jobs []bireljob.Job, deploymentName string, deploymentProperties biproperty.Map, stage biui.Stage, err error) error

type FakeTemplatesRepo

type FakeTemplatesRepo struct {
	SaveInputs []SaveInput
	FindInputs []FindInput
	// contains filtered or unexported fields
}

func NewFakeTemplatesRepo

func NewFakeTemplatesRepo() *FakeTemplatesRepo

func (*FakeTemplatesRepo) Find

func (*FakeTemplatesRepo) Save

func (*FakeTemplatesRepo) SetFindBehavior

func (f *FakeTemplatesRepo) SetFindBehavior(job bireljob.Job, record bitempcomp.TemplateRecord, found bool, err error) error

func (*FakeTemplatesRepo) SetSaveBehavior

func (f *FakeTemplatesRepo) SetSaveBehavior(job bireljob.Job, record bitempcomp.TemplateRecord, err error) error

type FindInput

type FindInput struct {
	Job bireljob.Job
}

type SaveInput

type SaveInput struct {
	Job    bireljob.Job
	Record bitempcomp.TemplateRecord
}

Jump to

Keyboard shortcuts

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