Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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"`
Item []*Item `toml:"Item,omitempty" json:"Item,omitempty"`
}
Item - item in Packets
func NewItemDump ¶
NewItemDump returns Item instance for dump
type Packets ¶
type Packets struct {
Packet []*Item
}
Packets - OpenPGP packets
func (*Packets) MarshalJSON ¶
MarshalJSON returns JSON format string
func (*Packets) MarshalTOML ¶
MarshalTOML returns TOML format string
Click to show internal directories.
Click to hide internal directories.