aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-11-27 01:14:20 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-11-27 01:14:20 +0100
commit553e56875059135832fdf43fd399bf8a6deb3251 (patch)
tree716b9061ef0a18c182e40c863227a536d52e7e3a
parent2858c99c261761678ad16e35dacc9cdcd25dca44 (diff)
Add skelton
-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"`
}