schemasfs

package
v0.41.0 Latest Latest
Warning

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

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

Documentation

Overview

Package schemasfs embeds the published JSON Schemas so they ship inside the tap binary and can be materialized onto disk at runtime.

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

Index

Constants

This section is empty.

Variables

FS is the embedded tree rooted at the schemas/ directory. Entries are the bare file names, e.g. "tap-config.json".

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