Discover Packages
github.com/skhatri/git-reader
gitapi
model
package
Version:
v0.0.0-...-a887039
Opens a new window with list of versions in this module.
Published: Apr 6, 2020
License: Apache-2.0
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
Documentation
¶
type Branch struct {
Id string `json:"id"`
Type string `json:"type"`
LatestCommit string `json:"latestCommit"`
Display string `json:"display"`
IsDefault bool `json:"isDefault"`
}
type Project struct {
Key string `json:"key"`
Name string `json:"name"`
Description string `json:"description"`
Id string `json:"id"`
}
type Repository struct {
Id string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Slug string `json:"slug"`
}
type Tag struct {
Id string `json:"id"`
Type string `json:"type"`
Hash string `json:"hash"`
LatestCommit string `json:"latestCommit"`
Display string `json:"display"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.