From 26006592a75df616eed5f9214348c94687991f8d Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 10 Dec 2015 16:39:12 +0100 Subject: Add helper contact --- registration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'registration.go') diff --git a/registration.go b/registration.go index 1b2baf7..da492f8 100644 --- a/registration.go +++ b/registration.go @@ -1,6 +1,6 @@ package acme -func NewRegistration(contact []string, r ResourceValue) Registration { +func NewRegistration(contact []Contact, r ResourceValue) Registration { return Registration{ Resource: r.Value(), Contact: contact, -- cgit v1.2.3