shapes

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: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ShapeService_Clone0_FullMethodName     = "/shapes.ShapeService/Clone0"
	ShapeService_Draw_FullMethodName       = "/shapes.ShapeService/Draw"
	ShapeService_Equals_FullMethodName     = "/shapes.ShapeService/Equals"
	ShapeService_GetHeight_FullMethodName  = "/shapes.ShapeService/GetHeight"
	ShapeService_GetOutline_FullMethodName = "/shapes.ShapeService/GetOutline"
	ShapeService_GetWidth_FullMethodName   = "/shapes.ShapeService/GetWidth"
	ShapeService_HasAlpha_FullMethodName   = "/shapes.ShapeService/HasAlpha"
	ShapeService_HashCode_FullMethodName   = "/shapes.ShapeService/HashCode"
	ShapeService_Resize_FullMethodName     = "/shapes.ShapeService/Resize"
	ShapeService_Clone0_1_FullMethodName   = "/shapes.ShapeService/Clone0_1"
)
View Source
const (
	RoundRectShapeService_NewRoundRectShape_FullMethodName = "/shapes.RoundRectShapeService/NewRoundRectShape"
	RoundRectShapeService_Clone0_FullMethodName            = "/shapes.RoundRectShapeService/Clone0"
	RoundRectShapeService_Draw_FullMethodName              = "/shapes.RoundRectShapeService/Draw"
	RoundRectShapeService_Equals_FullMethodName            = "/shapes.RoundRectShapeService/Equals"
	RoundRectShapeService_GetOutline_FullMethodName        = "/shapes.RoundRectShapeService/GetOutline"
	RoundRectShapeService_HashCode_FullMethodName          = "/shapes.RoundRectShapeService/HashCode"
	RoundRectShapeService_Clone0_1_FullMethodName          = "/shapes.RoundRectShapeService/Clone0_1"
	RoundRectShapeService_Clone0_2_FullMethodName          = "/shapes.RoundRectShapeService/Clone0_2"
	RoundRectShapeService_Clone0_3_FullMethodName          = "/shapes.RoundRectShapeService/Clone0_3"
)
View Source
const (
	RectShapeService_NewRectShape_FullMethodName = "/shapes.RectShapeService/NewRectShape"
	RectShapeService_Clone0_FullMethodName       = "/shapes.RectShapeService/Clone0"
	RectShapeService_Draw_FullMethodName         = "/shapes.RectShapeService/Draw"
	RectShapeService_Equals_FullMethodName       = "/shapes.RectShapeService/Equals"
	RectShapeService_GetOutline_FullMethodName   = "/shapes.RectShapeService/GetOutline"
	RectShapeService_HashCode_FullMethodName     = "/shapes.RectShapeService/HashCode"
	RectShapeService_Clone0_1_FullMethodName     = "/shapes.RectShapeService/Clone0_1"
	RectShapeService_Clone0_2_FullMethodName     = "/shapes.RectShapeService/Clone0_2"
)
View Source
const (
	ArcShapeService_NewArcShape_FullMethodName   = "/shapes.ArcShapeService/NewArcShape"
	ArcShapeService_Clone0_FullMethodName        = "/shapes.ArcShapeService/Clone0"
	ArcShapeService_Draw_FullMethodName          = "/shapes.ArcShapeService/Draw"
	ArcShapeService_Equals_FullMethodName        = "/shapes.ArcShapeService/Equals"
	ArcShapeService_GetOutline_FullMethodName    = "/shapes.ArcShapeService/GetOutline"
	ArcShapeService_GetStartAngle_FullMethodName = "/shapes.ArcShapeService/GetStartAngle"
	ArcShapeService_GetSweepAngle_FullMethodName = "/shapes.ArcShapeService/GetSweepAngle"
	ArcShapeService_HashCode_FullMethodName      = "/shapes.ArcShapeService/HashCode"
	ArcShapeService_Clone0_1_FullMethodName      = "/shapes.ArcShapeService/Clone0_1"
	ArcShapeService_Clone0_2_FullMethodName      = "/shapes.ArcShapeService/Clone0_2"
	ArcShapeService_Clone0_3_FullMethodName      = "/shapes.ArcShapeService/Clone0_3"
)
View Source
const (
	OvalShapeService_NewOvalShape_FullMethodName = "/shapes.OvalShapeService/NewOvalShape"
	OvalShapeService_Clone0_FullMethodName       = "/shapes.OvalShapeService/Clone0"
	OvalShapeService_Draw_FullMethodName         = "/shapes.OvalShapeService/Draw"
	OvalShapeService_GetOutline_FullMethodName   = "/shapes.OvalShapeService/GetOutline"
	OvalShapeService_Clone0_1_FullMethodName     = "/shapes.OvalShapeService/Clone0_1"
	OvalShapeService_Clone0_2_FullMethodName     = "/shapes.OvalShapeService/Clone0_2"
	OvalShapeService_Clone0_3_FullMethodName     = "/shapes.OvalShapeService/Clone0_3"
)
View Source
const (
	PathShapeService_NewPathShape_FullMethodName = "/shapes.PathShapeService/NewPathShape"
	PathShapeService_Clone0_FullMethodName       = "/shapes.PathShapeService/Clone0"
	PathShapeService_Draw_FullMethodName         = "/shapes.PathShapeService/Draw"
	PathShapeService_Equals_FullMethodName       = "/shapes.PathShapeService/Equals"
	PathShapeService_HashCode_FullMethodName     = "/shapes.PathShapeService/HashCode"
	PathShapeService_Clone0_1_FullMethodName     = "/shapes.PathShapeService/Clone0_1"
	PathShapeService_Clone0_2_FullMethodName     = "/shapes.PathShapeService/Clone0_2"
)

Variables

View Source
var ArcShapeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "shapes.ArcShapeService",
	HandlerType: (*ArcShapeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewArcShape",
			Handler:    _ArcShapeService_NewArcShape_Handler,
		},
		{
			MethodName: "Clone0",
			Handler:    _ArcShapeService_Clone0_Handler,
		},
		{
			MethodName: "Draw",
			Handler:    _ArcShapeService_Draw_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _ArcShapeService_Equals_Handler,
		},
		{
			MethodName: "GetOutline",
			Handler:    _ArcShapeService_GetOutline_Handler,
		},
		{
			MethodName: "GetStartAngle",
			Handler:    _ArcShapeService_GetStartAngle_Handler,
		},
		{
			MethodName: "GetSweepAngle",
			Handler:    _ArcShapeService_GetSweepAngle_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _ArcShapeService_HashCode_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _ArcShapeService_Clone0_1_Handler,
		},
		{
			MethodName: "Clone0_2",
			Handler:    _ArcShapeService_Clone0_2_Handler,
		},
		{
			MethodName: "Clone0_3",
			Handler:    _ArcShapeService_Clone0_3_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/shapes/shapes.proto",
}

ArcShapeService_ServiceDesc is the grpc.ServiceDesc for ArcShapeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_proto_shapes_shapes_proto protoreflect.FileDescriptor
View Source
var OvalShapeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "shapes.OvalShapeService",
	HandlerType: (*OvalShapeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewOvalShape",
			Handler:    _OvalShapeService_NewOvalShape_Handler,
		},
		{
			MethodName: "Clone0",
			Handler:    _OvalShapeService_Clone0_Handler,
		},
		{
			MethodName: "Draw",
			Handler:    _OvalShapeService_Draw_Handler,
		},
		{
			MethodName: "GetOutline",
			Handler:    _OvalShapeService_GetOutline_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _OvalShapeService_Clone0_1_Handler,
		},
		{
			MethodName: "Clone0_2",
			Handler:    _OvalShapeService_Clone0_2_Handler,
		},
		{
			MethodName: "Clone0_3",
			Handler:    _OvalShapeService_Clone0_3_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/shapes/shapes.proto",
}

OvalShapeService_ServiceDesc is the grpc.ServiceDesc for OvalShapeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var PathShapeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "shapes.PathShapeService",
	HandlerType: (*PathShapeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewPathShape",
			Handler:    _PathShapeService_NewPathShape_Handler,
		},
		{
			MethodName: "Clone0",
			Handler:    _PathShapeService_Clone0_Handler,
		},
		{
			MethodName: "Draw",
			Handler:    _PathShapeService_Draw_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _PathShapeService_Equals_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _PathShapeService_HashCode_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _PathShapeService_Clone0_1_Handler,
		},
		{
			MethodName: "Clone0_2",
			Handler:    _PathShapeService_Clone0_2_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/shapes/shapes.proto",
}

PathShapeService_ServiceDesc is the grpc.ServiceDesc for PathShapeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RectShapeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "shapes.RectShapeService",
	HandlerType: (*RectShapeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewRectShape",
			Handler:    _RectShapeService_NewRectShape_Handler,
		},
		{
			MethodName: "Clone0",
			Handler:    _RectShapeService_Clone0_Handler,
		},
		{
			MethodName: "Draw",
			Handler:    _RectShapeService_Draw_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _RectShapeService_Equals_Handler,
		},
		{
			MethodName: "GetOutline",
			Handler:    _RectShapeService_GetOutline_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _RectShapeService_HashCode_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _RectShapeService_Clone0_1_Handler,
		},
		{
			MethodName: "Clone0_2",
			Handler:    _RectShapeService_Clone0_2_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/shapes/shapes.proto",
}

RectShapeService_ServiceDesc is the grpc.ServiceDesc for RectShapeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RoundRectShapeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "shapes.RoundRectShapeService",
	HandlerType: (*RoundRectShapeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewRoundRectShape",
			Handler:    _RoundRectShapeService_NewRoundRectShape_Handler,
		},
		{
			MethodName: "Clone0",
			Handler:    _RoundRectShapeService_Clone0_Handler,
		},
		{
			MethodName: "Draw",
			Handler:    _RoundRectShapeService_Draw_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _RoundRectShapeService_Equals_Handler,
		},
		{
			MethodName: "GetOutline",
			Handler:    _RoundRectShapeService_GetOutline_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _RoundRectShapeService_HashCode_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _RoundRectShapeService_Clone0_1_Handler,
		},
		{
			MethodName: "Clone0_2",
			Handler:    _RoundRectShapeService_Clone0_2_Handler,
		},
		{
			MethodName: "Clone0_3",
			Handler:    _RoundRectShapeService_Clone0_3_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/shapes/shapes.proto",
}

RoundRectShapeService_ServiceDesc is the grpc.ServiceDesc for RoundRectShapeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ShapeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "shapes.ShapeService",
	HandlerType: (*ShapeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Clone0",
			Handler:    _ShapeService_Clone0_Handler,
		},
		{
			MethodName: "Draw",
			Handler:    _ShapeService_Draw_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _ShapeService_Equals_Handler,
		},
		{
			MethodName: "GetHeight",
			Handler:    _ShapeService_GetHeight_Handler,
		},
		{
			MethodName: "GetOutline",
			Handler:    _ShapeService_GetOutline_Handler,
		},
		{
			MethodName: "GetWidth",
			Handler:    _ShapeService_GetWidth_Handler,
		},
		{
			MethodName: "HasAlpha",
			Handler:    _ShapeService_HasAlpha_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _ShapeService_HashCode_Handler,
		},
		{
			MethodName: "Resize",
			Handler:    _ShapeService_Resize_Handler,
		},
		{
			MethodName: "Clone0_1",
			Handler:    _ShapeService_Clone0_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/shapes/shapes.proto",
}

ShapeService_ServiceDesc is the grpc.ServiceDesc for ShapeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterArcShapeServiceServer

func RegisterArcShapeServiceServer(s grpc.ServiceRegistrar, srv ArcShapeServiceServer)

func RegisterOvalShapeServiceServer

func RegisterOvalShapeServiceServer(s grpc.ServiceRegistrar, srv OvalShapeServiceServer)

func RegisterPathShapeServiceServer

func RegisterPathShapeServiceServer(s grpc.ServiceRegistrar, srv PathShapeServiceServer)

func RegisterRectShapeServiceServer

func RegisterRectShapeServiceServer(s grpc.ServiceRegistrar, srv RectShapeServiceServer)

func RegisterRoundRectShapeServiceServer

func RegisterRoundRectShapeServiceServer(s grpc.ServiceRegistrar, srv RoundRectShapeServiceServer)

func RegisterShapeServiceServer

func RegisterShapeServiceServer(s grpc.ServiceRegistrar, srv ShapeServiceServer)

Types

type ArcShapeClone0Request

type ArcShapeClone0Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ArcShapeClone0Request) Descriptor deprecated

func (*ArcShapeClone0Request) Descriptor() ([]byte, []int)

Deprecated: Use ArcShapeClone0Request.ProtoReflect.Descriptor instead.

func (*ArcShapeClone0Request) GetHandle

func (x *ArcShapeClone0Request) GetHandle() int64

func (*ArcShapeClone0Request) ProtoMessage

func (*ArcShapeClone0Request) ProtoMessage()

func (*ArcShapeClone0Request) ProtoReflect

func (x *ArcShapeClone0Request) ProtoReflect() protoreflect.Message

func (*ArcShapeClone0Request) Reset

func (x *ArcShapeClone0Request) Reset()

func (*ArcShapeClone0Request) String

func (x *ArcShapeClone0Request) String() string

type ArcShapeClone0_1Request

type ArcShapeClone0_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ArcShapeClone0_1Request) Descriptor deprecated

func (*ArcShapeClone0_1Request) Descriptor() ([]byte, []int)

Deprecated: Use ArcShapeClone0_1Request.ProtoReflect.Descriptor instead.

func (*ArcShapeClone0_1Request) GetHandle

func (x *ArcShapeClone0_1Request) GetHandle() int64

func (*ArcShapeClone0_1Request) ProtoMessage

func (*ArcShapeClone0_1Request) ProtoMessage()

func (*ArcShapeClone0_1Request) ProtoReflect

func (x *ArcShapeClone0_1Request) ProtoReflect() protoreflect.Message

func (*ArcShapeClone0_1Request) Reset

func (x *ArcShapeClone0_1Request) Reset()

func (*ArcShapeClone0_1Request) String

func (x *ArcShapeClone0_1Request) String() string

type ArcShapeDrawRequest

type ArcShapeDrawRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*ArcShapeDrawRequest) Descriptor deprecated

func (*ArcShapeDrawRequest) Descriptor() ([]byte, []int)

Deprecated: Use ArcShapeDrawRequest.ProtoReflect.Descriptor instead.

func (*ArcShapeDrawRequest) GetArg0

func (x *ArcShapeDrawRequest) GetArg0() int64

func (*ArcShapeDrawRequest) GetArg1

func (x *ArcShapeDrawRequest) GetArg1() int64

func (*ArcShapeDrawRequest) GetHandle

func (x *ArcShapeDrawRequest) GetHandle() int64

func (*ArcShapeDrawRequest) ProtoMessage

func (*ArcShapeDrawRequest) ProtoMessage()

func (*ArcShapeDrawRequest) ProtoReflect

func (x *ArcShapeDrawRequest) ProtoReflect() protoreflect.Message

func (*ArcShapeDrawRequest) Reset

func (x *ArcShapeDrawRequest) Reset()

func (*ArcShapeDrawRequest) String

func (x *ArcShapeDrawRequest) String() string

type ArcShapeEqualsRequest

type ArcShapeEqualsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*ArcShapeEqualsRequest) Descriptor deprecated

func (*ArcShapeEqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ArcShapeEqualsRequest.ProtoReflect.Descriptor instead.

func (*ArcShapeEqualsRequest) GetArg0

func (x *ArcShapeEqualsRequest) GetArg0() int64

func (*ArcShapeEqualsRequest) GetHandle

func (x *ArcShapeEqualsRequest) GetHandle() int64

func (*ArcShapeEqualsRequest) ProtoMessage

func (*ArcShapeEqualsRequest) ProtoMessage()

func (*ArcShapeEqualsRequest) ProtoReflect

func (x *ArcShapeEqualsRequest) ProtoReflect() protoreflect.Message

func (*ArcShapeEqualsRequest) Reset

func (x *ArcShapeEqualsRequest) Reset()

func (*ArcShapeEqualsRequest) String

func (x *ArcShapeEqualsRequest) String() string

type ArcShapeGetOutlineRequest

type ArcShapeGetOutlineRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*ArcShapeGetOutlineRequest) Descriptor deprecated

func (*ArcShapeGetOutlineRequest) Descriptor() ([]byte, []int)

Deprecated: Use ArcShapeGetOutlineRequest.ProtoReflect.Descriptor instead.

func (*ArcShapeGetOutlineRequest) GetArg0

func (x *ArcShapeGetOutlineRequest) GetArg0() int64

func (*ArcShapeGetOutlineRequest) GetHandle

func (x *ArcShapeGetOutlineRequest) GetHandle() int64

func (*ArcShapeGetOutlineRequest) ProtoMessage

func (*ArcShapeGetOutlineRequest) ProtoMessage()

func (*ArcShapeGetOutlineRequest) ProtoReflect

func (*ArcShapeGetOutlineRequest) Reset

func (x *ArcShapeGetOutlineRequest) Reset()

func (*ArcShapeGetOutlineRequest) String

func (x *ArcShapeGetOutlineRequest) String() string

type ArcShapeHashCodeRequest

type ArcShapeHashCodeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ArcShapeHashCodeRequest) Descriptor deprecated

func (*ArcShapeHashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ArcShapeHashCodeRequest.ProtoReflect.Descriptor instead.

func (*ArcShapeHashCodeRequest) GetHandle

func (x *ArcShapeHashCodeRequest) GetHandle() int64

func (*ArcShapeHashCodeRequest) ProtoMessage

func (*ArcShapeHashCodeRequest) ProtoMessage()

func (*ArcShapeHashCodeRequest) ProtoReflect

func (x *ArcShapeHashCodeRequest) ProtoReflect() protoreflect.Message

func (*ArcShapeHashCodeRequest) Reset

func (x *ArcShapeHashCodeRequest) Reset()

func (*ArcShapeHashCodeRequest) String

func (x *ArcShapeHashCodeRequest) String() string

type ArcShapeServiceClient

ArcShapeServiceClient is the client API for ArcShapeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ArcShapeServiceServer

ArcShapeServiceServer is the server API for ArcShapeService service. All implementations must embed UnimplementedArcShapeServiceServer for forward compatibility.

type Clone0Request

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

func (*Clone0Request) Descriptor deprecated

func (*Clone0Request) Descriptor() ([]byte, []int)

Deprecated: Use Clone0Request.ProtoReflect.Descriptor instead.

func (*Clone0Request) ProtoMessage

func (*Clone0Request) ProtoMessage()

func (*Clone0Request) ProtoReflect

func (x *Clone0Request) ProtoReflect() protoreflect.Message

func (*Clone0Request) Reset

func (x *Clone0Request) Reset()

func (*Clone0Request) String

func (x *Clone0Request) String() string

type Clone0Response

type Clone0Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*Clone0Response) Descriptor deprecated

func (*Clone0Response) Descriptor() ([]byte, []int)

Deprecated: Use Clone0Response.ProtoReflect.Descriptor instead.

func (*Clone0Response) GetResult

func (x *Clone0Response) GetResult() int64

func (*Clone0Response) ProtoMessage

func (*Clone0Response) ProtoMessage()

func (*Clone0Response) ProtoReflect

func (x *Clone0Response) ProtoReflect() protoreflect.Message

func (*Clone0Response) Reset

func (x *Clone0Response) Reset()

func (*Clone0Response) String

func (x *Clone0Response) String() string

type Clone0_1Request

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

func (*Clone0_1Request) Descriptor deprecated

func (*Clone0_1Request) Descriptor() ([]byte, []int)

Deprecated: Use Clone0_1Request.ProtoReflect.Descriptor instead.

func (*Clone0_1Request) ProtoMessage

func (*Clone0_1Request) ProtoMessage()

func (*Clone0_1Request) ProtoReflect

func (x *Clone0_1Request) ProtoReflect() protoreflect.Message

func (*Clone0_1Request) Reset

func (x *Clone0_1Request) Reset()

func (*Clone0_1Request) String

func (x *Clone0_1Request) String() string

type Clone0_1Response

type Clone0_1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*Clone0_1Response) Descriptor deprecated

func (*Clone0_1Response) Descriptor() ([]byte, []int)

Deprecated: Use Clone0_1Response.ProtoReflect.Descriptor instead.

func (*Clone0_1Response) GetResult

func (x *Clone0_1Response) GetResult() int64

func (*Clone0_1Response) ProtoMessage

func (*Clone0_1Response) ProtoMessage()

func (*Clone0_1Response) ProtoReflect

func (x *Clone0_1Response) ProtoReflect() protoreflect.Message

func (*Clone0_1Response) Reset

func (x *Clone0_1Response) Reset()

func (*Clone0_1Response) String

func (x *Clone0_1Response) String() string

type Clone0_2Request

type Clone0_2Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*Clone0_2Request) Descriptor deprecated

func (*Clone0_2Request) Descriptor() ([]byte, []int)

Deprecated: Use Clone0_2Request.ProtoReflect.Descriptor instead.

func (*Clone0_2Request) GetHandle

func (x *Clone0_2Request) GetHandle() int64

func (*Clone0_2Request) ProtoMessage

func (*Clone0_2Request) ProtoMessage()

func (*Clone0_2Request) ProtoReflect

func (x *Clone0_2Request) ProtoReflect() protoreflect.Message

func (*Clone0_2Request) Reset

func (x *Clone0_2Request) Reset()

func (*Clone0_2Request) String

func (x *Clone0_2Request) String() string

type Clone0_2Response

type Clone0_2Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*Clone0_2Response) Descriptor deprecated

func (*Clone0_2Response) Descriptor() ([]byte, []int)

Deprecated: Use Clone0_2Response.ProtoReflect.Descriptor instead.

func (*Clone0_2Response) GetResult

func (x *Clone0_2Response) GetResult() int64

func (*Clone0_2Response) ProtoMessage

func (*Clone0_2Response) ProtoMessage()

func (*Clone0_2Response) ProtoReflect

func (x *Clone0_2Response) ProtoReflect() protoreflect.Message

func (*Clone0_2Response) Reset

func (x *Clone0_2Response) Reset()

func (*Clone0_2Response) String

func (x *Clone0_2Response) String() string

type Clone0_3Request

type Clone0_3Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*Clone0_3Request) Descriptor deprecated

func (*Clone0_3Request) Descriptor() ([]byte, []int)

Deprecated: Use Clone0_3Request.ProtoReflect.Descriptor instead.

func (*Clone0_3Request) GetHandle

func (x *Clone0_3Request) GetHandle() int64

func (*Clone0_3Request) ProtoMessage

func (*Clone0_3Request) ProtoMessage()

func (*Clone0_3Request) ProtoReflect

func (x *Clone0_3Request) ProtoReflect() protoreflect.Message

func (*Clone0_3Request) Reset

func (x *Clone0_3Request) Reset()

func (*Clone0_3Request) String

func (x *Clone0_3Request) String() string

type Clone0_3Response

type Clone0_3Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*Clone0_3Response) Descriptor deprecated

func (*Clone0_3Response) Descriptor() ([]byte, []int)

Deprecated: Use Clone0_3Response.ProtoReflect.Descriptor instead.

func (*Clone0_3Response) GetResult

func (x *Clone0_3Response) GetResult() int64

func (*Clone0_3Response) ProtoMessage

func (*Clone0_3Response) ProtoMessage()

func (*Clone0_3Response) ProtoReflect

func (x *Clone0_3Response) ProtoReflect() protoreflect.Message

func (*Clone0_3Response) Reset

func (x *Clone0_3Response) Reset()

func (*Clone0_3Response) String

func (x *Clone0_3Response) String() string

type DrawRequest

type DrawRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*DrawRequest) Descriptor deprecated

func (*DrawRequest) Descriptor() ([]byte, []int)

Deprecated: Use DrawRequest.ProtoReflect.Descriptor instead.

func (*DrawRequest) GetArg0

func (x *DrawRequest) GetArg0() int64

func (*DrawRequest) GetArg1

func (x *DrawRequest) GetArg1() int64

func (*DrawRequest) ProtoMessage

func (*DrawRequest) ProtoMessage()

func (*DrawRequest) ProtoReflect

func (x *DrawRequest) ProtoReflect() protoreflect.Message

func (*DrawRequest) Reset

func (x *DrawRequest) Reset()

func (*DrawRequest) String

func (x *DrawRequest) String() string

type DrawResponse

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

func (*DrawResponse) Descriptor deprecated

func (*DrawResponse) Descriptor() ([]byte, []int)

Deprecated: Use DrawResponse.ProtoReflect.Descriptor instead.

func (*DrawResponse) ProtoMessage

func (*DrawResponse) ProtoMessage()

func (*DrawResponse) ProtoReflect

func (x *DrawResponse) ProtoReflect() protoreflect.Message

func (*DrawResponse) Reset

func (x *DrawResponse) Reset()

func (*DrawResponse) String

func (x *DrawResponse) String() string

type EqualsRequest

type EqualsRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsRequest) Descriptor deprecated

func (*EqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.

func (*EqualsRequest) GetArg0

func (x *EqualsRequest) GetArg0() int64

func (*EqualsRequest) ProtoMessage

func (*EqualsRequest) ProtoMessage()

func (*EqualsRequest) ProtoReflect

func (x *EqualsRequest) ProtoReflect() protoreflect.Message

func (*EqualsRequest) Reset

func (x *EqualsRequest) Reset()

func (*EqualsRequest) String

func (x *EqualsRequest) String() string

type EqualsResponse

type EqualsResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsResponse) Descriptor deprecated

func (*EqualsResponse) Descriptor() ([]byte, []int)

Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.

func (*EqualsResponse) GetResult

func (x *EqualsResponse) GetResult() bool

func (*EqualsResponse) ProtoMessage

func (*EqualsResponse) ProtoMessage()

func (*EqualsResponse) ProtoReflect

func (x *EqualsResponse) ProtoReflect() protoreflect.Message

func (*EqualsResponse) Reset

func (x *EqualsResponse) Reset()

func (*EqualsResponse) String

func (x *EqualsResponse) String() string

type GetHeightRequest

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

func (*GetHeightRequest) Descriptor deprecated

func (*GetHeightRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHeightRequest.ProtoReflect.Descriptor instead.

func (*GetHeightRequest) ProtoMessage

func (*GetHeightRequest) ProtoMessage()

func (*GetHeightRequest) ProtoReflect

func (x *GetHeightRequest) ProtoReflect() protoreflect.Message

func (*GetHeightRequest) Reset

func (x *GetHeightRequest) Reset()

func (*GetHeightRequest) String

func (x *GetHeightRequest) String() string

type GetHeightResponse

type GetHeightResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHeightResponse) Descriptor deprecated

func (*GetHeightResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetHeightResponse.ProtoReflect.Descriptor instead.

func (*GetHeightResponse) GetResult

func (x *GetHeightResponse) GetResult() float32

func (*GetHeightResponse) ProtoMessage

func (*GetHeightResponse) ProtoMessage()

func (*GetHeightResponse) ProtoReflect

func (x *GetHeightResponse) ProtoReflect() protoreflect.Message

func (*GetHeightResponse) Reset

func (x *GetHeightResponse) Reset()

func (*GetHeightResponse) String

func (x *GetHeightResponse) String() string

type GetOutlineRequest

type GetOutlineRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOutlineRequest) Descriptor deprecated

func (*GetOutlineRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOutlineRequest.ProtoReflect.Descriptor instead.

func (*GetOutlineRequest) GetArg0

func (x *GetOutlineRequest) GetArg0() int64

func (*GetOutlineRequest) ProtoMessage

func (*GetOutlineRequest) ProtoMessage()

func (*GetOutlineRequest) ProtoReflect

func (x *GetOutlineRequest) ProtoReflect() protoreflect.Message

func (*GetOutlineRequest) Reset

func (x *GetOutlineRequest) Reset()

func (*GetOutlineRequest) String

func (x *GetOutlineRequest) String() string

type GetOutlineResponse

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

func (*GetOutlineResponse) Descriptor deprecated

func (*GetOutlineResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOutlineResponse.ProtoReflect.Descriptor instead.

func (*GetOutlineResponse) ProtoMessage

func (*GetOutlineResponse) ProtoMessage()

func (*GetOutlineResponse) ProtoReflect

func (x *GetOutlineResponse) ProtoReflect() protoreflect.Message

func (*GetOutlineResponse) Reset

func (x *GetOutlineResponse) Reset()

func (*GetOutlineResponse) String

func (x *GetOutlineResponse) String() string

type GetStartAngleRequest

type GetStartAngleRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStartAngleRequest) Descriptor deprecated

func (*GetStartAngleRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetStartAngleRequest.ProtoReflect.Descriptor instead.

func (*GetStartAngleRequest) GetHandle

func (x *GetStartAngleRequest) GetHandle() int64

func (*GetStartAngleRequest) ProtoMessage

func (*GetStartAngleRequest) ProtoMessage()

func (*GetStartAngleRequest) ProtoReflect

func (x *GetStartAngleRequest) ProtoReflect() protoreflect.Message

func (*GetStartAngleRequest) Reset

func (x *GetStartAngleRequest) Reset()

func (*GetStartAngleRequest) String

func (x *GetStartAngleRequest) String() string

type GetStartAngleResponse

type GetStartAngleResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStartAngleResponse) Descriptor deprecated

func (*GetStartAngleResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetStartAngleResponse.ProtoReflect.Descriptor instead.

func (*GetStartAngleResponse) GetResult

func (x *GetStartAngleResponse) GetResult() float32

func (*GetStartAngleResponse) ProtoMessage

func (*GetStartAngleResponse) ProtoMessage()

func (*GetStartAngleResponse) ProtoReflect

func (x *GetStartAngleResponse) ProtoReflect() protoreflect.Message

func (*GetStartAngleResponse) Reset

func (x *GetStartAngleResponse) Reset()

func (*GetStartAngleResponse) String

func (x *GetStartAngleResponse) String() string

type GetSweepAngleRequest

type GetSweepAngleRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSweepAngleRequest) Descriptor deprecated

func (*GetSweepAngleRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSweepAngleRequest.ProtoReflect.Descriptor instead.

func (*GetSweepAngleRequest) GetHandle

func (x *GetSweepAngleRequest) GetHandle() int64

func (*GetSweepAngleRequest) ProtoMessage

func (*GetSweepAngleRequest) ProtoMessage()

func (*GetSweepAngleRequest) ProtoReflect

func (x *GetSweepAngleRequest) ProtoReflect() protoreflect.Message

func (*GetSweepAngleRequest) Reset

func (x *GetSweepAngleRequest) Reset()

func (*GetSweepAngleRequest) String

func (x *GetSweepAngleRequest) String() string

type GetSweepAngleResponse

type GetSweepAngleResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSweepAngleResponse) Descriptor deprecated

func (*GetSweepAngleResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSweepAngleResponse.ProtoReflect.Descriptor instead.

func (*GetSweepAngleResponse) GetResult

func (x *GetSweepAngleResponse) GetResult() float32

func (*GetSweepAngleResponse) ProtoMessage

func (*GetSweepAngleResponse) ProtoMessage()

func (*GetSweepAngleResponse) ProtoReflect

func (x *GetSweepAngleResponse) ProtoReflect() protoreflect.Message

func (*GetSweepAngleResponse) Reset

func (x *GetSweepAngleResponse) Reset()

func (*GetSweepAngleResponse) String

func (x *GetSweepAngleResponse) String() string

type GetWidthRequest

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

func (*GetWidthRequest) Descriptor deprecated

func (*GetWidthRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWidthRequest.ProtoReflect.Descriptor instead.

func (*GetWidthRequest) ProtoMessage

func (*GetWidthRequest) ProtoMessage()

func (*GetWidthRequest) ProtoReflect

func (x *GetWidthRequest) ProtoReflect() protoreflect.Message

func (*GetWidthRequest) Reset

func (x *GetWidthRequest) Reset()

func (*GetWidthRequest) String

func (x *GetWidthRequest) String() string

type GetWidthResponse

type GetWidthResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWidthResponse) Descriptor deprecated

func (*GetWidthResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWidthResponse.ProtoReflect.Descriptor instead.

func (*GetWidthResponse) GetResult

func (x *GetWidthResponse) GetResult() float32

func (*GetWidthResponse) ProtoMessage

func (*GetWidthResponse) ProtoMessage()

func (*GetWidthResponse) ProtoReflect

func (x *GetWidthResponse) ProtoReflect() protoreflect.Message

func (*GetWidthResponse) Reset

func (x *GetWidthResponse) Reset()

func (*GetWidthResponse) String

func (x *GetWidthResponse) String() string

type HasAlphaRequest

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

func (*HasAlphaRequest) Descriptor deprecated

func (*HasAlphaRequest) Descriptor() ([]byte, []int)

Deprecated: Use HasAlphaRequest.ProtoReflect.Descriptor instead.

func (*HasAlphaRequest) ProtoMessage

func (*HasAlphaRequest) ProtoMessage()

func (*HasAlphaRequest) ProtoReflect

func (x *HasAlphaRequest) ProtoReflect() protoreflect.Message

func (*HasAlphaRequest) Reset

func (x *HasAlphaRequest) Reset()

func (*HasAlphaRequest) String

func (x *HasAlphaRequest) String() string

type HasAlphaResponse

type HasAlphaResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HasAlphaResponse) Descriptor deprecated

func (*HasAlphaResponse) Descriptor() ([]byte, []int)

Deprecated: Use HasAlphaResponse.ProtoReflect.Descriptor instead.

func (*HasAlphaResponse) GetResult

func (x *HasAlphaResponse) GetResult() bool

func (*HasAlphaResponse) ProtoMessage

func (*HasAlphaResponse) ProtoMessage()

func (*HasAlphaResponse) ProtoReflect

func (x *HasAlphaResponse) ProtoReflect() protoreflect.Message

func (*HasAlphaResponse) Reset

func (x *HasAlphaResponse) Reset()

func (*HasAlphaResponse) String

func (x *HasAlphaResponse) String() string

type HashCodeRequest

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

func (*HashCodeRequest) Descriptor deprecated

func (*HashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.

func (*HashCodeRequest) ProtoMessage

func (*HashCodeRequest) ProtoMessage()

func (*HashCodeRequest) ProtoReflect

func (x *HashCodeRequest) ProtoReflect() protoreflect.Message

func (*HashCodeRequest) Reset

func (x *HashCodeRequest) Reset()

func (*HashCodeRequest) String

func (x *HashCodeRequest) String() string

type HashCodeResponse

type HashCodeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HashCodeResponse) Descriptor deprecated

func (*HashCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.

func (*HashCodeResponse) GetResult

func (x *HashCodeResponse) GetResult() int32

func (*HashCodeResponse) ProtoMessage

func (*HashCodeResponse) ProtoMessage()

func (*HashCodeResponse) ProtoReflect

func (x *HashCodeResponse) ProtoReflect() protoreflect.Message

func (*HashCodeResponse) Reset

func (x *HashCodeResponse) Reset()

func (*HashCodeResponse) String

func (x *HashCodeResponse) String() string

type NewArcShapeRequest

type NewArcShapeRequest struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 float32 `protobuf:"fixed32,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewArcShapeRequest) Descriptor deprecated

func (*NewArcShapeRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewArcShapeRequest.ProtoReflect.Descriptor instead.

func (*NewArcShapeRequest) GetArg0

func (x *NewArcShapeRequest) GetArg0() float32

func (*NewArcShapeRequest) GetArg1

func (x *NewArcShapeRequest) GetArg1() float32

func (*NewArcShapeRequest) ProtoMessage

func (*NewArcShapeRequest) ProtoMessage()

func (*NewArcShapeRequest) ProtoReflect

func (x *NewArcShapeRequest) ProtoReflect() protoreflect.Message

func (*NewArcShapeRequest) Reset

func (x *NewArcShapeRequest) Reset()

func (*NewArcShapeRequest) String

func (x *NewArcShapeRequest) String() string

type NewArcShapeResponse

type NewArcShapeResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewArcShapeResponse) Descriptor deprecated

func (*NewArcShapeResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewArcShapeResponse.ProtoReflect.Descriptor instead.

func (*NewArcShapeResponse) GetResult

func (x *NewArcShapeResponse) GetResult() int64

func (*NewArcShapeResponse) ProtoMessage

func (*NewArcShapeResponse) ProtoMessage()

func (*NewArcShapeResponse) ProtoReflect

func (x *NewArcShapeResponse) ProtoReflect() protoreflect.Message

func (*NewArcShapeResponse) Reset

func (x *NewArcShapeResponse) Reset()

func (*NewArcShapeResponse) String

func (x *NewArcShapeResponse) String() string

type NewOvalShapeRequest

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

func (*NewOvalShapeRequest) Descriptor deprecated

func (*NewOvalShapeRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewOvalShapeRequest.ProtoReflect.Descriptor instead.

func (*NewOvalShapeRequest) ProtoMessage

func (*NewOvalShapeRequest) ProtoMessage()

func (*NewOvalShapeRequest) ProtoReflect

func (x *NewOvalShapeRequest) ProtoReflect() protoreflect.Message

func (*NewOvalShapeRequest) Reset

func (x *NewOvalShapeRequest) Reset()

func (*NewOvalShapeRequest) String

func (x *NewOvalShapeRequest) String() string

type NewOvalShapeResponse

type NewOvalShapeResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewOvalShapeResponse) Descriptor deprecated

func (*NewOvalShapeResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewOvalShapeResponse.ProtoReflect.Descriptor instead.

func (*NewOvalShapeResponse) GetResult

func (x *NewOvalShapeResponse) GetResult() int64

func (*NewOvalShapeResponse) ProtoMessage

func (*NewOvalShapeResponse) ProtoMessage()

func (*NewOvalShapeResponse) ProtoReflect

func (x *NewOvalShapeResponse) ProtoReflect() protoreflect.Message

func (*NewOvalShapeResponse) Reset

func (x *NewOvalShapeResponse) Reset()

func (*NewOvalShapeResponse) String

func (x *NewOvalShapeResponse) String() string

type NewPathShapeRequest

type NewPathShapeRequest struct {
	Arg0 int64   `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 float32 `protobuf:"fixed32,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 float32 `protobuf:"fixed32,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*NewPathShapeRequest) Descriptor deprecated

func (*NewPathShapeRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewPathShapeRequest.ProtoReflect.Descriptor instead.

func (*NewPathShapeRequest) GetArg0

func (x *NewPathShapeRequest) GetArg0() int64

func (*NewPathShapeRequest) GetArg1

func (x *NewPathShapeRequest) GetArg1() float32

func (*NewPathShapeRequest) GetArg2

func (x *NewPathShapeRequest) GetArg2() float32

func (*NewPathShapeRequest) ProtoMessage

func (*NewPathShapeRequest) ProtoMessage()

func (*NewPathShapeRequest) ProtoReflect

func (x *NewPathShapeRequest) ProtoReflect() protoreflect.Message

func (*NewPathShapeRequest) Reset

func (x *NewPathShapeRequest) Reset()

func (*NewPathShapeRequest) String

func (x *NewPathShapeRequest) String() string

type NewPathShapeResponse

type NewPathShapeResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewPathShapeResponse) Descriptor deprecated

func (*NewPathShapeResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewPathShapeResponse.ProtoReflect.Descriptor instead.

func (*NewPathShapeResponse) GetResult

func (x *NewPathShapeResponse) GetResult() int64

func (*NewPathShapeResponse) ProtoMessage

func (*NewPathShapeResponse) ProtoMessage()

func (*NewPathShapeResponse) ProtoReflect

func (x *NewPathShapeResponse) ProtoReflect() protoreflect.Message

func (*NewPathShapeResponse) Reset

func (x *NewPathShapeResponse) Reset()

func (*NewPathShapeResponse) String

func (x *NewPathShapeResponse) String() string

type NewRectShapeRequest

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

func (*NewRectShapeRequest) Descriptor deprecated

func (*NewRectShapeRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewRectShapeRequest.ProtoReflect.Descriptor instead.

func (*NewRectShapeRequest) ProtoMessage

func (*NewRectShapeRequest) ProtoMessage()

func (*NewRectShapeRequest) ProtoReflect

func (x *NewRectShapeRequest) ProtoReflect() protoreflect.Message

func (*NewRectShapeRequest) Reset

func (x *NewRectShapeRequest) Reset()

func (*NewRectShapeRequest) String

func (x *NewRectShapeRequest) String() string

type NewRectShapeResponse

type NewRectShapeResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewRectShapeResponse) Descriptor deprecated

func (*NewRectShapeResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewRectShapeResponse.ProtoReflect.Descriptor instead.

func (*NewRectShapeResponse) GetResult

func (x *NewRectShapeResponse) GetResult() int64

func (*NewRectShapeResponse) ProtoMessage

func (*NewRectShapeResponse) ProtoMessage()

func (*NewRectShapeResponse) ProtoReflect

func (x *NewRectShapeResponse) ProtoReflect() protoreflect.Message

func (*NewRectShapeResponse) Reset

func (x *NewRectShapeResponse) Reset()

func (*NewRectShapeResponse) String

func (x *NewRectShapeResponse) String() string

type NewRoundRectShapeRequest

type NewRoundRectShapeRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*NewRoundRectShapeRequest) Descriptor deprecated

func (*NewRoundRectShapeRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewRoundRectShapeRequest.ProtoReflect.Descriptor instead.

func (*NewRoundRectShapeRequest) GetArg0

func (x *NewRoundRectShapeRequest) GetArg0() int64

func (*NewRoundRectShapeRequest) GetArg1

func (x *NewRoundRectShapeRequest) GetArg1() int64

func (*NewRoundRectShapeRequest) GetArg2

func (x *NewRoundRectShapeRequest) GetArg2() int64

func (*NewRoundRectShapeRequest) ProtoMessage

func (*NewRoundRectShapeRequest) ProtoMessage()

func (*NewRoundRectShapeRequest) ProtoReflect

func (x *NewRoundRectShapeRequest) ProtoReflect() protoreflect.Message

func (*NewRoundRectShapeRequest) Reset

func (x *NewRoundRectShapeRequest) Reset()

func (*NewRoundRectShapeRequest) String

func (x *NewRoundRectShapeRequest) String() string

type NewRoundRectShapeResponse

type NewRoundRectShapeResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewRoundRectShapeResponse) Descriptor deprecated

func (*NewRoundRectShapeResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewRoundRectShapeResponse.ProtoReflect.Descriptor instead.

func (*NewRoundRectShapeResponse) GetResult

func (x *NewRoundRectShapeResponse) GetResult() int64

func (*NewRoundRectShapeResponse) ProtoMessage

func (*NewRoundRectShapeResponse) ProtoMessage()

func (*NewRoundRectShapeResponse) ProtoReflect

func (*NewRoundRectShapeResponse) Reset

func (x *NewRoundRectShapeResponse) Reset()

func (*NewRoundRectShapeResponse) String

func (x *NewRoundRectShapeResponse) String() string

type OvalShapeClone0Request

type OvalShapeClone0Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*OvalShapeClone0Request) Descriptor deprecated

func (*OvalShapeClone0Request) Descriptor() ([]byte, []int)

Deprecated: Use OvalShapeClone0Request.ProtoReflect.Descriptor instead.

func (*OvalShapeClone0Request) GetHandle

func (x *OvalShapeClone0Request) GetHandle() int64

func (*OvalShapeClone0Request) ProtoMessage

func (*OvalShapeClone0Request) ProtoMessage()

func (*OvalShapeClone0Request) ProtoReflect

func (x *OvalShapeClone0Request) ProtoReflect() protoreflect.Message

func (*OvalShapeClone0Request) Reset

func (x *OvalShapeClone0Request) Reset()

func (*OvalShapeClone0Request) String

func (x *OvalShapeClone0Request) String() string

type OvalShapeClone0_1Request

type OvalShapeClone0_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*OvalShapeClone0_1Request) Descriptor deprecated

func (*OvalShapeClone0_1Request) Descriptor() ([]byte, []int)

Deprecated: Use OvalShapeClone0_1Request.ProtoReflect.Descriptor instead.

func (*OvalShapeClone0_1Request) GetHandle

func (x *OvalShapeClone0_1Request) GetHandle() int64

func (*OvalShapeClone0_1Request) ProtoMessage

func (*OvalShapeClone0_1Request) ProtoMessage()

func (*OvalShapeClone0_1Request) ProtoReflect

func (x *OvalShapeClone0_1Request) ProtoReflect() protoreflect.Message

func (*OvalShapeClone0_1Request) Reset

func (x *OvalShapeClone0_1Request) Reset()

func (*OvalShapeClone0_1Request) String

func (x *OvalShapeClone0_1Request) String() string

type OvalShapeDrawRequest

type OvalShapeDrawRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OvalShapeDrawRequest) Descriptor deprecated

func (*OvalShapeDrawRequest) Descriptor() ([]byte, []int)

Deprecated: Use OvalShapeDrawRequest.ProtoReflect.Descriptor instead.

func (*OvalShapeDrawRequest) GetArg0

func (x *OvalShapeDrawRequest) GetArg0() int64

func (*OvalShapeDrawRequest) GetArg1

func (x *OvalShapeDrawRequest) GetArg1() int64

func (*OvalShapeDrawRequest) GetHandle

func (x *OvalShapeDrawRequest) GetHandle() int64

func (*OvalShapeDrawRequest) ProtoMessage

func (*OvalShapeDrawRequest) ProtoMessage()

func (*OvalShapeDrawRequest) ProtoReflect

func (x *OvalShapeDrawRequest) ProtoReflect() protoreflect.Message

func (*OvalShapeDrawRequest) Reset

func (x *OvalShapeDrawRequest) Reset()

func (*OvalShapeDrawRequest) String

func (x *OvalShapeDrawRequest) String() string

type OvalShapeGetOutlineRequest

type OvalShapeGetOutlineRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OvalShapeGetOutlineRequest) Descriptor deprecated

func (*OvalShapeGetOutlineRequest) Descriptor() ([]byte, []int)

Deprecated: Use OvalShapeGetOutlineRequest.ProtoReflect.Descriptor instead.

func (*OvalShapeGetOutlineRequest) GetArg0

func (x *OvalShapeGetOutlineRequest) GetArg0() int64

func (*OvalShapeGetOutlineRequest) GetHandle

func (x *OvalShapeGetOutlineRequest) GetHandle() int64

func (*OvalShapeGetOutlineRequest) ProtoMessage

func (*OvalShapeGetOutlineRequest) ProtoMessage()

func (*OvalShapeGetOutlineRequest) ProtoReflect

func (*OvalShapeGetOutlineRequest) Reset

func (x *OvalShapeGetOutlineRequest) Reset()

func (*OvalShapeGetOutlineRequest) String

func (x *OvalShapeGetOutlineRequest) String() string

type OvalShapeServiceClient

OvalShapeServiceClient is the client API for OvalShapeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type OvalShapeServiceServer

OvalShapeServiceServer is the server API for OvalShapeService service. All implementations must embed UnimplementedOvalShapeServiceServer for forward compatibility.

type PathShapeClone0Request

type PathShapeClone0Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*PathShapeClone0Request) Descriptor deprecated

func (*PathShapeClone0Request) Descriptor() ([]byte, []int)

Deprecated: Use PathShapeClone0Request.ProtoReflect.Descriptor instead.

func (*PathShapeClone0Request) GetHandle

func (x *PathShapeClone0Request) GetHandle() int64

func (*PathShapeClone0Request) ProtoMessage

func (*PathShapeClone0Request) ProtoMessage()

func (*PathShapeClone0Request) ProtoReflect

func (x *PathShapeClone0Request) ProtoReflect() protoreflect.Message

func (*PathShapeClone0Request) Reset

func (x *PathShapeClone0Request) Reset()

func (*PathShapeClone0Request) String

func (x *PathShapeClone0Request) String() string

type PathShapeClone0_1Request

type PathShapeClone0_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*PathShapeClone0_1Request) Descriptor deprecated

func (*PathShapeClone0_1Request) Descriptor() ([]byte, []int)

Deprecated: Use PathShapeClone0_1Request.ProtoReflect.Descriptor instead.

func (*PathShapeClone0_1Request) GetHandle

func (x *PathShapeClone0_1Request) GetHandle() int64

func (*PathShapeClone0_1Request) ProtoMessage

func (*PathShapeClone0_1Request) ProtoMessage()

func (*PathShapeClone0_1Request) ProtoReflect

func (x *PathShapeClone0_1Request) ProtoReflect() protoreflect.Message

func (*PathShapeClone0_1Request) Reset

func (x *PathShapeClone0_1Request) Reset()

func (*PathShapeClone0_1Request) String

func (x *PathShapeClone0_1Request) String() string

type PathShapeDrawRequest

type PathShapeDrawRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*PathShapeDrawRequest) Descriptor deprecated

func (*PathShapeDrawRequest) Descriptor() ([]byte, []int)

Deprecated: Use PathShapeDrawRequest.ProtoReflect.Descriptor instead.

func (*PathShapeDrawRequest) GetArg0

func (x *PathShapeDrawRequest) GetArg0() int64

func (*PathShapeDrawRequest) GetArg1

func (x *PathShapeDrawRequest) GetArg1() int64

func (*PathShapeDrawRequest) GetHandle

func (x *PathShapeDrawRequest) GetHandle() int64

func (*PathShapeDrawRequest) ProtoMessage

func (*PathShapeDrawRequest) ProtoMessage()

func (*PathShapeDrawRequest) ProtoReflect

func (x *PathShapeDrawRequest) ProtoReflect() protoreflect.Message

func (*PathShapeDrawRequest) Reset

func (x *PathShapeDrawRequest) Reset()

func (*PathShapeDrawRequest) String

func (x *PathShapeDrawRequest) String() string

type PathShapeEqualsRequest

type PathShapeEqualsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*PathShapeEqualsRequest) Descriptor deprecated

func (*PathShapeEqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use PathShapeEqualsRequest.ProtoReflect.Descriptor instead.

func (*PathShapeEqualsRequest) GetArg0

func (x *PathShapeEqualsRequest) GetArg0() int64

func (*PathShapeEqualsRequest) GetHandle

func (x *PathShapeEqualsRequest) GetHandle() int64

func (*PathShapeEqualsRequest) ProtoMessage

func (*PathShapeEqualsRequest) ProtoMessage()

func (*PathShapeEqualsRequest) ProtoReflect

func (x *PathShapeEqualsRequest) ProtoReflect() protoreflect.Message

func (*PathShapeEqualsRequest) Reset

func (x *PathShapeEqualsRequest) Reset()

func (*PathShapeEqualsRequest) String

func (x *PathShapeEqualsRequest) String() string

type PathShapeHashCodeRequest

type PathShapeHashCodeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*PathShapeHashCodeRequest) Descriptor deprecated

func (*PathShapeHashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use PathShapeHashCodeRequest.ProtoReflect.Descriptor instead.

func (*PathShapeHashCodeRequest) GetHandle

func (x *PathShapeHashCodeRequest) GetHandle() int64

func (*PathShapeHashCodeRequest) ProtoMessage

func (*PathShapeHashCodeRequest) ProtoMessage()

func (*PathShapeHashCodeRequest) ProtoReflect

func (x *PathShapeHashCodeRequest) ProtoReflect() protoreflect.Message

func (*PathShapeHashCodeRequest) Reset

func (x *PathShapeHashCodeRequest) Reset()

func (*PathShapeHashCodeRequest) String

func (x *PathShapeHashCodeRequest) String() string

type PathShapeServiceClient

PathShapeServiceClient is the client API for PathShapeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type PathShapeServiceServer

PathShapeServiceServer is the server API for PathShapeService service. All implementations must embed UnimplementedPathShapeServiceServer for forward compatibility.

type RectShapeClone0Request

type RectShapeClone0Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*RectShapeClone0Request) Descriptor deprecated

func (*RectShapeClone0Request) Descriptor() ([]byte, []int)

Deprecated: Use RectShapeClone0Request.ProtoReflect.Descriptor instead.

func (*RectShapeClone0Request) GetHandle

func (x *RectShapeClone0Request) GetHandle() int64

func (*RectShapeClone0Request) ProtoMessage

func (*RectShapeClone0Request) ProtoMessage()

func (*RectShapeClone0Request) ProtoReflect

func (x *RectShapeClone0Request) ProtoReflect() protoreflect.Message

func (*RectShapeClone0Request) Reset

func (x *RectShapeClone0Request) Reset()

func (*RectShapeClone0Request) String

func (x *RectShapeClone0Request) String() string

type RectShapeClone0_1Request

type RectShapeClone0_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*RectShapeClone0_1Request) Descriptor deprecated

func (*RectShapeClone0_1Request) Descriptor() ([]byte, []int)

Deprecated: Use RectShapeClone0_1Request.ProtoReflect.Descriptor instead.

func (*RectShapeClone0_1Request) GetHandle

func (x *RectShapeClone0_1Request) GetHandle() int64

func (*RectShapeClone0_1Request) ProtoMessage

func (*RectShapeClone0_1Request) ProtoMessage()

func (*RectShapeClone0_1Request) ProtoReflect

func (x *RectShapeClone0_1Request) ProtoReflect() protoreflect.Message

func (*RectShapeClone0_1Request) Reset

func (x *RectShapeClone0_1Request) Reset()

func (*RectShapeClone0_1Request) String

func (x *RectShapeClone0_1Request) String() string

type RectShapeDrawRequest

type RectShapeDrawRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*RectShapeDrawRequest) Descriptor deprecated

func (*RectShapeDrawRequest) Descriptor() ([]byte, []int)

Deprecated: Use RectShapeDrawRequest.ProtoReflect.Descriptor instead.

func (*RectShapeDrawRequest) GetArg0

func (x *RectShapeDrawRequest) GetArg0() int64

func (*RectShapeDrawRequest) GetArg1

func (x *RectShapeDrawRequest) GetArg1() int64

func (*RectShapeDrawRequest) GetHandle

func (x *RectShapeDrawRequest) GetHandle() int64

func (*RectShapeDrawRequest) ProtoMessage

func (*RectShapeDrawRequest) ProtoMessage()

func (*RectShapeDrawRequest) ProtoReflect

func (x *RectShapeDrawRequest) ProtoReflect() protoreflect.Message

func (*RectShapeDrawRequest) Reset

func (x *RectShapeDrawRequest) Reset()

func (*RectShapeDrawRequest) String

func (x *RectShapeDrawRequest) String() string

type RectShapeEqualsRequest

type RectShapeEqualsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RectShapeEqualsRequest) Descriptor deprecated

func (*RectShapeEqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use RectShapeEqualsRequest.ProtoReflect.Descriptor instead.

func (*RectShapeEqualsRequest) GetArg0

func (x *RectShapeEqualsRequest) GetArg0() int64

func (*RectShapeEqualsRequest) GetHandle

func (x *RectShapeEqualsRequest) GetHandle() int64

func (*RectShapeEqualsRequest) ProtoMessage

func (*RectShapeEqualsRequest) ProtoMessage()

func (*RectShapeEqualsRequest) ProtoReflect

func (x *RectShapeEqualsRequest) ProtoReflect() protoreflect.Message

func (*RectShapeEqualsRequest) Reset

func (x *RectShapeEqualsRequest) Reset()

func (*RectShapeEqualsRequest) String

func (x *RectShapeEqualsRequest) String() string

type RectShapeGetOutlineRequest

type RectShapeGetOutlineRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RectShapeGetOutlineRequest) Descriptor deprecated

func (*RectShapeGetOutlineRequest) Descriptor() ([]byte, []int)

Deprecated: Use RectShapeGetOutlineRequest.ProtoReflect.Descriptor instead.

func (*RectShapeGetOutlineRequest) GetArg0

func (x *RectShapeGetOutlineRequest) GetArg0() int64

func (*RectShapeGetOutlineRequest) GetHandle

func (x *RectShapeGetOutlineRequest) GetHandle() int64

func (*RectShapeGetOutlineRequest) ProtoMessage

func (*RectShapeGetOutlineRequest) ProtoMessage()

func (*RectShapeGetOutlineRequest) ProtoReflect

func (*RectShapeGetOutlineRequest) Reset

func (x *RectShapeGetOutlineRequest) Reset()

func (*RectShapeGetOutlineRequest) String

func (x *RectShapeGetOutlineRequest) String() string

type RectShapeHashCodeRequest

type RectShapeHashCodeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*RectShapeHashCodeRequest) Descriptor deprecated

func (*RectShapeHashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use RectShapeHashCodeRequest.ProtoReflect.Descriptor instead.

func (*RectShapeHashCodeRequest) GetHandle

func (x *RectShapeHashCodeRequest) GetHandle() int64

func (*RectShapeHashCodeRequest) ProtoMessage

func (*RectShapeHashCodeRequest) ProtoMessage()

func (*RectShapeHashCodeRequest) ProtoReflect

func (x *RectShapeHashCodeRequest) ProtoReflect() protoreflect.Message

func (*RectShapeHashCodeRequest) Reset

func (x *RectShapeHashCodeRequest) Reset()

func (*RectShapeHashCodeRequest) String

func (x *RectShapeHashCodeRequest) String() string

type RectShapeServiceClient

RectShapeServiceClient is the client API for RectShapeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RectShapeServiceServer

RectShapeServiceServer is the server API for RectShapeService service. All implementations must embed UnimplementedRectShapeServiceServer for forward compatibility.

type ResizeRequest

type ResizeRequest struct {
	Arg0 float32 `protobuf:"fixed32,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 float32 `protobuf:"fixed32,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*ResizeRequest) Descriptor deprecated

func (*ResizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResizeRequest.ProtoReflect.Descriptor instead.

func (*ResizeRequest) GetArg0

func (x *ResizeRequest) GetArg0() float32

func (*ResizeRequest) GetArg1

func (x *ResizeRequest) GetArg1() float32

func (*ResizeRequest) ProtoMessage

func (*ResizeRequest) ProtoMessage()

func (*ResizeRequest) ProtoReflect

func (x *ResizeRequest) ProtoReflect() protoreflect.Message

func (*ResizeRequest) Reset

func (x *ResizeRequest) Reset()

func (*ResizeRequest) String

func (x *ResizeRequest) String() string

type ResizeResponse

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

func (*ResizeResponse) Descriptor deprecated

func (*ResizeResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResizeResponse.ProtoReflect.Descriptor instead.

func (*ResizeResponse) ProtoMessage

func (*ResizeResponse) ProtoMessage()

func (*ResizeResponse) ProtoReflect

func (x *ResizeResponse) ProtoReflect() protoreflect.Message

func (*ResizeResponse) Reset

func (x *ResizeResponse) Reset()

func (*ResizeResponse) String

func (x *ResizeResponse) String() string

type RoundRectShapeClone0Request

type RoundRectShapeClone0Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*RoundRectShapeClone0Request) Descriptor deprecated

func (*RoundRectShapeClone0Request) Descriptor() ([]byte, []int)

Deprecated: Use RoundRectShapeClone0Request.ProtoReflect.Descriptor instead.

func (*RoundRectShapeClone0Request) GetHandle

func (x *RoundRectShapeClone0Request) GetHandle() int64

func (*RoundRectShapeClone0Request) ProtoMessage

func (*RoundRectShapeClone0Request) ProtoMessage()

func (*RoundRectShapeClone0Request) ProtoReflect

func (*RoundRectShapeClone0Request) Reset

func (x *RoundRectShapeClone0Request) Reset()

func (*RoundRectShapeClone0Request) String

func (x *RoundRectShapeClone0Request) String() string

type RoundRectShapeClone0_1Request

type RoundRectShapeClone0_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*RoundRectShapeClone0_1Request) Descriptor deprecated

func (*RoundRectShapeClone0_1Request) Descriptor() ([]byte, []int)

Deprecated: Use RoundRectShapeClone0_1Request.ProtoReflect.Descriptor instead.

func (*RoundRectShapeClone0_1Request) GetHandle

func (x *RoundRectShapeClone0_1Request) GetHandle() int64

func (*RoundRectShapeClone0_1Request) ProtoMessage

func (*RoundRectShapeClone0_1Request) ProtoMessage()

func (*RoundRectShapeClone0_1Request) ProtoReflect

func (*RoundRectShapeClone0_1Request) Reset

func (x *RoundRectShapeClone0_1Request) Reset()

func (*RoundRectShapeClone0_1Request) String

type RoundRectShapeDrawRequest

type RoundRectShapeDrawRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*RoundRectShapeDrawRequest) Descriptor deprecated

func (*RoundRectShapeDrawRequest) Descriptor() ([]byte, []int)

Deprecated: Use RoundRectShapeDrawRequest.ProtoReflect.Descriptor instead.

func (*RoundRectShapeDrawRequest) GetArg0

func (x *RoundRectShapeDrawRequest) GetArg0() int64

func (*RoundRectShapeDrawRequest) GetArg1

func (x *RoundRectShapeDrawRequest) GetArg1() int64

func (*RoundRectShapeDrawRequest) GetHandle

func (x *RoundRectShapeDrawRequest) GetHandle() int64

func (*RoundRectShapeDrawRequest) ProtoMessage

func (*RoundRectShapeDrawRequest) ProtoMessage()

func (*RoundRectShapeDrawRequest) ProtoReflect

func (*RoundRectShapeDrawRequest) Reset

func (x *RoundRectShapeDrawRequest) Reset()

func (*RoundRectShapeDrawRequest) String

func (x *RoundRectShapeDrawRequest) String() string

type RoundRectShapeEqualsRequest

type RoundRectShapeEqualsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RoundRectShapeEqualsRequest) Descriptor deprecated

func (*RoundRectShapeEqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use RoundRectShapeEqualsRequest.ProtoReflect.Descriptor instead.

func (*RoundRectShapeEqualsRequest) GetArg0

func (x *RoundRectShapeEqualsRequest) GetArg0() int64

func (*RoundRectShapeEqualsRequest) GetHandle

func (x *RoundRectShapeEqualsRequest) GetHandle() int64

func (*RoundRectShapeEqualsRequest) ProtoMessage

func (*RoundRectShapeEqualsRequest) ProtoMessage()

func (*RoundRectShapeEqualsRequest) ProtoReflect

func (*RoundRectShapeEqualsRequest) Reset

func (x *RoundRectShapeEqualsRequest) Reset()

func (*RoundRectShapeEqualsRequest) String

func (x *RoundRectShapeEqualsRequest) String() string

type RoundRectShapeGetOutlineRequest

type RoundRectShapeGetOutlineRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RoundRectShapeGetOutlineRequest) Descriptor deprecated

func (*RoundRectShapeGetOutlineRequest) Descriptor() ([]byte, []int)

Deprecated: Use RoundRectShapeGetOutlineRequest.ProtoReflect.Descriptor instead.

func (*RoundRectShapeGetOutlineRequest) GetArg0

func (*RoundRectShapeGetOutlineRequest) GetHandle

func (x *RoundRectShapeGetOutlineRequest) GetHandle() int64

func (*RoundRectShapeGetOutlineRequest) ProtoMessage

func (*RoundRectShapeGetOutlineRequest) ProtoMessage()

func (*RoundRectShapeGetOutlineRequest) ProtoReflect

func (*RoundRectShapeGetOutlineRequest) Reset

func (*RoundRectShapeGetOutlineRequest) String

type RoundRectShapeHashCodeRequest

type RoundRectShapeHashCodeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*RoundRectShapeHashCodeRequest) Descriptor deprecated

func (*RoundRectShapeHashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use RoundRectShapeHashCodeRequest.ProtoReflect.Descriptor instead.

func (*RoundRectShapeHashCodeRequest) GetHandle

func (x *RoundRectShapeHashCodeRequest) GetHandle() int64

func (*RoundRectShapeHashCodeRequest) ProtoMessage

func (*RoundRectShapeHashCodeRequest) ProtoMessage()

func (*RoundRectShapeHashCodeRequest) ProtoReflect

func (*RoundRectShapeHashCodeRequest) Reset

func (x *RoundRectShapeHashCodeRequest) Reset()

func (*RoundRectShapeHashCodeRequest) String

type RoundRectShapeServiceClient

RoundRectShapeServiceClient is the client API for RoundRectShapeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RoundRectShapeServiceServer

RoundRectShapeServiceServer is the server API for RoundRectShapeService service. All implementations must embed UnimplementedRoundRectShapeServiceServer for forward compatibility.

type ShapeServiceClient

type ShapeServiceClient interface {
	Clone0(ctx context.Context, in *Clone0Request, opts ...grpc.CallOption) (*Clone0Response, error)
	Draw(ctx context.Context, in *DrawRequest, opts ...grpc.CallOption) (*DrawResponse, error)
	Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
	GetHeight(ctx context.Context, in *GetHeightRequest, opts ...grpc.CallOption) (*GetHeightResponse, error)
	GetOutline(ctx context.Context, in *GetOutlineRequest, opts ...grpc.CallOption) (*GetOutlineResponse, error)
	GetWidth(ctx context.Context, in *GetWidthRequest, opts ...grpc.CallOption) (*GetWidthResponse, error)
	HasAlpha(ctx context.Context, in *HasAlphaRequest, opts ...grpc.CallOption) (*HasAlphaResponse, error)
	HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
	Resize(ctx context.Context, in *ResizeRequest, opts ...grpc.CallOption) (*ResizeResponse, error)
	Clone0_1(ctx context.Context, in *Clone0_1Request, opts ...grpc.CallOption) (*Clone0_1Response, error)
}

ShapeServiceClient is the client API for ShapeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ShapeServiceServer

ShapeServiceServer is the server API for ShapeService service. All implementations must embed UnimplementedShapeServiceServer for forward compatibility.

type UnimplementedArcShapeServiceServer

type UnimplementedArcShapeServiceServer struct{}

UnimplementedArcShapeServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedArcShapeServiceServer) Clone0

func (UnimplementedArcShapeServiceServer) Clone0_1

func (UnimplementedArcShapeServiceServer) Clone0_2

func (UnimplementedArcShapeServiceServer) Clone0_3

func (UnimplementedArcShapeServiceServer) Draw

func (UnimplementedArcShapeServiceServer) Equals

func (UnimplementedArcShapeServiceServer) GetOutline

func (UnimplementedArcShapeServiceServer) GetStartAngle

func (UnimplementedArcShapeServiceServer) GetSweepAngle

func (UnimplementedArcShapeServiceServer) HashCode

func (UnimplementedArcShapeServiceServer) NewArcShape

type UnimplementedOvalShapeServiceServer

type UnimplementedOvalShapeServiceServer struct{}

UnimplementedOvalShapeServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedOvalShapeServiceServer) Clone0

func (UnimplementedOvalShapeServiceServer) Clone0_1

func (UnimplementedOvalShapeServiceServer) Clone0_2

func (UnimplementedOvalShapeServiceServer) Clone0_3

func (UnimplementedOvalShapeServiceServer) Draw

func (UnimplementedOvalShapeServiceServer) GetOutline

func (UnimplementedOvalShapeServiceServer) NewOvalShape

type UnimplementedPathShapeServiceServer

type UnimplementedPathShapeServiceServer struct{}

UnimplementedPathShapeServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedPathShapeServiceServer) Clone0

func (UnimplementedPathShapeServiceServer) Clone0_1

func (UnimplementedPathShapeServiceServer) Clone0_2

func (UnimplementedPathShapeServiceServer) Draw

func (UnimplementedPathShapeServiceServer) Equals

func (UnimplementedPathShapeServiceServer) HashCode

func (UnimplementedPathShapeServiceServer) NewPathShape

type UnimplementedRectShapeServiceServer

type UnimplementedRectShapeServiceServer struct{}

UnimplementedRectShapeServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedRectShapeServiceServer) Clone0

func (UnimplementedRectShapeServiceServer) Clone0_1

func (UnimplementedRectShapeServiceServer) Clone0_2

func (UnimplementedRectShapeServiceServer) Draw

func (UnimplementedRectShapeServiceServer) Equals

func (UnimplementedRectShapeServiceServer) GetOutline

func (UnimplementedRectShapeServiceServer) HashCode

func (UnimplementedRectShapeServiceServer) NewRectShape

type UnimplementedRoundRectShapeServiceServer

type UnimplementedRoundRectShapeServiceServer struct{}

UnimplementedRoundRectShapeServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedRoundRectShapeServiceServer) Clone0

func (UnimplementedRoundRectShapeServiceServer) Clone0_1

func (UnimplementedRoundRectShapeServiceServer) Clone0_2

func (UnimplementedRoundRectShapeServiceServer) Clone0_3

func (UnimplementedRoundRectShapeServiceServer) Draw

func (UnimplementedRoundRectShapeServiceServer) Equals

func (UnimplementedRoundRectShapeServiceServer) GetOutline

func (UnimplementedRoundRectShapeServiceServer) HashCode

func (UnimplementedRoundRectShapeServiceServer) NewRoundRectShape

type UnimplementedShapeServiceServer

type UnimplementedShapeServiceServer struct{}

UnimplementedShapeServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedShapeServiceServer) Clone0

func (UnimplementedShapeServiceServer) Clone0_1

func (UnimplementedShapeServiceServer) Draw

func (UnimplementedShapeServiceServer) Equals

func (UnimplementedShapeServiceServer) GetHeight

func (UnimplementedShapeServiceServer) GetOutline

func (UnimplementedShapeServiceServer) GetWidth

func (UnimplementedShapeServiceServer) HasAlpha

func (UnimplementedShapeServiceServer) HashCode

func (UnimplementedShapeServiceServer) Resize

type UnsafeArcShapeServiceServer

type UnsafeArcShapeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeArcShapeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ArcShapeServiceServer will result in compilation errors.

type UnsafeOvalShapeServiceServer

type UnsafeOvalShapeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeOvalShapeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OvalShapeServiceServer will result in compilation errors.

type UnsafePathShapeServiceServer

type UnsafePathShapeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafePathShapeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PathShapeServiceServer will result in compilation errors.

type UnsafeRectShapeServiceServer

type UnsafeRectShapeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRectShapeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RectShapeServiceServer will result in compilation errors.

type UnsafeRoundRectShapeServiceServer

type UnsafeRoundRectShapeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRoundRectShapeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RoundRectShapeServiceServer will result in compilation errors.

type UnsafeShapeServiceServer

type UnsafeShapeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeShapeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ShapeServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

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