Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageProducer ¶
type MessageProducer interface {
// wukong
SendWuKongInferenceStart(*domain.WuKongInferenceStartEvent) error
SendWuKongInferenceError(*domain.WuKongInferenceErrorEvent) error
SendWuKongAsyncTaskStart(*domain.WuKongAsyncTaskStartEvent) error
SendWuKongAsyncInferenceFinish(*domain.WuKongAsyncInferenceFinishEvent) error
SendWuKongPicturePublicized(*domain.WuKongPicturePublicizedEvent) error
SendWuKongPictureLiked(*domain.WuKongPictureLikedEvent) error
// common
SendBigModelStarted(*domain.BigModelStartedEvent) error
SendBigModelFinished(*domain.BigModelFinishedEvent) error
}
Click to show internal directories.
Click to hide internal directories.