Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feedback ¶
type Feedback struct {
Id bson.ObjectId `json:"id" bson:"_id"`
Message string `json:"message"`
Emoji int `json:"emoji"`
Email string `json:"email"`
UserID string `json:"user_id"`
Domain string `json:"domain"`
URL string `json:"url"`
CreatedAt time.Time `json:"created_at"`
}
Feedback TODO
func FeedbackList ¶
FeedbackList return a list of feedback
Click to show internal directories.
Click to hide internal directories.