MCPcopy 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
21type SessionStore interface {
22 CreateSession(session *Session) (*Session, error)
23 GetUserFromSession(sessionID string, userID string) (*User, error)
24}

Callers 1

ServeHTTPMethod · 0.65

Implementers 2

SessionStoreMockinternal/store/mock/mock.go
SessionStoreinternal/store/dbstore/session.go

Calls

no outgoing calls

Tested by

no test coverage detected