mobilestub

package
v0.0.0-...-eb62eed Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2020 License: MIT 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 {
	CreateProject(ctx workflow.Context, input *mobile.CreateProjectInput) (*mobile.CreateProjectOutput, error)
	CreateProjectAsync(ctx workflow.Context, input *mobile.CreateProjectInput) *CreateProjectFuture

	DeleteProject(ctx workflow.Context, input *mobile.DeleteProjectInput) (*mobile.DeleteProjectOutput, error)
	DeleteProjectAsync(ctx workflow.Context, input *mobile.DeleteProjectInput) *DeleteProjectFuture

	DescribeBundle(ctx workflow.Context, input *mobile.DescribeBundleInput) (*mobile.DescribeBundleOutput, error)
	DescribeBundleAsync(ctx workflow.Context, input *mobile.DescribeBundleInput) *DescribeBundleFuture

	DescribeProject(ctx workflow.Context, input *mobile.DescribeProjectInput) (*mobile.DescribeProjectOutput, error)
	DescribeProjectAsync(ctx workflow.Context, input *mobile.DescribeProjectInput) *DescribeProjectFuture

	ExportBundle(ctx workflow.Context, input *mobile.ExportBundleInput) (*mobile.ExportBundleOutput, error)
	ExportBundleAsync(ctx workflow.Context, input *mobile.ExportBundleInput) *ExportBundleFuture

	ExportProject(ctx workflow.Context, input *mobile.ExportProjectInput) (*mobile.ExportProjectOutput, error)
	ExportProjectAsync(ctx workflow.Context, input *mobile.ExportProjectInput) *ExportProjectFuture

	ListBundles(ctx workflow.Context, input *mobile.ListBundlesInput) (*mobile.ListBundlesOutput, error)
	ListBundlesAsync(ctx workflow.Context, input *mobile.ListBundlesInput) *ListBundlesFuture

	ListProjects(ctx workflow.Context, input *mobile.ListProjectsInput) (*mobile.ListProjectsOutput, error)
	ListProjectsAsync(ctx workflow.Context, input *mobile.ListProjectsInput) *ListProjectsFuture

	UpdateProject(ctx workflow.Context, input *mobile.UpdateProjectInput) (*mobile.UpdateProjectOutput, error)
	UpdateProjectAsync(ctx workflow.Context, input *mobile.UpdateProjectInput) *UpdateProjectFuture
}

func NewClient

func NewClient() Client

type CreateProjectFuture

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

func (*CreateProjectFuture) Get

type DeleteProjectFuture

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

func (*DeleteProjectFuture) Get

type DescribeBundleFuture

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

func (*DescribeBundleFuture) Get

type DescribeProjectFuture

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

func (*DescribeProjectFuture) Get

type ExportBundleFuture

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

func (*ExportBundleFuture) Get

type ExportProjectFuture

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

func (*ExportProjectFuture) Get

type ListBundlesFuture

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

func (*ListBundlesFuture) Get

type ListProjectsFuture

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

func (*ListProjectsFuture) Get

type UpdateProjectFuture

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

func (*UpdateProjectFuture) Get

Jump to

Keyboard shortcuts

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