controller

package
v0.0.0-...-916e37d Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatController

type ChatController struct {
	Ctx iris.Context
}

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 LikeType

type LikeType int
const (
	Like    LikeType = 0
	DisLike LikeType = 1
	Star    LikeType = 2
)

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()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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