slice

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 BuilderClient

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

BuilderClient wraps the gRPC BuilderService client.

func NewBuilderClient

func NewBuilderClient(cc grpc.ClientConnInterface) *BuilderClient

NewBuilderClient creates a new Builder client.

func (*BuilderClient) AddAction

func (c *BuilderClient) AddAction(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (int64, error)

AddAction calls the AddAction RPC.

func (*BuilderClient) AddSubSlice

func (c *BuilderClient) AddSubSlice(ctx context.Context, arg0 int64, arg1 string) (int64, error)

AddSubSlice calls the AddSubSlice RPC.

func (*BuilderClient) Build

func (c *BuilderClient) Build(ctx context.Context) (int64, error)

Build calls the Build RPC.

func (*BuilderClient) SetCallerNeeded

func (c *BuilderClient) SetCallerNeeded(ctx context.Context, arg0 bool) (int64, error)

SetCallerNeeded calls the SetCallerNeeded RPC.

type ItemClient

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

ItemClient wraps the gRPC ItemService client.

func NewItemClient

func NewItemClient(cc grpc.ClientConnInterface) *ItemClient

NewItemClient creates a new Item client.

func (*ItemClient) DescribeContents

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

DescribeContents calls the DescribeContents RPC.

func (*ItemClient) GetAction

func (c *ItemClient) GetAction(ctx context.Context) (int64, error)

GetAction calls the GetAction RPC.

func (*ItemClient) GetBundle

func (c *ItemClient) GetBundle(ctx context.Context) (int64, error)

GetBundle calls the GetBundle RPC.

func (*ItemClient) GetFormat

func (c *ItemClient) GetFormat(ctx context.Context) (string, error)

GetFormat calls the GetFormat RPC.

func (*ItemClient) GetHints

func (c *ItemClient) GetHints(ctx context.Context) (int64, error)

GetHints calls the GetHints RPC.

func (*ItemClient) GetIcon

func (c *ItemClient) GetIcon(ctx context.Context) (int64, error)

GetIcon calls the GetIcon RPC.

func (*ItemClient) GetInt

func (c *ItemClient) GetInt(ctx context.Context) (int32, error)

GetInt calls the GetInt RPC.

func (*ItemClient) GetLong

func (c *ItemClient) GetLong(ctx context.Context) (int64, error)

GetLong calls the GetLong RPC.

func (*ItemClient) GetRemoteInput

func (c *ItemClient) GetRemoteInput(ctx context.Context) (int64, error)

GetRemoteInput calls the GetRemoteInput RPC.

func (*ItemClient) GetSlice

func (c *ItemClient) GetSlice(ctx context.Context) (int64, error)

GetSlice calls the GetSlice RPC.

func (*ItemClient) GetSubType

func (c *ItemClient) GetSubType(ctx context.Context) (string, error)

GetSubType calls the GetSubType RPC.

func (*ItemClient) GetText

func (c *ItemClient) GetText(ctx context.Context) (int64, error)

GetText calls the GetText RPC.

func (*ItemClient) HasHint

func (c *ItemClient) HasHint(ctx context.Context, arg0 string) (bool, error)

HasHint calls the HasHint RPC.

func (*ItemClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type ManagerClient

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

ManagerClient wraps the gRPC ManagerService client.

func NewManagerClient

func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient

NewManagerClient creates a new Manager client.

func (*ManagerClient) CheckSlicePermission

func (c *ManagerClient) CheckSlicePermission(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)

CheckSlicePermission calls the CheckSlicePermission RPC.

func (*ManagerClient) GetPinnedSlices

func (c *ManagerClient) GetPinnedSlices(ctx context.Context) (int64, error)

GetPinnedSlices calls the GetPinnedSlices RPC.

func (*ManagerClient) GetPinnedSpecs

func (c *ManagerClient) GetPinnedSpecs(ctx context.Context, arg0 int64) (int64, error)

GetPinnedSpecs calls the GetPinnedSpecs RPC.

func (*ManagerClient) GetSliceDescendants

func (c *ManagerClient) GetSliceDescendants(ctx context.Context, arg0 int64) (int64, error)

GetSliceDescendants calls the GetSliceDescendants RPC.

func (*ManagerClient) GrantSlicePermission

func (c *ManagerClient) GrantSlicePermission(ctx context.Context, arg0 string, arg1 int64) error

GrantSlicePermission calls the GrantSlicePermission RPC.

func (*ManagerClient) MapIntentToUri

func (c *ManagerClient) MapIntentToUri(ctx context.Context, arg0 int64) (int64, error)

MapIntentToUri calls the MapIntentToUri RPC.

func (*ManagerClient) RevokeSlicePermission

func (c *ManagerClient) RevokeSlicePermission(ctx context.Context, arg0 string, arg1 int64) error

RevokeSlicePermission calls the RevokeSlicePermission RPC.

func (*ManagerClient) UnpinSlice

func (c *ManagerClient) UnpinSlice(ctx context.Context, arg0 int64) error

UnpinSlice calls the UnpinSlice RPC.

type MetricsClient

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

MetricsClient wraps the gRPC MetricsService client.

func NewMetricsClient

func NewMetricsClient(cc grpc.ClientConnInterface) *MetricsClient

NewMetricsClient creates a new Metrics client.

func (*MetricsClient) LogHidden

func (c *MetricsClient) LogHidden(ctx context.Context, handle int64) error

LogHidden calls the LogHidden RPC.

func (*MetricsClient) LogTouch

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

LogTouch calls the LogTouch RPC.

func (*MetricsClient) LogVisible

func (c *MetricsClient) LogVisible(ctx context.Context, handle int64) error

LogVisible calls the LogVisible RPC.

type ProviderClient

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

ProviderClient wraps the gRPC ProviderService client.

func NewProviderClient

func NewProviderClient(cc grpc.ClientConnInterface) *ProviderClient

NewProviderClient creates a new Provider client.

func (*ProviderClient) AttachInfo

func (c *ProviderClient) AttachInfo(ctx context.Context, arg0 int64, arg1 int64) error

AttachInfo calls the AttachInfo RPC.

func (*ProviderClient) Call

func (c *ProviderClient) Call(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error)

Call calls the Call RPC.

func (*ProviderClient) Delete

func (c *ProviderClient) Delete(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int32, error)

Delete calls the Delete RPC.

func (*ProviderClient) GetType

func (c *ProviderClient) GetType(ctx context.Context, arg0 int64) (string, error)

GetType calls the GetType RPC.

func (*ProviderClient) Insert

func (c *ProviderClient) Insert(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Insert calls the Insert RPC.

func (*ProviderClient) OnCreatePermissionRequest

func (c *ProviderClient) OnCreatePermissionRequest(ctx context.Context, arg0 int64) (int64, error)

OnCreatePermissionRequest calls the OnCreatePermissionRequest RPC.

func (*ProviderClient) OnGetSliceDescendants

func (c *ProviderClient) OnGetSliceDescendants(ctx context.Context, arg0 int64) (int64, error)

OnGetSliceDescendants calls the OnGetSliceDescendants RPC.

func (*ProviderClient) OnMapIntentToUri

func (c *ProviderClient) OnMapIntentToUri(ctx context.Context, arg0 int64) (int64, error)

OnMapIntentToUri calls the OnMapIntentToUri RPC.

func (*ProviderClient) OnSlicePinned

func (c *ProviderClient) OnSlicePinned(ctx context.Context, arg0 int64) error

OnSlicePinned calls the OnSlicePinned RPC.

func (*ProviderClient) OnSliceUnpinned

func (c *ProviderClient) OnSliceUnpinned(ctx context.Context, arg0 int64) error

OnSliceUnpinned calls the OnSliceUnpinned RPC.

func (*ProviderClient) Query4

func (c *ProviderClient) Query4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

Query4 calls the Query4 RPC.

func (*ProviderClient) Query5_1

func (c *ProviderClient) Query5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 string) (int64, error)

Query5_1 calls the Query5_1 RPC.

func (*ProviderClient) Query6_2

func (c *ProviderClient) Query6_2(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 string, arg5 int64) (int64, error)

Query6_2 calls the Query6_2 RPC.

func (*ProviderClient) Update

func (c *ProviderClient) Update(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int32, error)

Update calls the Update RPC.

type SliceClient

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

SliceClient wraps the gRPC SliceService client.

func NewSliceClient

func NewSliceClient(cc grpc.ClientConnInterface) *SliceClient

NewSliceClient creates a new Slice client.

func (*SliceClient) DescribeContents

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

DescribeContents calls the DescribeContents RPC.

func (*SliceClient) GetHints

func (c *SliceClient) GetHints(ctx context.Context) (int64, error)

GetHints calls the GetHints RPC.

func (*SliceClient) GetItems

func (c *SliceClient) GetItems(ctx context.Context) (int64, error)

GetItems calls the GetItems RPC.

func (*SliceClient) GetSpec

func (c *SliceClient) GetSpec(ctx context.Context) (int64, error)

GetSpec calls the GetSpec RPC.

func (*SliceClient) GetUri

func (c *SliceClient) GetUri(ctx context.Context) (int64, error)

GetUri calls the GetUri RPC.

func (*SliceClient) IsCallerNeeded

func (c *SliceClient) IsCallerNeeded(ctx context.Context) (bool, error)

IsCallerNeeded calls the IsCallerNeeded RPC.

func (*SliceClient) ToString

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

ToString calls the ToString RPC.

func (*SliceClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type SpecClient

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

SpecClient wraps the gRPC SpecService client.

func NewSpecClient

func NewSpecClient(cc grpc.ClientConnInterface) *SpecClient

NewSpecClient creates a new Spec client.

func (*SpecClient) CanRender

func (c *SpecClient) CanRender(ctx context.Context, handle int64, arg0 int64) (bool, error)

CanRender calls the CanRender RPC.

func (*SpecClient) DescribeContents

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

DescribeContents calls the DescribeContents RPC.

func (*SpecClient) Equals

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

Equals calls the Equals RPC.

func (*SpecClient) GetRevision

func (c *SpecClient) GetRevision(ctx context.Context, handle int64) (int32, error)

GetRevision calls the GetRevision RPC.

func (*SpecClient) GetType

func (c *SpecClient) GetType(ctx context.Context, handle int64) (string, error)

GetType calls the GetType RPC.

func (*SpecClient) ToString

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

ToString calls the ToString RPC.

func (*SpecClient) WriteToParcel

func (c *SpecClient) 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