Documentation
¶
Index ¶
- Constants
- func PublishEventDeployment(namespaceId int64, appId int64, user string, ip string, action Action, ...)
- func PublishEventMember(namespaceId int64, appId int64, user string, ip string, action Action, ...)
- func PublishEventService(namespaceId int64, appId int64, user string, ip string, action Action, ...)
- type Action
- type ClientPool
- type EventDeploymentPayload
- type EventMemberPayload
- type EventServicePayload
- type Request
- type WebhookWorker
Constants ¶
View Source
const QueueWebhook = "webhook"
Variables ¶
This section is empty.
Functions ¶
func PublishEventDeployment ¶
func PublishEventMember ¶
Types ¶
type ClientPool ¶
type EventDeploymentPayload ¶
type EventMemberPayload ¶
type EventServicePayload ¶
type WebhookWorker ¶
type WebhookWorker struct {
*workers.BaseMessageWorker
ClientPool *ClientPool
}
func NewWebhookWorker ¶
func NewWebhookWorker(b *bus.Bus) (*WebhookWorker, error)
Click to show internal directories.
Click to hide internal directories.