Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mail ¶
type Mail struct { Id bson.ObjectId `bson:"_id,omitempty"` From bson.ObjectId `bson:"from,omitempty"` To []bson.ObjectId `bson:"To,omitempty"` Cc []bson.ObjectId `bson:"cc,omitempty"` Bcc []bson.ObjectId `bson:"bcc,omitempty"` TimeStamp time.Time `bson:"time"` Subject string `bson:"subject"` Mailtext string `bson:"mailtext"` }
func (*Mail) GetReferenceCount ¶
Click to show internal directories.
Click to hide internal directories.