MCPcopy
hub / github.com/gofiber/fiber / Store

Method Store

middleware/session/middleware.go:448–450  ·  view source on GitHub ↗

Store returns the session store. Returns: - *Store: The session store. Usage: store := m.Store()

()

Source from the content-addressed store, hash-verified

446//
447// store := m.Store()
448func (m *Middleware) Store() *Store {
449 return m.config.Store
450}

Callers 15

enableTestPreforkMasterFunction · 0.80
AbandonMethod · 0.80
ForceReleaseMethod · 0.80
CloseMethod · 0.80
SetMethod · 0.80
TestState_ServiceFunction · 0.80
SetWithContextMethod · 0.80

Calls

no outgoing calls