Documentation ¶
Index ¶
- type Entry_Added
- type Entry_Changed
- func (e *Entry_Changed) AddEntry(ent *entry.Entry)
- func (e *Entry_Changed) GetListEntries() []*entry.Entry
- func (e *Entry_Changed) GetShortTypeName() string
- func (e *Entry_Changed) GetTypeDescription() string
- func (e *Entry_Changed) GetTypeID() int
- func (e *Entry_Changed) NewChangeType() *entry.ChangeEntry
- type Entry_Deprecated
- func (e *Entry_Deprecated) AddEntry(ent *entry.Entry)
- func (e *Entry_Deprecated) GetListEntries() []*entry.Entry
- func (e *Entry_Deprecated) GetShortTypeName() string
- func (e *Entry_Deprecated) GetTypeDescription() string
- func (e *Entry_Deprecated) GetTypeID() int
- func (e *Entry_Deprecated) NewChangeType() *entry.ChangeEntry
- type Entry_Fixed
- type Entry_Other
- type Entry_Removed
- func (e *Entry_Removed) AddEntry(ent *entry.Entry)
- func (e *Entry_Removed) GetListEntries() []*entry.Entry
- func (e *Entry_Removed) GetShortTypeName() string
- func (e *Entry_Removed) GetTypeDescription() string
- func (e *Entry_Removed) GetTypeID() int
- func (e *Entry_Removed) NewChangeType() *entry.ChangeEntry
- type Entry_Security
- func (e *Entry_Security) AddEntry(ent *entry.Entry)
- func (e *Entry_Security) GetListEntries() []*entry.Entry
- func (e *Entry_Security) GetShortTypeName() string
- func (e *Entry_Security) GetTypeDescription() string
- func (e *Entry_Security) GetTypeID() int
- func (e *Entry_Security) NewChangeType() *entry.ChangeEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry_Added ¶
type Entry_Added struct {
// contains filtered or unexported fields
}
noinspection ALL
func (*Entry_Added) AddEntry ¶
func (e *Entry_Added) AddEntry(ent *entry.Entry)
func (*Entry_Added) GetListEntries ¶
func (e *Entry_Added) GetListEntries() []*entry.Entry
func (*Entry_Added) GetShortTypeName ¶
func (e *Entry_Added) GetShortTypeName() string
func (*Entry_Added) GetTypeDescription ¶
func (e *Entry_Added) GetTypeDescription() string
func (*Entry_Added) GetTypeID ¶
func (e *Entry_Added) GetTypeID() int
func (*Entry_Added) NewChangeType ¶
func (e *Entry_Added) NewChangeType() *entry.ChangeEntry
type Entry_Changed ¶
type Entry_Changed struct {
// contains filtered or unexported fields
}
/ ++++++] Changed [++++++ noinspection ALL
func (*Entry_Changed) AddEntry ¶
func (e *Entry_Changed) AddEntry(ent *entry.Entry)
func (*Entry_Changed) GetListEntries ¶
func (e *Entry_Changed) GetListEntries() []*entry.Entry
func (*Entry_Changed) GetShortTypeName ¶
func (e *Entry_Changed) GetShortTypeName() string
func (*Entry_Changed) GetTypeDescription ¶
func (e *Entry_Changed) GetTypeDescription() string
func (*Entry_Changed) GetTypeID ¶
func (e *Entry_Changed) GetTypeID() int
func (*Entry_Changed) NewChangeType ¶
func (e *Entry_Changed) NewChangeType() *entry.ChangeEntry
type Entry_Deprecated ¶
type Entry_Deprecated struct {
// contains filtered or unexported fields
}
/ ++++++] Deprecated [++++++ noinspection ALL
func (*Entry_Deprecated) AddEntry ¶
func (e *Entry_Deprecated) AddEntry(ent *entry.Entry)
func (*Entry_Deprecated) GetListEntries ¶
func (e *Entry_Deprecated) GetListEntries() []*entry.Entry
func (*Entry_Deprecated) GetShortTypeName ¶
func (e *Entry_Deprecated) GetShortTypeName() string
func (*Entry_Deprecated) GetTypeDescription ¶
func (e *Entry_Deprecated) GetTypeDescription() string
func (*Entry_Deprecated) GetTypeID ¶
func (e *Entry_Deprecated) GetTypeID() int
func (*Entry_Deprecated) NewChangeType ¶
func (e *Entry_Deprecated) NewChangeType() *entry.ChangeEntry
type Entry_Fixed ¶
type Entry_Fixed struct {
// contains filtered or unexported fields
}
/ ++++++] Fixed [++++++ noinspection ALL
func (*Entry_Fixed) AddEntry ¶
func (e *Entry_Fixed) AddEntry(ent *entry.Entry)
func (*Entry_Fixed) GetListEntries ¶
func (e *Entry_Fixed) GetListEntries() []*entry.Entry
func (*Entry_Fixed) GetShortTypeName ¶
func (e *Entry_Fixed) GetShortTypeName() string
func (*Entry_Fixed) GetTypeDescription ¶
func (e *Entry_Fixed) GetTypeDescription() string
func (*Entry_Fixed) GetTypeID ¶
func (e *Entry_Fixed) GetTypeID() int
func (*Entry_Fixed) NewChangeType ¶
func (e *Entry_Fixed) NewChangeType() *entry.ChangeEntry
type Entry_Other ¶
type Entry_Other struct {
// contains filtered or unexported fields
}
/ ++++++] Other [++++++ noinspection ALL
func (*Entry_Other) AddEntry ¶
func (e *Entry_Other) AddEntry(ent *entry.Entry)
func (*Entry_Other) GetListEntries ¶
func (e *Entry_Other) GetListEntries() []*entry.Entry
func (*Entry_Other) GetShortTypeName ¶
func (e *Entry_Other) GetShortTypeName() string
func (*Entry_Other) GetTypeDescription ¶
func (e *Entry_Other) GetTypeDescription() string
func (*Entry_Other) GetTypeID ¶
func (e *Entry_Other) GetTypeID() int
func (*Entry_Other) NewChangeType ¶
func (e *Entry_Other) NewChangeType() *entry.ChangeEntry
type Entry_Removed ¶
type Entry_Removed struct {
// contains filtered or unexported fields
}
/ ++++++] Removed [++++++ noinspection ALL
func (*Entry_Removed) AddEntry ¶
func (e *Entry_Removed) AddEntry(ent *entry.Entry)
func (*Entry_Removed) GetListEntries ¶
func (e *Entry_Removed) GetListEntries() []*entry.Entry
func (*Entry_Removed) GetShortTypeName ¶
func (e *Entry_Removed) GetShortTypeName() string
func (*Entry_Removed) GetTypeDescription ¶
func (e *Entry_Removed) GetTypeDescription() string
func (*Entry_Removed) GetTypeID ¶
func (e *Entry_Removed) GetTypeID() int
func (*Entry_Removed) NewChangeType ¶
func (e *Entry_Removed) NewChangeType() *entry.ChangeEntry
type Entry_Security ¶
type Entry_Security struct {
// contains filtered or unexported fields
}
/ ++++++] Security [++++++ noinspection ALL
func (*Entry_Security) AddEntry ¶
func (e *Entry_Security) AddEntry(ent *entry.Entry)
func (*Entry_Security) GetListEntries ¶
func (e *Entry_Security) GetListEntries() []*entry.Entry
func (*Entry_Security) GetShortTypeName ¶
func (e *Entry_Security) GetShortTypeName() string
func (*Entry_Security) GetTypeDescription ¶
func (e *Entry_Security) GetTypeDescription() string
func (*Entry_Security) GetTypeID ¶
func (e *Entry_Security) GetTypeID() int
func (*Entry_Security) NewChangeType ¶
func (e *Entry_Security) NewChangeType() *entry.ChangeEntry
Click to show internal directories.
Click to hide internal directories.