msgModel

package
v0.0.0-...-38dfcaa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	ID          bson.ObjectId `bson:"_id,omitempty"`
	MsgType     string        `bson:"msg_type" json:"msg_type"`
	CreatedBy   string        `bson:"created_by" json:"created_by"`
	CreatedTime int64         `bson:"created_time" json:"created_time"`
	PushObject  string        `bson:"push_object" json:"push_object"`
	PushTime    string        `bson:"push_time" json:"push_time"`
	HasPushed   string        `bson:"has_pushed" json:"push_time"`
	MsgContent  string        `bson:"msg_content" json:"msg_content"`
	HasViewed   int64         `bson:"has_viewed" json:"has_viewed"`
}

** TYPES

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL