Versions in this module Expand all Collapse all v0 v0.0.1 Dec 17, 2020 Changes in this version + var ArmorCorrupt error = errors.StructuralError("armor invalid") + func Encode(out io.Writer, blockType string, headers map[string]string) (w io.WriteCloser, err error) + type Block struct + Body io.Reader + Header map[string]string + Type string + func Decode(in io.Reader) (p *Block, err error)