MCPcopy Create free account
hub / github.com/devfeel/dotweb / SessionRead

Method SessionRead

session/session.go:27–27  ·  view source on GitHub ↗
(sessionId string)

Source from the content-addressed store, hash-verified

25type (
26 SessionStore interface {
27 SessionRead(sessionId string) (*SessionState, error)
28 SessionExist(sessionId string) bool
29 SessionUpdate(state *SessionState) error
30 SessionRemove(sessionId string) error

Callers 1

GetSessionStateMethod · 0.65

Implementers 2

RedisStoresession/store_redis.go
RuntimeStoresession/store_runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected