package interaction type Interaction interface { Location() string LocationId() int Id() int Type() string String() string Purpose() string }