This commit is contained in:
parent
f2ebcf560f
commit
b95d2954ba
5 changed files with 77 additions and 30 deletions
|
|
@ -15,6 +15,10 @@ type Node interface {
|
|||
Bounds() (Pos, Pos)
|
||||
}
|
||||
|
||||
type Boundary interface {
|
||||
Bounds() (Pos, Pos)
|
||||
}
|
||||
|
||||
const (
|
||||
StringNodeType NodeType = iota
|
||||
NumberNodeType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue