detectivestub

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 AcceptInvitationFuture

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

func (*AcceptInvitationFuture) Get

type Client

type Client interface {
	AcceptInvitation(ctx workflow.Context, input *detective.AcceptInvitationInput) (*detective.AcceptInvitationOutput, error)
	AcceptInvitationAsync(ctx workflow.Context, input *detective.AcceptInvitationInput) *AcceptInvitationFuture

	CreateGraph(ctx workflow.Context, input *detective.CreateGraphInput) (*detective.CreateGraphOutput, error)
	CreateGraphAsync(ctx workflow.Context, input *detective.CreateGraphInput) *CreateGraphFuture

	CreateMembers(ctx workflow.Context, input *detective.CreateMembersInput) (*detective.CreateMembersOutput, error)
	CreateMembersAsync(ctx workflow.Context, input *detective.CreateMembersInput) *CreateMembersFuture

	DeleteGraph(ctx workflow.Context, input *detective.DeleteGraphInput) (*detective.DeleteGraphOutput, error)
	DeleteGraphAsync(ctx workflow.Context, input *detective.DeleteGraphInput) *DeleteGraphFuture

	DeleteMembers(ctx workflow.Context, input *detective.DeleteMembersInput) (*detective.DeleteMembersOutput, error)
	DeleteMembersAsync(ctx workflow.Context, input *detective.DeleteMembersInput) *DeleteMembersFuture

	DisassociateMembership(ctx workflow.Context, input *detective.DisassociateMembershipInput) (*detective.DisassociateMembershipOutput, error)
	DisassociateMembershipAsync(ctx workflow.Context, input *detective.DisassociateMembershipInput) *DisassociateMembershipFuture

	GetMembers(ctx workflow.Context, input *detective.GetMembersInput) (*detective.GetMembersOutput, error)
	GetMembersAsync(ctx workflow.Context, input *detective.GetMembersInput) *GetMembersFuture

	ListGraphs(ctx workflow.Context, input *detective.ListGraphsInput) (*detective.ListGraphsOutput, error)
	ListGraphsAsync(ctx workflow.Context, input *detective.ListGraphsInput) *ListGraphsFuture

	ListInvitations(ctx workflow.Context, input *detective.ListInvitationsInput) (*detective.ListInvitationsOutput, error)
	ListInvitationsAsync(ctx workflow.Context, input *detective.ListInvitationsInput) *ListInvitationsFuture

	ListMembers(ctx workflow.Context, input *detective.ListMembersInput) (*detective.ListMembersOutput, error)
	ListMembersAsync(ctx workflow.Context, input *detective.ListMembersInput) *ListMembersFuture

	RejectInvitation(ctx workflow.Context, input *detective.RejectInvitationInput) (*detective.RejectInvitationOutput, error)
	RejectInvitationAsync(ctx workflow.Context, input *detective.RejectInvitationInput) *RejectInvitationFuture

	StartMonitoringMember(ctx workflow.Context, input *detective.StartMonitoringMemberInput) (*detective.StartMonitoringMemberOutput, error)
	StartMonitoringMemberAsync(ctx workflow.Context, input *detective.StartMonitoringMemberInput) *StartMonitoringMemberFuture
}

func NewClient

func NewClient() Client

type CreateGraphFuture

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

func (*CreateGraphFuture) Get

type CreateMembersFuture

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

func (*CreateMembersFuture) Get

type DeleteGraphFuture

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

func (*DeleteGraphFuture) Get

type DeleteMembersFuture

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

func (*DeleteMembersFuture) Get

type DisassociateMembershipFuture

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

func (*DisassociateMembershipFuture) Get

type GetMembersFuture

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

func (*GetMembersFuture) Get

type ListGraphsFuture

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

func (*ListGraphsFuture) Get

type ListInvitationsFuture

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

func (*ListInvitationsFuture) Get

type ListMembersFuture

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

func (*ListMembersFuture) Get

type RejectInvitationFuture

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

func (*RejectInvitationFuture) Get

type StartMonitoringMemberFuture

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

func (*StartMonitoringMemberFuture) Get

Jump to

Keyboard shortcuts

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