package
0.0.0-20240603153513-85a4060560ea
Repository: https://github.com/adamcolton/luce.git
Documentation: pkg.go.dev
# Functions
NewField with the given values.
NewFieldInjector takes a function and converts it to a field setter.
No description provided by the author
# Variables
No description provided by the author
# Structs
FieldInitilizer fulfills Initilizer.
InitilizedFunc wraps a function so that a set of FuncInjector will run before calling the function and any callbacks will run after it returns.
# Interfaces
FieldInitilizer is called by FieldInitilizer to handle any Type Reflection necessary in creating a FieldSetter.
FieldInjector will set the value on 'set' generally from the request.
FuncType is a helper when invoking a FuncInitilizer.
Initilizer represents a single injector.
Injector holds injection logic that is invoked before a function is called.
# Type aliases
No description provided by the author
FuncInitilizers allows a slice of FuncInitilizer to be applied to a function.
No description provided by the author