shithub: furgit

ref: 5ce52142bf5ef4a7c845018000b537f01c8bbcca
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
}