package acme func NewRegistration(contact []string, r ResourceValue) Registration { return Registration{ Resource: r.Value(), Contact: contact, } }