Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPRequest ¶
type HTTPRequest struct {
URL string `json:"url"`
HTTPMethod string `json:"httpMethod"`
RequestBody map[string]interface{} `json:"requestBody"`
Headers map[string]interface{} `json:"headers"`
}
func (HTTPRequest) Notify ¶
func (h HTTPRequest) Notify()
type Notification ¶
type Notification interface {
Notify()
}
Click to show internal directories.
Click to hide internal directories.