Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPayloadHandler ¶
func NewPayloadHandler() events.PayloadHandler
Types ¶
type PushPayload ¶
type PushPayload struct {
ID string `json:"id"`
Timestamp time.Time `json:"timestamp"`
Action string `json:"action"`
Target PushTarget `json:"target"`
Request PushRequest `json:"request"`
}
type PushPayloadEnvelope ¶
type PushPayloadEnvelope struct {
Events []PushPayload `json:"events"`
}
type PushRequest ¶
Click to show internal directories.
Click to hide internal directories.