package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jun 23, 2018
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BasicAuth struct {
Username string `survey:"username"`
Password string `survey:"password"`
}
type BasicUserInfo struct {
Name string `survey:"name"`
Email string `survey:"email"`
}
type OAuth struct {
Token string `survey:"token"`
}
type Repo struct {
RepoName string `survey:"reponame"`
RepoDescription string `survey:"repodescription"`
RepoType string `survey:"repotype"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.