shithub: furgit

ref: 7f0a20840fa3efc51c2a2fc80c1f82e030e91f44
dir: /headers.go/

View raw version
package furgit

// ExtraHeader represents an extra header in a Git object.
type ExtraHeader struct {
	// Key represents the header key.
	Key string
	// Value represents the header value.
	Value []byte
}