Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { PutEvents(ctx workflow.Context, input *personalizeevents.PutEventsInput) (*personalizeevents.PutEventsOutput, error) PutEventsAsync(ctx workflow.Context, input *personalizeevents.PutEventsInput) *PutEventsFuture PutItems(ctx workflow.Context, input *personalizeevents.PutItemsInput) (*personalizeevents.PutItemsOutput, error) PutItemsAsync(ctx workflow.Context, input *personalizeevents.PutItemsInput) *PutItemsFuture PutUsers(ctx workflow.Context, input *personalizeevents.PutUsersInput) (*personalizeevents.PutUsersOutput, error) PutUsersAsync(ctx workflow.Context, input *personalizeevents.PutUsersInput) *PutUsersFuture }
type PutEventsFuture ¶
func (*PutEventsFuture) Get ¶
func (r *PutEventsFuture) Get(ctx workflow.Context) (*personalizeevents.PutEventsOutput, error)
type PutItemsFuture ¶
func (*PutItemsFuture) Get ¶
func (r *PutItemsFuture) Get(ctx workflow.Context) (*personalizeevents.PutItemsOutput, error)
type PutUsersFuture ¶
func (*PutUsersFuture) Get ¶
func (r *PutUsersFuture) Get(ctx workflow.Context) (*personalizeevents.PutUsersOutput, error)
Click to show internal directories.
Click to hide internal directories.