handler

package
v0.0.0-...-5aa83a4 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Authorize

func Authorize() gin.HandlerFunc

Authorize ...

func AuthorizedLogin

func AuthorizedLogin(c *gin.Context)

AuthorizedLogin ...

func GetAccessKey

func GetAccessKey(c *gin.Context)

GetAccessKey ...

func HandleAuthCode

func HandleAuthCode(c *gin.Context)

HandleAuthCode ...

func HandleCancelRegistrationActivity

func HandleCancelRegistrationActivity(c *gin.Context)

HandleCancelRegistrationActivity ...

func HandleCreateActivity

func HandleCreateActivity(c *gin.Context)

HandleCreateActivity ...

func HandleGetActivity

func HandleGetActivity(c *gin.Context)

HandleGetActivity ...

func HandleGetActivityUsers

func HandleGetActivityUsers(c *gin.Context)

HandleGetActivityUsers ...

func HandleMonitorMysqlQPS

func HandleMonitorMysqlQPS(c *gin.Context)

HandleMonitorMysqlQPS ...

func HandleQueryMySQLGlobalStatus

func HandleQueryMySQLGlobalStatus(c *gin.Context)

HandleQueryMySQLGlobalStatus ...

func HandleRegistrationActivity

func HandleRegistrationActivity(c *gin.Context)

HandleRegistrationActivity ...

func HandleSearchActivities

func HandleSearchActivities(c *gin.Context)

HandleSearchActivities ...

func HandleSearchContact

func HandleSearchContact(c *gin.Context)

HandleSearchContact ...

func HandleSearchContacts

func HandleSearchContacts(c *gin.Context)

HandleSearchContacts ...

func HandleUpdateActivity

func HandleUpdateActivity(c *gin.Context)

HandleUpdateActivity ...

func HandleUpdateContactRole

func HandleUpdateContactRole(c *gin.Context)

HandleUpdateContactRole ...

func HandleVerifyActivity

func HandleVerifyActivity(c *gin.Context)

HandleVerifyActivity ...

func UpdateUserInfo

func UpdateUserInfo(c *gin.Context)

UpdateUserInfo ...

Types

type ResultRet

type ResultRet struct {
	Msg  string      `json:"msg"`
	Code int         `json:"code"`
	Data interface{} `json:"data"`
}

ResultRet ...

func NewResultRet

func NewResultRet(msg string, statusCode int, data interface{}) ResultRet

NewResultRet ...

type Secret

type Secret struct {
	OSSAccessKeyID string `json:"OSSAccessKeyId"`
	Policy         string `json:"policy"`
	Signature      string `json:"signature"`
}

Secret ...

Jump to

Keyboard shortcuts

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