Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileUploadedHandler ¶
type FileUploadedHandler struct{}
FileUploadedHandler 文件上传事件处理器
func NewFileUploadedHandler ¶
func NewFileUploadedHandler() *FileUploadedHandler
func (*FileUploadedHandler) CanHandle ¶
func (h *FileUploadedHandler) CanHandle(eventType string) bool
func (*FileUploadedHandler) Handle ¶
func (h *FileUploadedHandler) Handle(ctx context.Context, event domainEvent.DomainEvent) error
Click to show internal directories.
Click to hide internal directories.