inspector

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 InspectionCompanionClient

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

InspectionCompanionClient wraps the gRPC InspectionCompanionService client.

func NewInspectionCompanionClient

func NewInspectionCompanionClient(cc grpc.ClientConnInterface) *InspectionCompanionClient

NewInspectionCompanionClient creates a new InspectionCompanion client.

func (*InspectionCompanionClient) MapProperties

func (c *InspectionCompanionClient) MapProperties(ctx context.Context, arg0 int64) error

MapProperties calls the MapProperties RPC.

type IntFlagMappingClient

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

IntFlagMappingClient wraps the gRPC IntFlagMappingService client.

func NewIntFlagMappingClient

func NewIntFlagMappingClient(cc grpc.ClientConnInterface) *IntFlagMappingClient

NewIntFlagMappingClient creates a new IntFlagMapping client.

func (*IntFlagMappingClient) Add

func (c *IntFlagMappingClient) Add(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 string) error

Add calls the Add RPC.

func (*IntFlagMappingClient) Get

func (c *IntFlagMappingClient) Get(ctx context.Context, handle int64, arg0 int32) (int64, error)

Get calls the Get RPC.

type PropertyMapperClient

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

PropertyMapperClient wraps the gRPC PropertyMapperService client.

func NewPropertyMapperClient

func NewPropertyMapperClient(cc grpc.ClientConnInterface) *PropertyMapperClient

NewPropertyMapperClient creates a new PropertyMapper client.

func (*PropertyMapperClient) MapBoolean

func (c *PropertyMapperClient) MapBoolean(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapBoolean calls the MapBoolean RPC.

func (*PropertyMapperClient) MapByte

func (c *PropertyMapperClient) MapByte(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapByte calls the MapByte RPC.

func (*PropertyMapperClient) MapChar

func (c *PropertyMapperClient) MapChar(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapChar calls the MapChar RPC.

func (*PropertyMapperClient) MapColor

func (c *PropertyMapperClient) MapColor(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapColor calls the MapColor RPC.

func (*PropertyMapperClient) MapDouble

func (c *PropertyMapperClient) MapDouble(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapDouble calls the MapDouble RPC.

func (*PropertyMapperClient) MapFloat

func (c *PropertyMapperClient) MapFloat(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapFloat calls the MapFloat RPC.

func (*PropertyMapperClient) MapGravity

func (c *PropertyMapperClient) MapGravity(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapGravity calls the MapGravity RPC.

func (*PropertyMapperClient) MapInt

func (c *PropertyMapperClient) MapInt(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapInt calls the MapInt RPC.

func (*PropertyMapperClient) MapLong

func (c *PropertyMapperClient) MapLong(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapLong calls the MapLong RPC.

func (*PropertyMapperClient) MapObject

func (c *PropertyMapperClient) MapObject(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapObject calls the MapObject RPC.

func (*PropertyMapperClient) MapResourceId

func (c *PropertyMapperClient) MapResourceId(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapResourceId calls the MapResourceId RPC.

func (*PropertyMapperClient) MapShort

func (c *PropertyMapperClient) MapShort(ctx context.Context, arg0 string, arg1 int32) (int32, error)

MapShort calls the MapShort RPC.

type PropertyReaderClient

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

PropertyReaderClient wraps the gRPC PropertyReaderService client.

func NewPropertyReaderClient

func NewPropertyReaderClient(cc grpc.ClientConnInterface) *PropertyReaderClient

NewPropertyReaderClient creates a new PropertyReader client.

func (*PropertyReaderClient) ReadBoolean

func (c *PropertyReaderClient) ReadBoolean(ctx context.Context, arg0 int32, arg1 bool) error

ReadBoolean calls the ReadBoolean RPC.

func (*PropertyReaderClient) ReadByteValue

func (c *PropertyReaderClient) ReadByteValue(ctx context.Context, arg0 int32, arg1 int8) error

ReadByteValue calls the ReadByteValue RPC.

func (*PropertyReaderClient) ReadChar

func (c *PropertyReaderClient) ReadChar(ctx context.Context, arg0 int32, arg1 uint16) error

ReadChar calls the ReadChar RPC.

func (*PropertyReaderClient) ReadColor2

func (c *PropertyReaderClient) ReadColor2(ctx context.Context, arg0 int32, arg1 int64) error

ReadColor2 calls the ReadColor2 RPC.

func (*PropertyReaderClient) ReadColor2_1

func (c *PropertyReaderClient) ReadColor2_1(ctx context.Context, arg0 int32, arg1 int32) error

ReadColor2_1 calls the ReadColor2_1 RPC.

func (*PropertyReaderClient) ReadColor2_2

func (c *PropertyReaderClient) ReadColor2_2(ctx context.Context, arg0 int32, arg1 int64) error

ReadColor2_2 calls the ReadColor2_2 RPC.

func (*PropertyReaderClient) ReadDouble

func (c *PropertyReaderClient) ReadDouble(ctx context.Context, arg0 int32, arg1 float64) error

ReadDouble calls the ReadDouble RPC.

func (*PropertyReaderClient) ReadFloat

func (c *PropertyReaderClient) ReadFloat(ctx context.Context, arg0 int32, arg1 float32) error

ReadFloat calls the ReadFloat RPC.

func (*PropertyReaderClient) ReadGravity

func (c *PropertyReaderClient) ReadGravity(ctx context.Context, arg0 int32, arg1 int32) error

ReadGravity calls the ReadGravity RPC.

func (*PropertyReaderClient) ReadInt

func (c *PropertyReaderClient) ReadInt(ctx context.Context, arg0 int32, arg1 int32) error

ReadInt calls the ReadInt RPC.

func (*PropertyReaderClient) ReadIntEnum

func (c *PropertyReaderClient) ReadIntEnum(ctx context.Context, arg0 int32, arg1 int32) error

ReadIntEnum calls the ReadIntEnum RPC.

func (*PropertyReaderClient) ReadIntFlag

func (c *PropertyReaderClient) ReadIntFlag(ctx context.Context, arg0 int32, arg1 int32) error

ReadIntFlag calls the ReadIntFlag RPC.

func (*PropertyReaderClient) ReadLong

func (c *PropertyReaderClient) ReadLong(ctx context.Context, arg0 int32, arg1 int64) error

ReadLong calls the ReadLong RPC.

func (*PropertyReaderClient) ReadObject

func (c *PropertyReaderClient) ReadObject(ctx context.Context, arg0 int32, arg1 int64) error

ReadObject calls the ReadObject RPC.

func (*PropertyReaderClient) ReadResourceId

func (c *PropertyReaderClient) ReadResourceId(ctx context.Context, arg0 int32, arg1 int32) error

ReadResourceId calls the ReadResourceId RPC.

func (*PropertyReaderClient) ReadShort

func (c *PropertyReaderClient) ReadShort(ctx context.Context, arg0 int32, arg1 int16) error

ReadShort calls the ReadShort RPC.

type WindowInspectorClient

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

WindowInspectorClient wraps the gRPC WindowInspectorService client.

func NewWindowInspectorClient

func NewWindowInspectorClient(cc grpc.ClientConnInterface) *WindowInspectorClient

NewWindowInspectorClient creates a new WindowInspector client.

func (*WindowInspectorClient) GetGlobalWindowViews

func (c *WindowInspectorClient) GetGlobalWindowViews(ctx context.Context) (int64, error)

GetGlobalWindowViews calls the GetGlobalWindowViews RPC.

Jump to

Keyboard shortcuts

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