package entity type Entity interface { Run(start_unix, end_unix int64, start_layout, end_layout string) TableName() string SaveFields() []string }