Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Template string
Overwrite bool
Version string
GenerateCI bool
DeploymentType string
}
Config holds generator configuration
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator generates A2A agent projects from ADL files
type IgnoreChecker ¶
type IgnoreChecker struct {
// contains filtered or unexported fields
}
IgnoreChecker handles .adl-ignore file parsing and matching
func NewIgnoreChecker ¶
func NewIgnoreChecker(outputDir string) (*IgnoreChecker, error)
NewIgnoreChecker creates a new ignore checker
func (*IgnoreChecker) ShouldIgnore ¶
func (ic *IgnoreChecker) ShouldIgnore(filePath string) bool
ShouldIgnore checks if a file should be ignored based on .adl-ignore patterns
Click to show internal directories.
Click to hide internal directories.