Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppEventContext ¶
type AppEventContext struct {
// contains filtered or unexported fields
}
func GetAppEventContext ¶
func GetAppEventContext() *AppEventContext
func (*AppEventContext) Emit ¶
func (context *AppEventContext) Emit(event string, args ...any) error
func (*AppEventContext) On ¶
func (context *AppEventContext) On(event string, handler AppEventHandler)
type AppEventHandler ¶
Click to show internal directories.
Click to hide internal directories.