Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeStack ¶
type FakeStack struct { DescribeCalled bool DescribeStackName string DescribeStackDetails awscf.StackDetails DescribeError error CreateCalled bool CreateStackName string CreateStackDetails awscf.StackDetails CreateError error ModifyCalled bool ModifyStackName string ModifyStackDetails awscf.StackDetails ModifyError error DeleteCalled bool DeleteStackName string DeleteError error }
func (*FakeStack) Create ¶
func (f *FakeStack) Create(stackName string, stackDetails awscf.StackDetails) error
Click to show internal directories.
Click to hide internal directories.