shithub: furgit

ref: 03369f29f16970b672eda02a2b3724800a561f3d
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
}