Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DbEngin *xorm.Engine
Functions ¶
This section is empty.
Types ¶
type ContactService ¶
type ContactService struct {
}
func (*ContactService) SearchContactsByIds ¶
func (service *ContactService) SearchContactsByIds(userId int64) []model.Contact
type ConversationService ¶
type ConversationService struct {
}
func (*ConversationService) SearchConverByIds ¶
func (service *ConversationService) SearchConverByIds(userId int64) []model.Conversation
type UserService ¶
type UserService struct {
}
func (*UserService) SelectByUserId ¶
func (service *UserService) SelectByUserId(userId int64) model.User
Click to show internal directories.
Click to hide internal directories.