Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type BoundaryClient struct + func NewBoundaryClient(cc grpc.ClientConnInterface) *BoundaryClient + func (c *BoundaryClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *BoundaryClient) GetIndex(ctx context.Context, handle int64) (int32, error) + func (c *BoundaryClient) GetIsRtl(ctx context.Context, handle int64) (bool, error) + func (c *BoundaryClient) GetPoint(ctx context.Context, handle int64) (int64, error) + func (c *BoundaryClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type PageSelectionClient struct + func NewPageSelectionClient(cc grpc.ClientConnInterface) *PageSelectionClient + func (c *PageSelectionClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *PageSelectionClient) GetPage(ctx context.Context, handle int64) (int32, error) + func (c *PageSelectionClient) GetSelectedTextContents(ctx context.Context, handle int64) (int64, error) + func (c *PageSelectionClient) GetStart(ctx context.Context, handle int64) (int64, error) + func (c *PageSelectionClient) GetStop(ctx context.Context, handle int64) (int64, error) + func (c *PageSelectionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error