parent
bc45db51a9
commit
ef250acad9
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ type EntityType string
|
|||
|
||||
const (
|
||||
Location EntityType = "location"
|
||||
Person EntityType = "person"
|
||||
)
|
||||
|
||||
type EntityKey struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue