Documentation
¶
Index ¶
Constants ¶
View Source
const GITHUB_REPO_ENDPOINT string = "https://api.github.com/repos/nkien0204/lets-go"
View Source
const ORIGINAL_PROJECT_NAME string = "github.com/nkien0204/lets-go"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Author ¶
type Author struct { Login string `json:"login"` ID int `json:"id"` NodeID string `json:"node_id"` AvatarURL string `json:"avatar_url"` GravatarID string `json:"gravatar_id"` URL string `json:"url"` HTMLURL string `json:"html_url"` FollowersURL string `json:"followers_url"` FollowingURL string `json:"following_url"` GistsURL string `json:"gists_url"` StarredURL string `json:"starred_url"` SubscriptionsURL string `json:"subscriptions_url"` OrganizationsURL string `json:"organizations_url"` ReposURL string `json:"repos_url"` EventsURL string `json:"events_url"` ReceivedEventsURL string `json:"received_events_url"` Type string `json:"type"` SiteAdmin bool `json:"site_admin"` }
type LatestReleaseInfo ¶
type LatestReleaseInfo struct { URL string `json:"url"` AssetsURL string `json:"assets_url"` UploadURL string `json:"upload_url"` HTMLURL string `json:"html_url"` ID int `json:"id"` Author Author `json:"author"` NodeID string `json:"node_id"` TagName string `json:"tag_name"` TargetCommitish string `json:"target_commitish"` Name string `json:"name"` Draft bool `json:"draft"` Prerelease bool `json:"prerelease"` CreatedAt time.Time `json:"created_at"` PublishedAt time.Time `json:"published_at"` Assets []interface{} `json:"assets"` TarballURL string `json:"tarball_url"` ZipballURL string `json:"zipball_url"` Body string `json:"body"` }
type OfflineGenerator ¶
type OfflineGenerator struct {
ProjectName string
}
type OnlineGenerator ¶
type OnlineGenerator struct {
RepoEndPoint string
}
type RepoLatestVersionGetEntity ¶
type RepoLatestVersionGetEntity struct {
TagName string
}
Click to show internal directories.
Click to hide internal directories.