stack

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: May 2, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stack

type Stack int

To add support for an additional observability stack, do the following: 1. Add a const with the name of the stack 2. Update the switch branch of GetComposeFileName() 3. Add Stack specific Compose file to the `./otel-config` folder 4. Add the Stack specific Compose file to the list of assets in `./spin-pluginify.toml`

const (
	Aspire Stack = iota
	Default
)

func GetStackByFlags

func GetStackByFlags(aspire bool) Stack

func (Stack) GetComposeFileName

func (s Stack) GetComposeFileName() string

Jump to

Keyboard shortcuts

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