github.com/altipla-consulting/ravendb-go-client@v0.1.3/tests/person_test.go (about)

     1  package tests
     2  
     3  // Person represents a person
     4  type Person struct {
     5  	ID        string
     6  	Name      string
     7  	AddressId string `json:"AddressId"`
     8  }