Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
Packets []*Item `toml:"Packet,omitempty" json:"Packet,omitempty"`
}
Info is information class for OpenPGP packets
type Item ¶
type Item struct {
Name string `toml:"name" json:"name"`
Value string `toml:"value,omitempty" json:"value,omitempty"`
Dump string `toml:"dump,omitempty" json:"dump,omitempty"`
Note string `toml:"note,omitempty" json:"note,omitempty"`
Items []*Item `toml:"Item,omitempty" json:"Item,omitempty"`
}
Item is information item class
Click to show internal directories.
Click to hide internal directories.