# Functions
NewAfterCtx create new AfterCtx with fields initialized.
NewBeforeCtx create new BeforeCtx with fields initialized.
NewOptionSet Create new optionSet with options.
NewOptionSetMock for testing purpose.
ToOptions convert BootConfig into Option list.
WithEntryNameAndType provide entry name and entry type.
WithEventLoggerEncoding provide ZapLoggerEncodingType.
WithEventLoggerEntry provide rkentry.EventLoggerEntry.
WithEventLoggerOutputPaths provide EventLogger Output Path.
WithIgnorePrefix provide paths prefix that will ignore.
WithMockOptionSet provide mock OptionSetInterface.
WithZapLoggerEncoding provide ZapLoggerEncodingType.
WithZapLoggerEntry provide rkentry.ZapLoggerEntry.
WithZapLoggerOutputPaths provide ZapLogger Output Path.
# Structs
AfterCtx context for After() function.
BeforeCtx context for Before() function.
BootConfig for YAML.
# Interfaces
OptionSetInterface mainly for testing purpose.
# Type aliases
Option.