Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchDebugInfo ¶
type LsRefsDebugInfo ¶
type PushCommandStatus ¶
type PushDebugInfo ¶
type PushDebugInfo struct { // PackfileSize is the size of the sent packfile in bytes. PackfileSize int `json:"packfileSize"` // RefAdvHeaders is the headers of the HTTP response in calling /info/refs RefAdvResponseHeaders map[string][]string `json:"refAdvResponseHeaders"` // PushResponseHeaders is the headers of the HTTP response in calling /git-receive-pack PushResponseHeaders map[string][]string `json:"pushResponseHeaders"` // UnpackStatus is the status sent from the server for unpacking the packfile. UnpackStatus string `json:"unpackStatus"` // CommandStatuses is the status of each command sent to the server. CommandStatuses []*PushCommandStatus `json:"commandStatuses"` }
Click to show internal directories.
Click to hide internal directories.