Documentation
¶
Index ¶
- type InspectionCompanionClient
- type IntFlagMappingClient
- type PropertyMapperClient
- func (c *PropertyMapperClient) MapBoolean(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *PropertyMapperClient) MapByte(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *PropertyMapperClient) MapChar(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *PropertyMapperClient) MapColor(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *PropertyMapperClient) MapDouble(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *PropertyMapperClient) MapFloat(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *PropertyMapperClient) MapGravity(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *PropertyMapperClient) MapInt(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *PropertyMapperClient) MapLong(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *PropertyMapperClient) MapObject(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *PropertyMapperClient) MapResourceId(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *PropertyMapperClient) MapShort(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- type PropertyReaderClient
- func (c *PropertyReaderClient) ReadBoolean(ctx context.Context, arg0 int32, arg1 bool) error
- func (c *PropertyReaderClient) ReadByteValue(ctx context.Context, arg0 int32, arg1 int8) error
- func (c *PropertyReaderClient) ReadChar(ctx context.Context, arg0 int32, arg1 uint16) error
- func (c *PropertyReaderClient) ReadColor2(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *PropertyReaderClient) ReadColor2_1(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *PropertyReaderClient) ReadColor2_2(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *PropertyReaderClient) ReadDouble(ctx context.Context, arg0 int32, arg1 float64) error
- func (c *PropertyReaderClient) ReadFloat(ctx context.Context, arg0 int32, arg1 float32) error
- func (c *PropertyReaderClient) ReadGravity(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *PropertyReaderClient) ReadInt(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *PropertyReaderClient) ReadIntEnum(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *PropertyReaderClient) ReadIntFlag(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *PropertyReaderClient) ReadLong(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *PropertyReaderClient) ReadObject(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *PropertyReaderClient) ReadResourceId(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *PropertyReaderClient) ReadShort(ctx context.Context, arg0 int32, arg1 int16) error
- type WindowInspectorClient
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.
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) 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) 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.
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 ¶
ReadBoolean calls the ReadBoolean RPC.
func (*PropertyReaderClient) ReadByteValue ¶
ReadByteValue calls the ReadByteValue RPC.
func (*PropertyReaderClient) ReadColor2 ¶
ReadColor2 calls the ReadColor2 RPC.
func (*PropertyReaderClient) ReadColor2_1 ¶
ReadColor2_1 calls the ReadColor2_1 RPC.
func (*PropertyReaderClient) ReadColor2_2 ¶
ReadColor2_2 calls the ReadColor2_2 RPC.
func (*PropertyReaderClient) ReadDouble ¶
ReadDouble calls the ReadDouble RPC.
func (*PropertyReaderClient) ReadGravity ¶
ReadGravity calls the ReadGravity RPC.
func (*PropertyReaderClient) ReadIntEnum ¶
ReadIntEnum calls the ReadIntEnum RPC.
func (*PropertyReaderClient) ReadIntFlag ¶
ReadIntFlag calls the ReadIntFlag RPC.
func (*PropertyReaderClient) ReadObject ¶
ReadObject calls the ReadObject RPC.
func (*PropertyReaderClient) ReadResourceId ¶
ReadResourceId calls the ReadResourceId 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.