Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetAppTicketHandler ¶
Types ¶
type AppTicketEvent ¶
type AppTicketEvent struct { *model.BaseEvent Event *AppTicketEventData `json:"event"` }
type AppTicketEventData ¶
type AppTicketEventData struct { *model.BaseEventData AppTicket string `json:"app_ticket"` }
type AppTicketHandler ¶
type AppTicketHandler struct {
// contains filtered or unexported fields
}
func (*AppTicketHandler) GetEvent ¶
func (h *AppTicketHandler) GetEvent() interface{}
Click to show internal directories.
Click to hide internal directories.