aboutsummaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc.go b/doc.go
index 26bb916..4c5502d 100644
--- a/doc.go
+++ b/doc.go
@@ -36,3 +36,13 @@ package acme
V | V
challenge cert-chain
*/
+
+/*
+func Dial(key crypto.PrivateKey, dir string) (*Provider, error)
+func (p *Provider) Register(email, phone string) error
+func (p *Provider) Authorize(domain []string, sol Solver) error
+func (p *Provider) Cert() (*x509.Certificate, error)
+func (p *Provider) Revoke(cert *x509.Certificate) error
+func (p *HTTPSolver) Server() *http.Server
+func (p *TLSSolver) Server() *http.Server
+*/