Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Installation ¶
type Installation struct {
ID int64 `json:"id"`
}
Installation is used to get the installation ID from the payload
type Payload ¶
type Payload struct {
Installation Installation `json:"installation"`
}
Payload is used to get the installation ID from payload
Click to show internal directories.
Click to hide internal directories.