Working codeviewer implemented
This commit is contained in:
14
ui/codeviewer/messages.go
Normal file
14
ui/codeviewer/messages.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package codeviewer
|
||||
|
||||
type ChangeTextMsg struct {
|
||||
Text string
|
||||
}
|
||||
|
||||
type BreakpointMsg struct {
|
||||
Line int
|
||||
Added bool
|
||||
}
|
||||
|
||||
type ExecutionStoppedMsg struct {
|
||||
Line int
|
||||
}
|
||||
Reference in New Issue
Block a user