last name support added
This commit is contained in:
@@ -19,9 +19,10 @@ const (
|
||||
)
|
||||
|
||||
type invitationDesc struct {
|
||||
Email string `bson:"email" json:"email"`
|
||||
Name string `bson:"name" json:"name"`
|
||||
Comment string `bson:"comment" json:"comment"`
|
||||
Email string `bson:"email" json:"email"`
|
||||
Name string `bson:"name" json:"name"`
|
||||
LastName string `bson:"lastName" json:"lastName"`
|
||||
Comment string `bson:"comment" json:"comment"`
|
||||
}
|
||||
|
||||
func (id *invitationDesc) Collection() string {
|
||||
|
||||
Reference in New Issue
Block a user