Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hook ¶
type Hook struct {
Name string `json:"name"`
Secret string `json:"secret"`
Private bool `json:"private"`
Color [4]uint8 `json:"color"`
Created time.Time `json:"time"`
Requests []*Request `json:"-"`
}
Hook is a hook model
Click to show internal directories.
Click to hide internal directories.