Add Endpoints property to Actor

This commit is contained in:
Matt Baer
2018-08-03 00:22:42 +02:00
parent 50824cd75a
commit 57919aaaec
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ type Person struct {
Followers string `json:"followers"`
Summary string `json:"summary"`
PublicKey PublicKey `json:"publicKey"`
Endpoints Endpoints `json:"endpoints"`
}
func NewPerson(accountRoot string) *Person {