aboutsummaryrefslogtreecommitdiff
path: root/registration.go
diff options
context:
space:
mode:
Diffstat (limited to 'registration.go')
-rw-r--r--registration.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/registration.go b/registration.go
deleted file mode 100644
index da492f8..0000000
--- a/registration.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package acme
-
-func NewRegistration(contact []Contact, r ResourceValue) Registration {
- return Registration{
- Resource: r.Value(),
- Contact: contact,
- }
-}