aboutsummaryrefslogtreecommitdiff
path: root/headers.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2018-01-30 16:45:54 +0100
committerStefan Majewsky <majewsky@gmx.net>2018-01-30 16:45:54 +0100
commita2700ca5e57c6466e48c644da6a0c1c93e5ab70c (patch)
treecd8fe830a64ae13012fdd4220edc7bf82760deca /headers.go
parentcad4a10319b98dd15c0a74d0fea13a2da4a0d3cc (diff)
downloadgo-schwift-a2700ca5e57c6466e48c644da6a0c1c93e5ab70c.tar.gz
finalize Account.Post() design, add initial account tests
Failing right now because compileHeaders() is a stub.
Diffstat (limited to 'headers.go')
-rw-r--r--headers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers.go b/headers.go
index 0d9f0e0..2153d9d 100644
--- a/headers.go
+++ b/headers.go
@@ -189,7 +189,7 @@ func parseHeaders(hdr http.Header, target interface{}) error {
})
}
-func compileHeaders(headers interface{}) map[string]string {
+func compileHeaders(headers interface{}, opts *RequestOptions) RequestOptions {
panic("TODO")
}