Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGithubApp ¶
func CreateGithubApp(c Config) (*githubclient.AppConfig, error)
Types ¶
type Manifest ¶
type Manifest struct {
Name string `json:"name"`
Permissions map[string]string `json:"default_permissions,omitempty"`
RedirectURL string `json:"redirect_url"`
CallbackURLs []string `json:"callback_urls"`
URL string `json:"url"`
}
func NewManifest ¶
Click to show internal directories.
Click to hide internal directories.