package
2.2.22
Repository: https://github.com/rookie-ninja/rk-entry.git
Documentation: pkg.go.dev

# 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.
WithEventEncoding provide ZapLoggerEncodingType.
WithEventEntry provide rkentry.EventEntry.
WithEventOutputPaths provide EventLogger Output Path.
WithLoggerEncoding provide ZapLoggerEncodingType.
WithLoggerEntry provide rkentry.LoggerEntry.
WithLoggerOutputPaths provide ZapLogger Output Path.
WithMockOptionSet provide mock OptionSetInterface.
WithPathToIgnore provide paths prefix that will ignore.

# Structs

AfterCtx context for After() function.
BeforeCtx context for Before() function.
BootConfig for YAML.

# Interfaces

OptionSetInterface mainly for testing purpose.

# Type aliases

Option.