Documentation
¶
Overview ¶
Copyright © 2025 Stackaroo Contributors SPDX-License-Identifier: BSD-3-Clause
Copyright © 2025 Stackaroo Contributors SPDX-License-Identifier: BSD-3-Clause
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
Context holds context-specific information for stack operations
func NewDefaultTestContext ¶
func NewDefaultTestContext() *Context
NewDefaultTestContext creates a Context with default test values
func NewTestContext ¶
NewTestContext creates a Context for testing purposes
func NewTestContextForRegion ¶
NewTestContextForRegion creates a Context for a specific region with default test values
type Stack ¶
type Stack struct {
Name string
Context *Context
TemplateBody string
Parameters map[string]string
Tags map[string]string
Capabilities []string
Dependencies []string
}
Stack represents a fully resolved stack ready for deployment
func NewTestStack ¶
NewTestStack creates a Stack for testing purposes with proper Context
func NewTestStackWithDefaults ¶
NewTestStackWithDefaults creates a Stack with default test values
func (*Stack) GetTemplateContent ¶
GetTemplateContent returns the template content for this stack