connectparticipantstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	CompleteAttachmentUpload(ctx workflow.Context, input *connectparticipant.CompleteAttachmentUploadInput) (*connectparticipant.CompleteAttachmentUploadOutput, error)
	CompleteAttachmentUploadAsync(ctx workflow.Context, input *connectparticipant.CompleteAttachmentUploadInput) *CompleteAttachmentUploadFuture

	CreateParticipantConnection(ctx workflow.Context, input *connectparticipant.CreateParticipantConnectionInput) (*connectparticipant.CreateParticipantConnectionOutput, error)
	CreateParticipantConnectionAsync(ctx workflow.Context, input *connectparticipant.CreateParticipantConnectionInput) *CreateParticipantConnectionFuture

	DisconnectParticipant(ctx workflow.Context, input *connectparticipant.DisconnectParticipantInput) (*connectparticipant.DisconnectParticipantOutput, error)
	DisconnectParticipantAsync(ctx workflow.Context, input *connectparticipant.DisconnectParticipantInput) *DisconnectParticipantFuture

	GetAttachment(ctx workflow.Context, input *connectparticipant.GetAttachmentInput) (*connectparticipant.GetAttachmentOutput, error)
	GetAttachmentAsync(ctx workflow.Context, input *connectparticipant.GetAttachmentInput) *GetAttachmentFuture

	GetTranscript(ctx workflow.Context, input *connectparticipant.GetTranscriptInput) (*connectparticipant.GetTranscriptOutput, error)
	GetTranscriptAsync(ctx workflow.Context, input *connectparticipant.GetTranscriptInput) *GetTranscriptFuture

	SendEvent(ctx workflow.Context, input *connectparticipant.SendEventInput) (*connectparticipant.SendEventOutput, error)
	SendEventAsync(ctx workflow.Context, input *connectparticipant.SendEventInput) *SendEventFuture

	SendMessage(ctx workflow.Context, input *connectparticipant.SendMessageInput) (*connectparticipant.SendMessageOutput, error)
	SendMessageAsync(ctx workflow.Context, input *connectparticipant.SendMessageInput) *SendMessageFuture

	StartAttachmentUpload(ctx workflow.Context, input *connectparticipant.StartAttachmentUploadInput) (*connectparticipant.StartAttachmentUploadOutput, error)
	StartAttachmentUploadAsync(ctx workflow.Context, input *connectparticipant.StartAttachmentUploadInput) *StartAttachmentUploadFuture
}

func NewClient

func NewClient() Client

type CompleteAttachmentUploadFuture

type CompleteAttachmentUploadFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CompleteAttachmentUploadFuture) Get

type CreateParticipantConnectionFuture

type CreateParticipantConnectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateParticipantConnectionFuture) Get

type DisconnectParticipantFuture

type DisconnectParticipantFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisconnectParticipantFuture) Get

type GetAttachmentFuture

type GetAttachmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAttachmentFuture) Get

type GetTranscriptFuture

type GetTranscriptFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetTranscriptFuture) Get

type SendEventFuture

type SendEventFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SendEventFuture) Get

type SendMessageFuture

type SendMessageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SendMessageFuture) Get

type StartAttachmentUploadFuture

type StartAttachmentUploadFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartAttachmentUploadFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL