Versions in this module Expand all Collapse all v1 v1.6.2 Sep 9, 2026 v1.6.1 Sep 8, 2026 v1.6.0 Aug 31, 2026 Changes in this version + func AnyFailed(results []FileResult) bool + func GetOutput(results []FileResult, opts Options) (string, error) + func Redact(v any) any + type APISpecDTO struct + Authentication any + Defaults any + Description string + DynamicEndpoints any + Endpoints map[string]any + Name string + Queues any + type BuildDTO struct + DbtProject any + Defaults any + Dev any + Target string + Vars map[string]any + type EnvDTO struct + Connections map[string]any + Env map[string]any + Variables map[string]any + type FileResult struct + Compiled bool + Error string + Kind Kind + OK bool + Parsed any + Path string + Warnings []string + func ParseFile(path string, opts Options) FileResult + func ParsePaths(paths []string, opts Options) []FileResult + type Kind string + const KindAPISpec + const KindBuild + const KindEnv + const KindMonitor + const KindPipeline + const KindProject + const KindReplication + const KindRoutine + const KindUnknown + func DetectFileKind(body []byte, path string) Kind + type Options struct + Compile bool + Detailed bool + JSON bool + NDJSON bool + Quiet bool + type PipelineDTO struct + Env map[string]any + Steps []any + type ProjectDTO struct + Jobs map[string]any + Name string + ProjectID string + type ReplicationDTO struct + Defaults any + Env map[string]any + Hooks any + Source any + Streams map[string]any + Target any