integrationsfs

package
v0.33.0 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package integrationsfs embeds the canonical integration content and the adapter-rendered host trees so they ship inside the tap binary.

The declaration lives here instead of pkg/integrations because the //go:embed directive can only reach files rooted at the declaring package's directory, and the canonical and rendered trees live at the repository root under integrations/. pkg/integrations re-exports FS as integrations.IntegrationsFS so consumers see a single import.

Index

Constants

This section is empty.

Variables

FS is the embedded tree rooted at the integrations/ directory. Paths inside the FS are relative to this directory — canonical content appears at "content/<file>" and host-rendered outputs at "rendered/<host>/...".

The "all:" prefix is required so dot-directories such as host marketplace manifests and plugin manifests are included; without it Go's embed machinery silently skips names starting with "." or "_".

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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