Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Project string
OpenAPISpec string
StainlessConfig string
Targets map[stainless.Target]*TargetConfig
ConfigPath string
}
Config stores workspace-level configuration with absolute paths
type ConfigExport ¶
type ConfigExport struct {
Project string `json:"project"`
OpenAPISpec string `json:"openapi_spec,omitempty"`
StainlessConfig string `json:"stainless_config,omitempty"`
Targets map[stainless.Target]*TargetConfig `json:"targets,omitempty"`
}
ConfigExport represents the on-disk format with relative paths
type TargetConfig ¶
type TargetConfig struct {
OutputPath string `json:"output_path"`
}
TargetConfig stores configuration for a specific SDK target
Click to show internal directories.
Click to hide internal directories.