aboutsummaryrefslogtreecommitdiff
path: root/headers.go
diff options
context:
space:
mode:
Diffstat (limited to 'headers.go')
-rw-r--r--headers.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/headers.go b/headers.go
new file mode 100644
index 00000000..0efc5398
--- /dev/null
+++ b/headers.go
@@ -0,0 +1,6 @@
+package furgit
+
+type ExtraHeader struct {
+ Key string
+ Value []byte
+}