Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryEventReqData ¶
type QueryEventReqData struct { base.BaseReqModel Body interface{} `json:"body"` }
func (*QueryEventReqData) GetEncryptionValue ¶
func (f *QueryEventReqData) GetEncryptionValue() string
type RegisterEventReqData ¶
type RegisterEventReqData struct { base.BaseReqModel Body RegisterEventReqDataBody `json:"body"` }
func (*RegisterEventReqData) GetEncryptionValue ¶
func (f *RegisterEventReqData) GetEncryptionValue() string
type RemoveEventReqData ¶
type RemoveEventReqData struct { base.BaseReqModel Body RemoveEventReqDataBody `json:"body"` }
func (*RemoveEventReqData) GetEncryptionValue ¶
func (f *RemoveEventReqData) GetEncryptionValue() string
type RemoveEventReqDataBody ¶
type RemoveEventReqDataBody struct {
EventId string `json:"eventId"`
}
Click to show internal directories.
Click to hide internal directories.