shithub: furgit

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