mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-05-20 17:22:33 +02:00
Improve docs, responsive, add Material Icons
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ type EventType string
|
||||
const (
|
||||
EventTypeOutput EventType = "output" // raw ANSI text, payload is a plain string
|
||||
EventTypeError EventType = "error"
|
||||
EventTypeCount EventType = "count" // payload is int, additive — emit once or multiple times from Run
|
||||
EventTypeCount EventType = "count" // payload is int, additive; emit once or multiple times from Run
|
||||
EventTypeDone EventType = "done"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user