First batch
This commit is contained in:
12
graphic_element.go
Normal file
12
graphic_element.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package oclib
|
||||
|
||||
type Coordinate struct {
|
||||
x int
|
||||
y int
|
||||
}
|
||||
|
||||
type GraphicElement struct{
|
||||
ID string `json:"ID" required:"true"`
|
||||
style string `json:"style" required:"true"`
|
||||
xy Coordinate `json:"xy" required:"true"`
|
||||
}
|
||||
Reference in New Issue
Block a user