Notifier
Notifier
¶
Bases: ABC
The interface for a notifier
This is expected to be implemented concretely by the each UX
Source code in src/goose/notifier.py
log(content)
abstractmethod
¶
Append content to the main display
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content
|
str
|
The content to render |
required |
start()
abstractmethod
¶
status(status)
abstractmethod
¶
Log a status to ephemeral display
Parameters:
Name | Type | Description | Default |
---|---|---|---|
status
|
str
|
The status to display |
required |