aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challange_dns.go1
-rw-r--r--challange_http.go1
-rw-r--r--challange_proof_of_procession.go1
-rw-r--r--challange_tls_sni.go1
-rw-r--r--registration.go2
5 files changed, 5 insertions, 1 deletions
diff --git a/challange_dns.go b/challange_dns.go
new file mode 100644
index 0000000..8d2a213
--- /dev/null
+++ b/challange_dns.go
@@ -0,0 +1 @@
+package acme
diff --git a/challange_http.go b/challange_http.go
new file mode 100644
index 0000000..8d2a213
--- /dev/null
+++ b/challange_http.go
@@ -0,0 +1 @@
+package acme
diff --git a/challange_proof_of_procession.go b/challange_proof_of_procession.go
new file mode 100644
index 0000000..8d2a213
--- /dev/null
+++ b/challange_proof_of_procession.go
@@ -0,0 +1 @@
+package acme
diff --git a/challange_tls_sni.go b/challange_tls_sni.go
new file mode 100644
index 0000000..8d2a213
--- /dev/null
+++ b/challange_tls_sni.go
@@ -0,0 +1 @@
+package acme
diff --git a/registration.go b/registration.go
index ee77077..06d1ca8 100644
--- a/registration.go
+++ b/registration.go
@@ -1,6 +1,6 @@
package acme
-type NewRegistration struct {
+type Registration struct {
Resource string `json:"resource"`
Contact []string `json:"contact"`
}