
* style: spelling * refact: canvases replaced with konva * refact: area text calculated by words * refact: moved konva files out of test dir
9 lines
229 B
Go
9 lines
229 B
Go
package entities
|
|
|
|
type Language struct {
|
|
DisplayName string `json:"displayName"`
|
|
ProcessCode string `json:"processCode"`
|
|
TranslateCode string `json:"translateCode"`
|
|
IsBundledCustom bool `json:"isBundledCustom"`
|
|
}
|