Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct {
Start int `json:"start" jsonschema:"Title=start,Description=Start position of the change,required"`
End int `json:"end" jsonschema:"Title=end,Description=End position of the change,required"`
Code string `json:"code" jsonschema:"Title=code,Description=Code to be changed,required"`
}
Click to show internal directories.
Click to hide internal directories.