om

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 FabricatedOverlayClient

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

FabricatedOverlayClient wraps the gRPC FabricatedOverlayService client.

func NewFabricatedOverlayClient

func NewFabricatedOverlayClient(cc grpc.ClientConnInterface) *FabricatedOverlayClient

NewFabricatedOverlayClient creates a new FabricatedOverlay client.

func (*FabricatedOverlayClient) GetIdentifier

func (c *FabricatedOverlayClient) GetIdentifier(ctx context.Context, handle int64) (int64, error)

GetIdentifier calls the GetIdentifier RPC.

func (*FabricatedOverlayClient) SetNinePatchResourceValue

func (c *FabricatedOverlayClient) SetNinePatchResourceValue(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 string) error

SetNinePatchResourceValue calls the SetNinePatchResourceValue RPC.

func (*FabricatedOverlayClient) SetResourceValue3

func (c *FabricatedOverlayClient) SetResourceValue3(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 string) error

SetResourceValue3 calls the SetResourceValue3 RPC.

func (*FabricatedOverlayClient) SetResourceValue3_1

func (c *FabricatedOverlayClient) SetResourceValue3_1(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 string) error

SetResourceValue3_1 calls the SetResourceValue3_1 RPC.

func (*FabricatedOverlayClient) SetResourceValue4_2

func (c *FabricatedOverlayClient) SetResourceValue4_2(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 string) error

SetResourceValue4_2 calls the SetResourceValue4_2 RPC.

func (*FabricatedOverlayClient) SetResourceValue4_3

func (c *FabricatedOverlayClient) SetResourceValue4_3(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 string, arg3 string) error

SetResourceValue4_3 calls the SetResourceValue4_3 RPC.

func (*FabricatedOverlayClient) SetTargetOverlayable

func (c *FabricatedOverlayClient) SetTargetOverlayable(ctx context.Context, handle int64, arg0 string) error

SetTargetOverlayable calls the SetTargetOverlayable RPC.

type OverlayIdentifierClient

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

OverlayIdentifierClient wraps the gRPC OverlayIdentifierService client.

func NewOverlayIdentifierClient

func NewOverlayIdentifierClient(cc grpc.ClientConnInterface) *OverlayIdentifierClient

NewOverlayIdentifierClient creates a new OverlayIdentifier client.

func (*OverlayIdentifierClient) DescribeContents

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

DescribeContents calls the DescribeContents RPC.

func (*OverlayIdentifierClient) Equals

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

Equals calls the Equals RPC.

func (*OverlayIdentifierClient) HashCode

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

HashCode calls the HashCode RPC.

func (*OverlayIdentifierClient) ToString

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

ToString calls the ToString RPC.

func (*OverlayIdentifierClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type OverlayInfoClient

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

OverlayInfoClient wraps the gRPC OverlayInfoService client.

func NewOverlayInfoClient

func NewOverlayInfoClient(cc grpc.ClientConnInterface) *OverlayInfoClient

NewOverlayInfoClient creates a new OverlayInfo client.

func (*OverlayInfoClient) DescribeContents

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

DescribeContents calls the DescribeContents RPC.

func (*OverlayInfoClient) Equals

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

Equals calls the Equals RPC.

func (*OverlayInfoClient) GetOverlayIdentifier

func (c *OverlayInfoClient) GetOverlayIdentifier(ctx context.Context) (int64, error)

GetOverlayIdentifier calls the GetOverlayIdentifier RPC.

func (*OverlayInfoClient) GetOverlayName

func (c *OverlayInfoClient) GetOverlayName(ctx context.Context) (string, error)

GetOverlayName calls the GetOverlayName RPC.

func (*OverlayInfoClient) GetTargetOverlayableName

func (c *OverlayInfoClient) GetTargetOverlayableName(ctx context.Context) (string, error)

GetTargetOverlayableName calls the GetTargetOverlayableName RPC.

func (*OverlayInfoClient) GetTargetPackageName

func (c *OverlayInfoClient) GetTargetPackageName(ctx context.Context) (string, error)

GetTargetPackageName calls the GetTargetPackageName RPC.

func (*OverlayInfoClient) HashCode

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

HashCode calls the HashCode RPC.

func (*OverlayInfoClient) ToString

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

ToString calls the ToString RPC.

func (*OverlayInfoClient) WriteToParcel

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

WriteToParcel calls the WriteToParcel RPC.

type OverlayManagerClient

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

OverlayManagerClient wraps the gRPC OverlayManagerService client.

func NewOverlayManagerClient

func NewOverlayManagerClient(cc grpc.ClientConnInterface) *OverlayManagerClient

NewOverlayManagerClient creates a new OverlayManager client.

func (*OverlayManagerClient) Commit

func (c *OverlayManagerClient) Commit(ctx context.Context, arg0 int64) error

Commit calls the Commit RPC.

func (*OverlayManagerClient) GetOverlayInfosForTarget

func (c *OverlayManagerClient) GetOverlayInfosForTarget(ctx context.Context, arg0 string) (int64, error)

GetOverlayInfosForTarget calls the GetOverlayInfosForTarget RPC.

type OverlayManagerTransactionClient

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

OverlayManagerTransactionClient wraps the gRPC OverlayManagerTransactionService client.

func NewOverlayManagerTransactionClient

func NewOverlayManagerTransactionClient(cc grpc.ClientConnInterface) *OverlayManagerTransactionClient

NewOverlayManagerTransactionClient creates a new OverlayManagerTransaction client.

func (*OverlayManagerTransactionClient) DescribeContents

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

DescribeContents calls the DescribeContents RPC.

func (*OverlayManagerTransactionClient) NewInstance

NewInstance calls the NewInstance RPC.

func (*OverlayManagerTransactionClient) RegisterFabricatedOverlay

func (c *OverlayManagerTransactionClient) RegisterFabricatedOverlay(ctx context.Context, arg0 int64) error

RegisterFabricatedOverlay calls the RegisterFabricatedOverlay RPC.

func (*OverlayManagerTransactionClient) ToString

ToString calls the ToString RPC.

func (*OverlayManagerTransactionClient) UnregisterFabricatedOverlay

func (c *OverlayManagerTransactionClient) UnregisterFabricatedOverlay(ctx context.Context, arg0 int64) error

UnregisterFabricatedOverlay calls the UnregisterFabricatedOverlay RPC.

func (*OverlayManagerTransactionClient) WriteToParcel

func (c *OverlayManagerTransactionClient) WriteToParcel(ctx context.Context, 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