9 lines
95 B
Go
9 lines
95 B
Go
package session
|
|
|
|
type ID string
|
|
|
|
type Context struct {
|
|
SessionKey string
|
|
RunID string
|
|
}
|