models

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.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 FormEditRecordBuilderClient

type FormEditRecordBuilderClient struct {
	// contains filtered or unexported fields
}

FormEditRecordBuilderClient wraps the gRPC FormEditRecordBuilderService client.

func NewFormEditRecordBuilderClient

func NewFormEditRecordBuilderClient(cc grpc.ClientConnInterface) *FormEditRecordBuilderClient

NewFormEditRecordBuilderClient creates a new FormEditRecordBuilder client.

func (*FormEditRecordBuilderClient) Build

Build calls the Build RPC.

func (*FormEditRecordBuilderClient) SetClickPoint

func (c *FormEditRecordBuilderClient) SetClickPoint(ctx context.Context, arg0 int64) (int64, error)

SetClickPoint calls the SetClickPoint RPC.

func (*FormEditRecordBuilderClient) SetSelectedIndices

func (c *FormEditRecordBuilderClient) SetSelectedIndices(ctx context.Context, arg0 int64) (int64, error)

SetSelectedIndices calls the SetSelectedIndices RPC.

func (*FormEditRecordBuilderClient) SetText

func (c *FormEditRecordBuilderClient) SetText(ctx context.Context, arg0 string) (int64, error)

SetText calls the SetText RPC.

type FormEditRecordClient

type FormEditRecordClient struct {
	// contains filtered or unexported fields
}

FormEditRecordClient wraps the gRPC FormEditRecordService client.

func NewFormEditRecordClient

func NewFormEditRecordClient(cc grpc.ClientConnInterface) *FormEditRecordClient

NewFormEditRecordClient creates a new FormEditRecord client.

func (*FormEditRecordClient) DescribeContents

func (c *FormEditRecordClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*FormEditRecordClient) Equals

func (c *FormEditRecordClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*FormEditRecordClient) GetClickPoint

func (c *FormEditRecordClient) GetClickPoint(ctx context.Context) (int64, error)

GetClickPoint calls the GetClickPoint RPC.

func (*FormEditRecordClient) GetPageNumber

func (c *FormEditRecordClient) GetPageNumber(ctx context.Context) (int32, error)

GetPageNumber calls the GetPageNumber RPC.

func (*FormEditRecordClient) GetSelectedIndices

func (c *FormEditRecordClient) GetSelectedIndices(ctx context.Context) (int64, error)

GetSelectedIndices calls the GetSelectedIndices RPC.

func (*FormEditRecordClient) GetText

func (c *FormEditRecordClient) GetText(ctx context.Context) (string, error)

GetText calls the GetText RPC.

func (*FormEditRecordClient) GetType

func (c *FormEditRecordClient) GetType(ctx context.Context) (int32, error)

GetType calls the GetType RPC.

func (*FormEditRecordClient) GetWidgetIndex

func (c *FormEditRecordClient) GetWidgetIndex(ctx context.Context) (int32, error)

GetWidgetIndex calls the GetWidgetIndex RPC.

func (*FormEditRecordClient) HashCode

func (c *FormEditRecordClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*FormEditRecordClient) WriteToParcel

func (c *FormEditRecordClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type FormWidgetInfoBuilderClient

type FormWidgetInfoBuilderClient struct {
	// contains filtered or unexported fields
}

FormWidgetInfoBuilderClient wraps the gRPC FormWidgetInfoBuilderService client.

func NewFormWidgetInfoBuilderClient

func NewFormWidgetInfoBuilderClient(cc grpc.ClientConnInterface) *FormWidgetInfoBuilderClient

NewFormWidgetInfoBuilderClient creates a new FormWidgetInfoBuilder client.

func (*FormWidgetInfoBuilderClient) Build

Build calls the Build RPC.

func (*FormWidgetInfoBuilderClient) SetEditableText

func (c *FormWidgetInfoBuilderClient) SetEditableText(ctx context.Context, arg0 bool) (int64, error)

SetEditableText calls the SetEditableText RPC.

func (*FormWidgetInfoBuilderClient) SetFontSize

func (c *FormWidgetInfoBuilderClient) SetFontSize(ctx context.Context, arg0 float32) (int64, error)

SetFontSize calls the SetFontSize RPC.

func (*FormWidgetInfoBuilderClient) SetMaxLength

func (c *FormWidgetInfoBuilderClient) SetMaxLength(ctx context.Context, arg0 int32) (int64, error)

SetMaxLength calls the SetMaxLength RPC.

func (*FormWidgetInfoBuilderClient) SetMultiLineText

func (c *FormWidgetInfoBuilderClient) SetMultiLineText(ctx context.Context, arg0 bool) (int64, error)

SetMultiLineText calls the SetMultiLineText RPC.

func (*FormWidgetInfoBuilderClient) SetMultiSelect

func (c *FormWidgetInfoBuilderClient) SetMultiSelect(ctx context.Context, arg0 bool) (int64, error)

SetMultiSelect calls the SetMultiSelect RPC.

func (*FormWidgetInfoBuilderClient) SetReadOnly

func (c *FormWidgetInfoBuilderClient) SetReadOnly(ctx context.Context, arg0 bool) (int64, error)

SetReadOnly calls the SetReadOnly RPC.

type FormWidgetInfoClient

type FormWidgetInfoClient struct {
	// contains filtered or unexported fields
}

FormWidgetInfoClient wraps the gRPC FormWidgetInfoService client.

func NewFormWidgetInfoClient

func NewFormWidgetInfoClient(cc grpc.ClientConnInterface) *FormWidgetInfoClient

NewFormWidgetInfoClient creates a new FormWidgetInfo client.

func (*FormWidgetInfoClient) DescribeContents

func (c *FormWidgetInfoClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*FormWidgetInfoClient) Equals

func (c *FormWidgetInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*FormWidgetInfoClient) GetAccessibilityLabel

func (c *FormWidgetInfoClient) GetAccessibilityLabel(ctx context.Context) (string, error)

GetAccessibilityLabel calls the GetAccessibilityLabel RPC.

func (*FormWidgetInfoClient) GetFontSize

func (c *FormWidgetInfoClient) GetFontSize(ctx context.Context) (float32, error)

GetFontSize calls the GetFontSize RPC.

func (*FormWidgetInfoClient) GetListItems

func (c *FormWidgetInfoClient) GetListItems(ctx context.Context) (int64, error)

GetListItems calls the GetListItems RPC.

func (*FormWidgetInfoClient) GetMaxLength

func (c *FormWidgetInfoClient) GetMaxLength(ctx context.Context) (int32, error)

GetMaxLength calls the GetMaxLength RPC.

func (*FormWidgetInfoClient) GetTextValue

func (c *FormWidgetInfoClient) GetTextValue(ctx context.Context) (string, error)

GetTextValue calls the GetTextValue RPC.

func (*FormWidgetInfoClient) GetWidgetIndex

func (c *FormWidgetInfoClient) GetWidgetIndex(ctx context.Context) (int32, error)

GetWidgetIndex calls the GetWidgetIndex RPC.

func (*FormWidgetInfoClient) GetWidgetRect

func (c *FormWidgetInfoClient) GetWidgetRect(ctx context.Context) (int64, error)

GetWidgetRect calls the GetWidgetRect RPC.

func (*FormWidgetInfoClient) GetWidgetType

func (c *FormWidgetInfoClient) GetWidgetType(ctx context.Context) (int32, error)

GetWidgetType calls the GetWidgetType RPC.

func (*FormWidgetInfoClient) HashCode

func (c *FormWidgetInfoClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*FormWidgetInfoClient) IsEditableText

func (c *FormWidgetInfoClient) IsEditableText(ctx context.Context) (bool, error)

IsEditableText calls the IsEditableText RPC.

func (*FormWidgetInfoClient) IsMultiLineText

func (c *FormWidgetInfoClient) IsMultiLineText(ctx context.Context) (bool, error)

IsMultiLineText calls the IsMultiLineText RPC.

func (*FormWidgetInfoClient) IsMultiSelect

func (c *FormWidgetInfoClient) IsMultiSelect(ctx context.Context) (bool, error)

IsMultiSelect calls the IsMultiSelect RPC.

func (*FormWidgetInfoClient) IsReadOnly

func (c *FormWidgetInfoClient) IsReadOnly(ctx context.Context) (bool, error)

IsReadOnly calls the IsReadOnly RPC.

func (*FormWidgetInfoClient) ToString

func (c *FormWidgetInfoClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*FormWidgetInfoClient) WriteToParcel

func (c *FormWidgetInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type ListItemClient

type ListItemClient struct {
	// contains filtered or unexported fields
}

ListItemClient wraps the gRPC ListItemService client.

func NewListItemClient

func NewListItemClient(cc grpc.ClientConnInterface) *ListItemClient

NewListItemClient creates a new ListItem client.

func (*ListItemClient) DescribeContents

func (c *ListItemClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*ListItemClient) Equals

func (c *ListItemClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*ListItemClient) GetLabel

func (c *ListItemClient) GetLabel(ctx context.Context, handle int64) (string, error)

GetLabel calls the GetLabel RPC.

func (*ListItemClient) HashCode

func (c *ListItemClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*ListItemClient) IsSelected

func (c *ListItemClient) IsSelected(ctx context.Context, handle int64) (bool, error)

IsSelected calls the IsSelected RPC.

func (*ListItemClient) ToString

func (c *ListItemClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*ListItemClient) WriteToParcel

func (c *ListItemClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type PageMatchBoundsClient

type PageMatchBoundsClient struct {
	// contains filtered or unexported fields
}

PageMatchBoundsClient wraps the gRPC PageMatchBoundsService client.

func NewPageMatchBoundsClient

func NewPageMatchBoundsClient(cc grpc.ClientConnInterface) *PageMatchBoundsClient

NewPageMatchBoundsClient creates a new PageMatchBounds client.

func (*PageMatchBoundsClient) DescribeContents

func (c *PageMatchBoundsClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*PageMatchBoundsClient) GetBounds

func (c *PageMatchBoundsClient) GetBounds(ctx context.Context, handle int64) (int64, error)

GetBounds calls the GetBounds RPC.

func (*PageMatchBoundsClient) GetTextStartIndex

func (c *PageMatchBoundsClient) GetTextStartIndex(ctx context.Context, handle int64) (int32, error)

GetTextStartIndex calls the GetTextStartIndex RPC.

func (*PageMatchBoundsClient) WriteToParcel

func (c *PageMatchBoundsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

Jump to

Keyboard shortcuts

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