Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { ID schema.ID `bson:"_id" json:"id"` Name string `bson:"name" json:"name"` Email string `bson:"email" json:"email"` Pubkey string `bson:"pubkey" json:"pubkey"` Host string `bson:"host" json:"host"` Description string `bson:"description" json:"description"` Signature string `bson:"signature" json:"signature"` }
Click to show internal directories.
Click to hide internal directories.