MCPcopy Create free account
hub / github.com/astercloud/aster / SessionHandler

Struct SessionHandler

server/handlers/session.go:25–27  ·  view source on GitHub ↗

SessionHandler handles session-related requests

Source from the content-addressed store, hash-verified

23
24// SessionHandler handles session-related requests
25type SessionHandler struct {
26 store *store.Store
27}
28
29// NewSessionHandler creates a new SessionHandler
30func NewSessionHandler(st store.Store) *SessionHandler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected