Documentation
¶
Index ¶
- type AppFunctionExceptionClient
- func (c *AppFunctionExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *AppFunctionExceptionClient) GetErrorCategory(ctx context.Context, handle int64) (int32, error)
- func (c *AppFunctionExceptionClient) GetErrorCode(ctx context.Context, handle int64) (int32, error)
- func (c *AppFunctionExceptionClient) GetErrorMessage(ctx context.Context, handle int64) (string, error)
- func (c *AppFunctionExceptionClient) GetExtras(ctx context.Context, handle int64) (int64, error)
- func (c *AppFunctionExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type AppFunctionServiceClient
- type ExecuteAppFunctionRequestBuilderClient
- func (c *ExecuteAppFunctionRequestBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *ExecuteAppFunctionRequestBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error)
- func (c *ExecuteAppFunctionRequestBuilderClient) SetParameters(ctx context.Context, arg0 int64) (int64, error)
- type ExecuteAppFunctionRequestClient
- func (c *ExecuteAppFunctionRequestClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *ExecuteAppFunctionRequestClient) GetExtras(ctx context.Context) (int64, error)
- func (c *ExecuteAppFunctionRequestClient) GetFunctionIdentifier(ctx context.Context) (string, error)
- func (c *ExecuteAppFunctionRequestClient) GetParameters(ctx context.Context) (int64, error)
- func (c *ExecuteAppFunctionRequestClient) GetTargetPackageName(ctx context.Context) (string, error)
- func (c *ExecuteAppFunctionRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type ExecuteAppFunctionResponseClient
- func (c *ExecuteAppFunctionResponseClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *ExecuteAppFunctionResponseClient) GetExtras(ctx context.Context, handle int64) (int64, error)
- func (c *ExecuteAppFunctionResponseClient) GetResultDocument(ctx context.Context, handle int64) (int64, error)
- func (c *ExecuteAppFunctionResponseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppFunctionExceptionClient ¶
type AppFunctionExceptionClient struct {
// contains filtered or unexported fields
}
AppFunctionExceptionClient wraps the gRPC AppFunctionExceptionService client.
func NewAppFunctionExceptionClient ¶
func NewAppFunctionExceptionClient(cc grpc.ClientConnInterface) *AppFunctionExceptionClient
NewAppFunctionExceptionClient creates a new AppFunctionException client.
func (*AppFunctionExceptionClient) DescribeContents ¶
func (c *AppFunctionExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AppFunctionExceptionClient) GetErrorCategory ¶
func (c *AppFunctionExceptionClient) GetErrorCategory(ctx context.Context, handle int64) (int32, error)
GetErrorCategory calls the GetErrorCategory RPC.
func (*AppFunctionExceptionClient) GetErrorCode ¶
GetErrorCode calls the GetErrorCode RPC.
func (*AppFunctionExceptionClient) GetErrorMessage ¶
func (c *AppFunctionExceptionClient) GetErrorMessage(ctx context.Context, handle int64) (string, error)
GetErrorMessage calls the GetErrorMessage RPC.
func (*AppFunctionExceptionClient) WriteToParcel ¶
func (c *AppFunctionExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type AppFunctionServiceClient ¶
type AppFunctionServiceClient struct {
// contains filtered or unexported fields
}
AppFunctionServiceClient wraps the gRPC AppFunctionServiceService client.
func NewAppFunctionServiceClient ¶
func NewAppFunctionServiceClient(cc grpc.ClientConnInterface) *AppFunctionServiceClient
NewAppFunctionServiceClient creates a new AppFunctionService client.
type ExecuteAppFunctionRequestBuilderClient ¶
type ExecuteAppFunctionRequestBuilderClient struct {
// contains filtered or unexported fields
}
ExecuteAppFunctionRequestBuilderClient wraps the gRPC ExecuteAppFunctionRequestBuilderService client.
func NewExecuteAppFunctionRequestBuilderClient ¶
func NewExecuteAppFunctionRequestBuilderClient(cc grpc.ClientConnInterface) *ExecuteAppFunctionRequestBuilderClient
NewExecuteAppFunctionRequestBuilderClient creates a new ExecuteAppFunctionRequestBuilder client.
func (*ExecuteAppFunctionRequestBuilderClient) Build ¶
func (c *ExecuteAppFunctionRequestBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*ExecuteAppFunctionRequestBuilderClient) SetExtras ¶
func (c *ExecuteAppFunctionRequestBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error)
SetExtras calls the SetExtras RPC.
func (*ExecuteAppFunctionRequestBuilderClient) SetParameters ¶
func (c *ExecuteAppFunctionRequestBuilderClient) SetParameters(ctx context.Context, arg0 int64) (int64, error)
SetParameters calls the SetParameters RPC.
type ExecuteAppFunctionRequestClient ¶
type ExecuteAppFunctionRequestClient struct {
// contains filtered or unexported fields
}
ExecuteAppFunctionRequestClient wraps the gRPC ExecuteAppFunctionRequestService client.
func NewExecuteAppFunctionRequestClient ¶
func NewExecuteAppFunctionRequestClient(cc grpc.ClientConnInterface) *ExecuteAppFunctionRequestClient
NewExecuteAppFunctionRequestClient creates a new ExecuteAppFunctionRequest client.
func (*ExecuteAppFunctionRequestClient) DescribeContents ¶
func (c *ExecuteAppFunctionRequestClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ExecuteAppFunctionRequestClient) GetExtras ¶
func (c *ExecuteAppFunctionRequestClient) GetExtras(ctx context.Context) (int64, error)
GetExtras calls the GetExtras RPC.
func (*ExecuteAppFunctionRequestClient) GetFunctionIdentifier ¶
func (c *ExecuteAppFunctionRequestClient) GetFunctionIdentifier(ctx context.Context) (string, error)
GetFunctionIdentifier calls the GetFunctionIdentifier RPC.
func (*ExecuteAppFunctionRequestClient) GetParameters ¶
func (c *ExecuteAppFunctionRequestClient) GetParameters(ctx context.Context) (int64, error)
GetParameters calls the GetParameters RPC.
func (*ExecuteAppFunctionRequestClient) GetTargetPackageName ¶
func (c *ExecuteAppFunctionRequestClient) GetTargetPackageName(ctx context.Context) (string, error)
GetTargetPackageName calls the GetTargetPackageName RPC.
func (*ExecuteAppFunctionRequestClient) WriteToParcel ¶
func (c *ExecuteAppFunctionRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type ExecuteAppFunctionResponseClient ¶
type ExecuteAppFunctionResponseClient struct {
// contains filtered or unexported fields
}
ExecuteAppFunctionResponseClient wraps the gRPC ExecuteAppFunctionResponseService client.
func NewExecuteAppFunctionResponseClient ¶
func NewExecuteAppFunctionResponseClient(cc grpc.ClientConnInterface) *ExecuteAppFunctionResponseClient
NewExecuteAppFunctionResponseClient creates a new ExecuteAppFunctionResponse client.
func (*ExecuteAppFunctionResponseClient) DescribeContents ¶
func (c *ExecuteAppFunctionResponseClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ExecuteAppFunctionResponseClient) GetExtras ¶
func (c *ExecuteAppFunctionResponseClient) GetExtras(ctx context.Context, handle int64) (int64, error)
GetExtras calls the GetExtras RPC.
func (*ExecuteAppFunctionResponseClient) GetResultDocument ¶
func (c *ExecuteAppFunctionResponseClient) GetResultDocument(ctx context.Context, handle int64) (int64, error)
GetResultDocument calls the GetResultDocument RPC.
func (*ExecuteAppFunctionResponseClient) WriteToParcel ¶
func (c *ExecuteAppFunctionResponseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.