Add docs to error

This commit is contained in:
xenolf 2015-10-30 00:50:03 +01:00
parent f146acc019
commit fc08101f79

View file

@ -6,7 +6,7 @@ import (
"net/http"
)
// Error asdf
// Error is the base type for all errors specific to the ACME protocol.
type Error struct {
StatusCode int `json:"status,omitempty"`
Type string `json:"type"`