Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
func (*API) EventInvoke ¶
func (x *API) EventInvoke(w http.ResponseWriter, req *http.Request)
type Event ¶
type Event struct {
EventName string `json:"eventName"`
EventVersion string `json:"eventVersion"`
EventTime int64 `json:"eventTime"`
EventSource string `json:"eventSource"`
RequestParameters M `json:"requestParameters"`
EventQueue string `json:"eventQueue"`
ReservedInfo string `json:"reservedInfo"`
Reqid int64 `json:"reqid"`
}
Click to show internal directories.
Click to hide internal directories.