be

package
v0.0.0-...-e284d0c Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildDeployKey

func BuildDeployKey(prefix, region string) string

BuildDeployKey creates a deploy key from prefix and region

func BuildDeploymentMatrix

func BuildDeploymentMatrix(
	repoDataMap map[string]github.RepoData,
	organization string,
	query string,
	envFilters []string,
	folders []string,
) *github.DeploymentMatrix

BuildDeploymentMatrix builds the complete deployment matrix from repo data

func MatchesEnvFilter

func MatchesEnvFilter(envName string, envFilters []string) bool

MatchesEnvFilter checks if an environment name matches any of the filter patterns

func ParseEnvironmentName

func ParseEnvironmentName(envName string) (prefix string, region string)

ParseEnvironmentName parses an environment name into prefix and region

func ProcessRepositoriesConcurrently

func ProcessRepositoriesConcurrently(
	repos []github.GitHubAPIRepository,
	folders []string,
	manifestName string,
	envFilters []string,
	maxWorkers int,
) map[string]github.RepoData

ProcessRepositoriesConcurrently processes multiple repositories concurrently

func ProcessRepository

func ProcessRepository(
	repo github.GitHubAPIRepository,
	folders []string,
	manifestName string,
	envFilters []string,
) (*github.RepoData, error)

ProcessRepository processes a single repository and extracts deployment information

Types

This section is empty.

Jump to

Keyboard shortcuts

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