Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeChange ¶ added in v1.1.0
type CodeChange struct {
RelativePath string `xml:"relativePath"`
Code string `xml:"code"`
IsTxtFile bool `xml:"isTxtFile"`
}
CodeChange represents an individual code change with a file path and the code content.
type CodeChanges ¶ added in v1.1.0
type CodeChanges struct {
CodeChange []CodeChange `xml:"codeChange"`
}
CodeChanges wraps multiple code changes.
type Suggestion ¶ added in v1.1.0
type Suggestion struct {
CodeChanges CodeChanges `xml:"codeChanges"`
Explanations string `xml:"EXPLANATIONS"`
}
Suggestion Define struct for the entire suggestion
Click to show internal directories.
Click to hide internal directories.