Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSubscriber ¶
AddSubscriber add the subscriber to handle the changed notification from model.Setting.
Types ¶
type BusMessage ¶
type BusMessage struct { // TransactionalModelClient holds the model.ClientSet of this calling session, // it should be a transactional DAO client, // please don't keep for long-term using. TransactionalModelClient model.ClientSet // Refers holds the updating model.Setting list of this calling session. Refers model.Settings }
BusMessage wraps the changed model.Setting as a bus.Message.
Click to show internal directories.
Click to hide internal directories.