aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.go (renamed from http.go)0
-rw-r--r--registration.go6
2 files changed, 6 insertions, 0 deletions
diff --git a/http.go b/client.go
index f92d15d..f92d15d 100644
--- a/http.go
+++ b/client.go
diff --git a/registration.go b/registration.go
new file mode 100644
index 0000000..ee77077
--- /dev/null
+++ b/registration.go
@@ -0,0 +1,6 @@
+package acme
+
+type NewRegistration struct {
+ Resource string `json:"resource"`
+ Contact []string `json:"contact"`
+}