shithub: furgit

ref: 3c61d27c921e62ad11282c9f1283af1611bf0b82
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
}