Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatController ¶
func (*ChatController) BeforeActivation ¶
func (c *ChatController) BeforeActivation(b mvc.BeforeActivation)
func (*ChatController) UploadFile ¶
func (c *ChatController) UploadFile()
type ContactsController ¶
type ContactsController struct {
Ctx iris.Context
ContactsService service.ContactsService
UserService service.UserService
}
func (*ContactsController) AddNewFriend ¶
func (c *ContactsController) AddNewFriend()
func (*ContactsController) BeforeActivation ¶
func (c *ContactsController) BeforeActivation(b mvc.BeforeActivation)
func (*ContactsController) CheckUserIsExistByChatId ¶
func (c *ContactsController) CheckUserIsExistByChatId(chatId string) bool
func (*ContactsController) GetContactsByChatID ¶
func (c *ContactsController) GetContactsByChatID()
type MatchViewController ¶
type MatchViewController struct {
Ctx iris.Context
UserService service.UserService
}
func (*MatchViewController) AddLikeStatus ¶
func (c *MatchViewController) AddLikeStatus()
func (*MatchViewController) BeforeActivation ¶
func (c *MatchViewController) BeforeActivation(b mvc.BeforeActivation)
func (*MatchViewController) GetNearByPeople ¶
func (c *MatchViewController) GetNearByPeople()
Click to show internal directories.
Click to hide internal directories.