Interfaces can inherit other interfaces
This commit is contained in:
parent
3ef1e706b3
commit
8817d72cb3
@ -218,8 +218,8 @@ type FaceBehavior struct {
|
|||||||
type FaceSection struct {
|
type FaceSection struct {
|
||||||
location file.Location
|
location file.Location
|
||||||
name string
|
name string
|
||||||
|
inherits string
|
||||||
|
|
||||||
what Type
|
|
||||||
permission types.Permission
|
permission types.Permission
|
||||||
behaviors map[string] FaceBehavior
|
behaviors map[string] FaceBehavior
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user