Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
apibconv
command
Package main is the entry point for the apibconv command-line tool.
|
Package main is the entry point for the apibconv command-line tool. |
|
examples
|
|
|
advanced
command
Package main demonstrates advanced usage of the apibconv library, including custom transformations.
|
Package main demonstrates advanced usage of the apibconv library, including custom transformations. |
|
basic
command
Package main demonstrates basic usage of the apibconv library.
|
Package main demonstrates basic usage of the apibconv library. |
|
plugin
command
Package main demonstrates how to use custom plugins with apibconv.
|
Package main demonstrates how to use custom plugins with apibconv. |
|
internal
|
|
|
cli
Package cli implements the command-line interface logic for apibconv.
|
Package cli implements the command-line interface logic for apibconv. |
|
detect
Package detect provides functionality for detecting API specification formats.
|
Package detect provides functionality for detecting API specification formats. |
|
fs
Package fs provides filesystem and I/O utility functions.
|
Package fs provides filesystem and I/O utility functions. |
|
transform
Package transform provides utilities for modifying and normalizing API models.
|
Package transform provides utilities for modifying and normalizing API models. |
|
pkg
|
|
|
converter
Package converter implements the core logic for converting between API formats.
|
Package converter implements the core logic for converting between API formats. |
|
errors
Package errors defines standard error types used throughout the application.
|
Package errors defines standard error types used throughout the application. |
|
format
Package format defines interfaces and common types for API format parsers and writers.
|
Package format defines interfaces and common types for API format parsers and writers. |
|
format/apiblueprint
Package apiblueprint implements the API Blueprint format parser and writer.
|
Package apiblueprint implements the API Blueprint format parser and writer. |
|
format/asyncapi
Package asyncapi implements the AsyncAPI format parser and writer.
|
Package asyncapi implements the AsyncAPI format parser and writer. |
|
format/openapi
Package openapi implements the OpenAPI format parser and writer.
|
Package openapi implements the OpenAPI format parser and writer. |
|
model
Package model defines the unified internal representation of API specifications.
|
Package model defines the unified internal representation of API specifications. |
|
validator
Package validator provides rules and logic for validating API models.
|
Package validator provides rules and logic for validating API models. |
Click to show internal directories.
Click to hide internal directories.