aboutsummaryrefslogtreecommitdiff
path: root/registration.go
diff options
context:
space:
mode:
Diffstat (limited to 'registration.go')
-rw-r--r--registration.go6
1 files changed, 6 insertions, 0 deletions
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"`
+}