shithub: furgit

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