Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KeyBackward is the default key to page up during selection. KeyBackward rune = readline.CharCtrlW KeyBackwardDisplay = "ctrl + w" // KeyForward is the default key to page down during selection. KeyForward rune = readline.CharCtrlL KeyForwardDisplay = "ctrl + l" )
View Source
const FilePath = "store.json"
Variables ¶
This section is empty.
Functions ¶
func ProjectText ¶
func ProjectText()
func WriteJSONFileData ¶
func WriteJSONFileData(data RepoDetails) error
Types ¶
type RepoDetail ¶
type RepoDetails ¶
type RepoDetails struct {
Details []RepoDetail `json:"repos"`
}
func LoadJsonFileData ¶
func LoadJsonFileData() RepoDetails
Click to show internal directories.
Click to hide internal directories.