Documentation
¶
Overview ¶
Package trace provides tracing utilities for debugging go-git operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Target ¶
type Target int32
Target is a tracing target.
const ( // General traces general operations. General Target = 1 << iota // Packet traces git packets. Packet // SSH traces SSH handshake operations. This does not have // a direct translation to an upstream trace option. SSH // Performance traces performance of go-git components. Performance // HTTP traces HTTP operations and requests. HTTP // Internal traces internal go-git operations for debugging. Internal )
Click to show internal directories.
Click to hide internal directories.