package budget2 type SpaceInterface interface { Interface } type SpaceObject struct { Object }