Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TomDoesTech/GOTTH
/ CreateSession
Method
CreateSession
internal/store/store.go:22–22 ·
view source on GitHub ↗
(session *Session)
Source
from the content-addressed store, hash-verified
20
21
type
SessionStore
interface
{
22
CreateSession(session *Session) (*Session, error)
23
GetUserFromSession(sessionID string, userID string) (*User, error)
24
}
Callers
1
ServeHTTP
Method · 0.65
Implementers
2
SessionStoreMock
internal/store/mock/mock.go
SessionStore
internal/store/dbstore/session.go
Calls
no outgoing calls
Tested by
no test coverage detected