Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubHook ¶
type GithubHook struct { // branch Ref string //Before inst. HASHBEFOREACTION. Before string //After inst. hashAfterAction. After string Pusher GithubPusher }
type GithubPusher ¶
type GithubPusher struct {
Name string
}
type GogsHook ¶
type GogsHook struct { // branch Ref string //Before inst. HASHBEFOREACTION. Before string //After inst. hashAfterAction. After string Pusher GogsPusher }
type GogsPusher ¶
type GogsPusher struct {
Username string
}
Click to show internal directories.
Click to hide internal directories.