event

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QueryEventResData

type QueryEventResData struct {
	base.BaseResModel
	Body QueryEventResDataBody `json:"body"` // 消息体
}

func (*QueryEventResData) GetEncryptionValue

func (f *QueryEventResData) GetEncryptionValue() string

type QueryEventResDataBody

type QueryEventResDataBody struct {
	BlockEvent []QueryEventResData_BlockEvent `json:"blockEvent"`
}

type QueryEventResData_BlockEvent

type QueryEventResData_BlockEvent struct {
	EventId      string `json:"eventId"`
	EventKey     string `json:"eventKey"`
	NotifyUrl    string `json:"notifyUrl"`
	AttachArgs   string `json:"attachArgs"`
	CreateTime   string `json:"createTime"`
	UserCode     string `json:"userCode"`
	AppCode      string `json:"appCode"`
	ContractName string `json:"contractName"`
}

type RegisterEventResData

type RegisterEventResData struct {
	base.BaseResModel
	Body RegisterEventResDataBody `json:"body"`
}

func (*RegisterEventResData) GetEncryptionValue

func (f *RegisterEventResData) GetEncryptionValue() string

type RegisterEventResDataBody

type RegisterEventResDataBody struct {
	EventId string `json:"eventId"`
}

type RemoveEventResData

type RemoveEventResData struct {
	base.BaseResModel
	Body interface{} `json:"body"`
}

func (*RemoveEventResData) GetEncryptionValue

func (f *RemoveEventResData) GetEncryptionValue() string

Jump to

Keyboard shortcuts

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