shithub: furgit

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