Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsistencyProof ¶
func (*ConsistencyProof) FromURL ¶
func (req *ConsistencyProof) FromURL(url string) (err error)
FromURL parses request parameters from a URL that is not slash-terminated
func (*ConsistencyProof) ToURL ¶
func (req *ConsistencyProof) ToURL(url string) string
ToURL encodes request parameters at the end of a slash-terminated URL
type Cosignature ¶
TODO: Replace with type alias (golang 1.9 feature)
func (*Cosignature) FromASCII ¶
func (req *Cosignature) FromASCII(r io.Reader) error
func (*Cosignature) ToASCII ¶
func (req *Cosignature) ToASCII(w io.Writer) error
type InclusionProof ¶
func (*InclusionProof) FromURL ¶
func (req *InclusionProof) FromURL(url string) (err error)
FromURL parses request parameters from a URL that is not slash-terminated
func (*InclusionProof) ToURL ¶
func (req *InclusionProof) ToURL(url string) string
ToURL encodes request parameters at the end of a slash-terminated URL
type Leaf ¶
Click to show internal directories.
Click to hide internal directories.