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

# Functions

NewBeforeCtx create new BeforeCtx with fields initialized.
NewOptionSet Create new optionSet with options.
NewOptionSetMock for testing purpose.
ToOptions convert BootConfig into Option list.
WithAuthScheme provide auth scheme.
WithEntryNameAndType provide entry name and entry type.
WithExtractor provide user extractor.
WithMockOptionSet provide mock OptionSetInterface.
WithPathToIgnore provide paths prefix that will ignore.
WithSigner provide rkentry.SignerJwt.
WithSkipVerify provide skipVerify Default is false.
WithTokenLookup provide lookup configs.

# Structs

No description provided by the author
BeforeCtx context for Before() function.
BootConfig for YAML.
No description provided by the author

# Interfaces

OptionSetInterface mainly for testing purpose.

# Type aliases

No description provided by the author
Option if for middleware options while creating middleware.
ParseTokenFunc parse token func.