mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
7 lines
173 B
Go
7 lines
173 B
Go
package state
|
|
|
|
import "github.com/sst/opencode/internal/session"
|
|
|
|
type SessionSelectedMsg = *session.Session
|
|
type SessionClearedMsg struct{}
|
|
type CompactSessionMsg struct{}
|