24d6714d
1 2 3 4 5 6 7 8
package entity type Interface interface { // Id return the Entity identifier Id() string // HumanId return the Entity identifier truncated for human consumption HumanId() string }