mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-27 02:54:48 +00:00
openapi
This commit is contained in:
7
pkg/tui/state/state.go
Normal file
7
pkg/tui/state/state.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package state
|
||||
|
||||
import "github.com/sst/opencode/internal/session"
|
||||
|
||||
type SessionSelectedMsg = *session.Session
|
||||
type SessionClearedMsg struct{}
|
||||
type CompactSessionMsg struct{}
|
||||
Reference in New Issue
Block a user