Discover Packages
github.com/CinemaQuestria/gokku
lib
package
Version:
v0.0.0-...-964cb5d
Opens a new window with list of versions in this module.
Published: May 21, 2015
License: CC0-1.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Commit struct {
ID string `json:"id"`
Message string `json:"message"`
URL string `json:"url"`
Author Person `json:"author"`
}
type CommitHook struct {
Secret string `json:"secret"`
Ref string `json:"ref"`
Commits []Commit `json:"commits"`
Repository Repository `json:"repository"`
Pusher Person `json:"pusher"`
Before string `json:"before"`
After string `json:"after"`
CompareURL string `json:"compare_url"`
}
type Person struct {
Name string `json:"name"`
Email string `json:"email"`
Username string `json:"username"`
}
type Repository struct {
ID int `json:"id"`
Name string `json:"name"`
URL string `json:"url"`
Description string `json:"description"`
Website string `json:"website"`
Watchers int `json:"watchers"`
Owner Person `json:"owner"`
Private bool `json:"private"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.