aboutsummaryrefslogtreecommitdiff
path: root/registration.go
blob: ee7707764db29726d91f43c5e98a6cd8b1ca81bf (plain)
1
2
3
4
5
6
package acme

type NewRegistration struct {
	Resource string   `json:"resource"`
	Contact  []string `json:"contact"`
}