package interaction // Interaction is currently not used type Interaction interface { Location() string LocationId() int Id() int Type() string String() string Purpose() string }