TOOLS/lib/types.go — canonical ServiceSpec, ParamSpec, OperationSpec, OutputParam. Both generators use type aliases, one source of truth for YAML contract. docs-generator stays as-is (will be replaced by LLM-based generator).
10 lines
129 B
AMPL
10 lines
129 B
AMPL
module resource-generator
|
|
|
|
go 1.24
|
|
|
|
require gopkg.in/yaml.v3 v3.0.1
|
|
|
|
require tf-tools/lib v0.0.0
|
|
|
|
replace tf-tools/lib => ../lib
|