controller

package
v0.0.0-...-087c9b4 Latest Latest
Warning

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

Go to latest
Published: May 25, 2026 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

func NewController

func NewController(ctx context.Context, yamlContent []byte) Controller

func (*Controller) Process

func (c *Controller) Process() (string, *log.Status)

Process is deprecated for production, but is a test only convenience method

func (*Controller) ProcessV2

func (c *Controller) ProcessV2() (OutputFiles, *log.Status)

ProcessV2 is the production means to execute the controller

func (*Controller) SetPostFiles

func (c *Controller) SetPostFiles(postFiles *input.PostFiles)

type OutputFiles

type OutputFiles struct {
	Directory string
	FilePaths []string
}

func CLIProcessEntry

func CLIProcessEntry(yaml []byte) (OutputFiles, *log.Status)

Directories

Path Synopsis
aws_lambda

Jump to

Keyboard shortcuts

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