Versions in this module Expand all Collapse all v0 v0.0.3 Feb 1, 2026 v0.0.2 Jan 31, 2026 Changes in this version + func AddSDKCommands(root *cobra.Command) + func DiffExitCode(result *DiffResult, err error) int + type Config struct + Diff DiffConfig + Languages []string + Output string + Package PackageConfig + Publish PublishConfig + Spec string + func DefaultConfig() *Config + type DiffConfig struct + Enabled bool + FailOnBreaking bool + type DiffResult struct + Breaking bool + Changes []string + Summary string + func Diff(basePath, revisionPath string) (*DiffResult, error) + type PackageConfig struct + Name string + Version string + type PublishConfig struct + Path string + Repo string + type SDK struct + func New(projectDir string, config *Config) *SDK + func (s *SDK) DetectSpec() (string, error) + func (s *SDK) Generate(ctx context.Context) error + func (s *SDK) GenerateLanguage(ctx context.Context, lang string) error + func (s *SDK) SetVersion(version string)