shithub: furgit

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