# Functions
RegisterMyEntriesFromConfig an implementation of: type EntryRegFunc func(string) map[string]rkentry.Entry.
RegisterMyEntry register entry based on code.
WithDescription provide description of entry.
WithEventLoggerEntry provide EventLoggerEntry.
WithKey provide key field in entry.
WithName provide name of entry.
WithZapLoggerEntry provide ZapLoggerEntry.
# Structs
BootConfig A struct which is for unmarshalled YAML.
MyEntry is a implementation of Entry.
# Type aliases
MyEntryOption options of MyEntry.