Documentation ¶
Index ¶
Constants ¶
View Source
const Binding = "goravel.event"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
func NewApplication ¶
func NewApplication(queue queuecontract.Queue) *Application
type ServiceProvider ¶
type ServiceProvider struct { }
func (*ServiceProvider) Boot ¶
func (receiver *ServiceProvider) Boot(app foundation.Application)
func (*ServiceProvider) Register ¶
func (receiver *ServiceProvider) Register(app foundation.Application)
type TestCancelEvent ¶
type TestCancelEvent struct{}
type TestEventHandleError ¶
type TestEventHandleError struct{}
type TestEventNoRegister ¶
type TestEventNoRegister struct{}
type TestListener ¶
type TestListener struct{}
func (*TestListener) Handle ¶
func (receiver *TestListener) Handle(args ...any) error
func (*TestListener) Signature ¶
func (receiver *TestListener) Signature() string
type TestListenerHandleError ¶
type TestListenerHandleError struct{}
func (*TestListenerHandleError) Handle ¶
func (receiver *TestListenerHandleError) Handle(args ...any) error
func (*TestListenerHandleError) Queue ¶
func (receiver *TestListenerHandleError) Queue(args ...any) event.Queue
func (*TestListenerHandleError) Signature ¶
func (receiver *TestListenerHandleError) Signature() string
Click to show internal directories.
Click to hide internal directories.