Documentation
¶
Index ¶
- type 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
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoundaryClient ¶
type BoundaryClient struct {
// contains filtered or unexported fields
}
BoundaryClient wraps the gRPC BoundaryService client.
func NewBoundaryClient ¶
func NewBoundaryClient(cc grpc.ClientConnInterface) *BoundaryClient
NewBoundaryClient creates a new Boundary client.
func (*BoundaryClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*BoundaryClient) WriteToParcel ¶
func (c *BoundaryClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type PageSelectionClient ¶
type PageSelectionClient struct {
// contains filtered or unexported fields
}
PageSelectionClient wraps the gRPC PageSelectionService client.
func NewPageSelectionClient ¶
func NewPageSelectionClient(cc grpc.ClientConnInterface) *PageSelectionClient
NewPageSelectionClient creates a new PageSelection client.
func (*PageSelectionClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*PageSelectionClient) GetSelectedTextContents ¶
func (c *PageSelectionClient) GetSelectedTextContents(ctx context.Context, handle int64) (int64, error)
GetSelectedTextContents calls the GetSelectedTextContents RPC.
func (*PageSelectionClient) WriteToParcel ¶
func (c *PageSelectionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
Click to show internal directories.
Click to hide internal directories.