package models import ( . "dnmshared/sharedprotos" ) type Barrier struct { Boundary *Polygon2D }