cclGenerators

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CodeGenerators = map[string]GenerateCode{}
View Source
var (
	ErrLanguageNotSupported = errors.New("language not supported")
)

Functions

This section is empty.

Types

type CodeGenerationOptions

type CodeGenerationOptions struct {
	CCLDefinition  *cclValues.SourceCodeDefinition
	OutputPath     string
	TargetLanguage string
	PackageName    string
}

type CodeGenerationResult

type CodeGenerationResult struct {
}

func DoGenerateCode

func DoGenerateCode(options *CodeGenerationOptions) (*CodeGenerationResult, error)

type GenerateCode

type GenerateCode func(options *CodeGenerationOptions) (*CodeGenerationResult, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL