Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTreeHead ¶ added in v0.2.0
type AddTreeHead struct { KeyHash crypto.Hash TreeHead types.SignedTreeHead OldSize uint64 Proof types.ConsistencyProof }
func (*AddTreeHead) FromASCII ¶ added in v0.2.0
func (req *AddTreeHead) FromASCII(r io.Reader) error
func (*AddTreeHead) ToASCII ¶ added in v0.2.0
func (req *AddTreeHead) ToASCII(w io.Writer) error
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 GetTreeSize ¶ added in v0.2.0
func (*GetTreeSize) FromURL ¶ added in v0.5.0
func (req *GetTreeSize) FromURL(url string) error
func (*GetTreeSize) FromURLArgs ¶ added in v0.5.0
func (req *GetTreeSize) FromURLArgs(args string) error
func (*GetTreeSize) ToURL ¶ added in v0.2.0
func (req *GetTreeSize) ToURL(url string) string
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.