Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicEntry ¶ added in v1.3.1
type BasicEntry struct {
// contains filtered or unexported fields
}
func NewBasicEntry ¶ added in v1.3.1
func NewBasicEntry(short, desc string, id int) *BasicEntry
NewBasicEntry returns a basic initialized entry based on the input parameters.
func (*BasicEntry) AddEntry ¶ added in v1.3.1
func (b *BasicEntry) AddEntry(ent *entry.Entry)
func (*BasicEntry) GetListEntries ¶ added in v1.3.1
func (b *BasicEntry) GetListEntries() []*entry.Entry
func (*BasicEntry) GetShortTypeName ¶ added in v1.3.1
func (b *BasicEntry) GetShortTypeName() string
func (*BasicEntry) GetTypeDescription ¶ added in v1.3.1
func (b *BasicEntry) GetTypeDescription() string
func (*BasicEntry) GetTypeID ¶ added in v1.3.1
func (b *BasicEntry) GetTypeID() int
func (*BasicEntry) NewChangeType ¶ added in v1.3.1
func (b *BasicEntry) NewChangeType() *entry.ChangeEntry
Click to show internal directories.
Click to hide internal directories.