From 553e56875059135832fdf43fd399bf8a6deb3251 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 27 Nov 2015 01:14:20 +0100 Subject: Add skelton --- challange_dns.go | 1 + challange_http.go | 1 + challange_proof_of_procession.go | 1 + challange_tls_sni.go | 1 + registration.go | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 challange_dns.go create mode 100644 challange_http.go create mode 100644 challange_proof_of_procession.go create mode 100644 challange_tls_sni.go 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"` } -- cgit v1.2.3