package system import "git.tebibyte.media/tomo/tomo" type Hierarchy struct { link WindowLink } type WindowLink interface { GetWindow () tomo.Window } func (this *System) NewHierarchy (link WindowLink) *Hierarchy { }