clawgo/internal/session/session.go
2026-01-04 18:26:33 +01:00

9 lines
95 B
Go

package session
type ID string
type Context struct {
SessionKey string
RunID string
}