event

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2022 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 EventQueryBody

type EventQueryBody struct {
	EventKey   string `json:"eventKey,omitempty"`
	NotifyUrl  string `json:"notifyUrl"`
	AttachArgs string `json:"attachArgs"`
	EventId    string `json:"eventId"`
	CreateTime string `json:"createTime"`
	OrgCode    string `json:"orgCode"`
	UserCode   string `json:"userCode"`
	AppCode    string `json:"appCode"`
	ChainCode  string `json:"chainCode,omitempty"`
	EventType  string `json:"eventType,omitempty"`
}

type QueryResData

type QueryResData struct {
	base.BaseResModel
	Body []EventQueryBody `json:"body"`
}

func (*QueryResData) GetEncryptionValue

func (f *QueryResData) GetEncryptionValue() string

type RegisterResData

type RegisterResData struct {
	base.BaseResModel
	Body *RegisterResDataBody `json:"body"`
}

func (*RegisterResData) GetEncryptionValue

func (f *RegisterResData) GetEncryptionValue() string

type RegisterResDataBody

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

Jump to

Keyboard shortcuts

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