jsonnetopenapi

package
v0.3.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Facade

type Facade interface {
	Generate(ctx context.Context, in Input) (Output, error)
	Batch(ctx context.Context, jobs []Input) ([]Output, error)
}

type Input

type Input struct {
	Ref     string `json:"ref"`
	OutDir  string `json:"outDir"`
	Service string `json:"service,omitempty"`
	PkgRepo string `json:"pkgRepo,omitempty"`
}

type Output

type Output struct {
	OutDir string   `json:"outDir"`
	Files  []string `json:"files"`
}

Jump to

Keyboard shortcuts

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