infer

package
v0.17.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PathTemplateResult

type PathTemplateResult struct{ Normalized string }

func TemplatePath

func TemplatePath(p string) PathTemplateResult

TemplatePath replaces numeric/uuid/hex path segments with {id}

func TemplatePathWithConfig

func TemplatePathWithConfig(p string, cfg PathTemplatingConfig) PathTemplateResult

type PathTemplatingConfig

type PathTemplatingConfig struct {
	UUIDPattern *regexp.Regexp
	HexPattern  *regexp.Regexp
}

type Result

type Result struct {
	OpenAPI     string
	WSManifest  string
	GraphQLSDL  string
	GRPCCatalog string
}

func Compute

func Compute(evs []model.Event) Result

Compute placeholder to avoid import cycles; real exporters invoked from CLI.

Jump to

Keyboard shortcuts

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