c8749e6
1 2 3 4 5 6 7
package workflow // Placeer interface for objects that has place and can change place type Placeer interface { GetPlace() Place SetPlace(Place) error }