shithub: furgit

ref: 7ee37c0fb0530e89a11d97a65d6440b66d4b8e6f
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
}