shithub: furgit

ref: 618004eb3948345acaa5fa78e9ab2ee9bcbf8b7d
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
}