Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BranchHandler ¶
func BranchHandler(w http.ResponseWriter, r *http.Request)
func CommitAndMaybePushHandler ¶
func CommitAndMaybePushHandler(w http.ResponseWriter, r *http.Request)
API handler to commit and optionally push changes
func CommitGraphHandler ¶
func CommitGraphHandler(w http.ResponseWriter, r *http.Request)
func GetUncommittedFilesHandler ¶
func GetUncommittedFilesHandler(w http.ResponseWriter, r *http.Request)
Types ¶
type BranchResponse ¶
type BranchResponse struct {
Branch string `json:"branch"`
}
Click to show internal directories.
Click to hide internal directories.