aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/solve_webroot.go
blob: 756babb2f04f6468e14cf9b6a451d3abfc71fbc9 (plain)
1
2
3
4
5
6
package main

type webrootChallenge struct {
	Webroot string
	file    string
}