Add initial project files
This commit is contained in:
7
pkg/people/identity.go
Normal file
7
pkg/people/identity.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package people
|
||||
|
||||
// Identity represents the true identity of a person
|
||||
type Identity struct {
|
||||
FirstName string `json:"firstName" deesee:"encode"`
|
||||
LastName string `json:"lastName" deesee:"encode"`
|
||||
}
|
||||
Reference in New Issue
Block a user