Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrWrongValueSymbol = errors.New("wrong value symbol") ErrImbalancedQuotes = errors.New("imbalanced quotes") ErrWrongKeySymbol = errors.New("wrong key symbol") SignatureInput = textproto.CanonicalMIMEHeaderKey("Signature-Input") Signature = textproto.CanonicalMIMEHeaderKey("Signature") )
Functions ¶
This section is empty.
Types ¶
type Material ¶
type Material struct {
Names []string
Created string
Data []byte
// contains filtered or unexported fields
}
func NewMaterial ¶
func NewMaterial() *Material
func (*Material) PrepareWithBodyForSign ¶
Click to show internal directories.
Click to hide internal directories.