# Functions
AddSingletonGetSessionFunc adds a func to the DI.
AddSingletonGetSessionStoreFunc adds a func to the DI.
GetGetSessionFromContainer alternative to SafeGetGetSessionFromContainer but panics of object is not present.
GetGetSessionStoreFromContainer alternative to SafeGetGetSessionStoreFromContainer but panics of object is not present.
GetManyGetSessionFromContainer alternative to SafeGetManyGetSessionFromContainer but panics of object is not present.
GetManyGetSessionStoreFromContainer alternative to SafeGetManyGetSessionStoreFromContainer but panics of object is not present.
RemoveAllGetSessionFunc removes all GetSession functions from the DI.
RemoveAllGetSessionStoreFunc removes all GetSessionStore functions from the DI.
SafeGetGetSessionFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetGetSessionStoreFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyGetSessionFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyGetSessionStoreFromContainer trys to get the object by type, will not panic, returns nil and error.
# Variables
ReflectTypeGetSession used when your service claims to implement GetSession.
ReflectTypeGetSessionStore used when your service claims to implement GetSessionStore.