Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Type string `json:"type"` Resource string `json:"resource"` Message interface{} `json:"message"` }
func ErrorMessage ¶
func SubscriptionSuccess ¶
func UnsubscribeSuccess ¶
func UnsubscribeSuccess() Message
type MessageExecutor ¶
func NewSubscribeCommandExecutor ¶
func NewSubscribeCommandExecutor(manager *subscription.Manager, mappers mappings.Mappings) MessageExecutor
func NewUnsubscribeCommandExecutor ¶
func NewUnsubscribeCommandExecutor(manager *subscription.Manager) MessageExecutor
Click to show internal directories.
Click to hide internal directories.