# Functions
ControllerFrom extract controller from context.
GetController retrieve controller from context.
GetControllerInCaller extract controller name from the stack of callers It identifies xxxcontroller.go or xxx_controller.go files in the caller trace.
IsNil check if the given object is nil, it also returns false for nil ptr,.
Must panics on non-nil errors.
WithController store controller in context.