Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContactSourceDeletedPublisher ¶
type ContactSourceDeletedPublisher struct {
// contains filtered or unexported fields
}
func NewContactSourceDeletedPublisher ¶
func NewContactSourceDeletedPublisher(topic *pubsub.Topic) *ContactSourceDeletedPublisher
func (*ContactSourceDeletedPublisher) Publish ¶
func (publisher *ContactSourceDeletedPublisher) Publish(ctx context.Context, request models.ContactSourceDeleted) (err error)
type PullContactSourcePublisher ¶
type PullContactSourcePublisher struct {
// contains filtered or unexported fields
}
func NewPullContactSourcePublisher ¶
func NewPullContactSourcePublisher(topic *pubsub.Topic) *PullContactSourcePublisher
func (*PullContactSourcePublisher) Publish ¶
func (publisher *PullContactSourcePublisher) Publish(ctx context.Context, request models.PullContactsRequest) (err error)
Click to show internal directories.
Click to hide internal directories.