Documentation
¶
Index ¶
- type ArcShapeServer
- func (s *ArcShapeServer) Clone0(_ context.Context, req *pb.ArcShapeClone0Request) (*pb.Clone0Response, error)
- func (s *ArcShapeServer) Clone0_1(_ context.Context, req *pb.ArcShapeClone0_1Request) (*pb.Clone0_1Response, error)
- func (s *ArcShapeServer) Clone0_2(_ context.Context, req *pb.Clone0_2Request) (*pb.Clone0_2Response, error)
- func (s *ArcShapeServer) Clone0_3(_ context.Context, req *pb.Clone0_3Request) (*pb.Clone0_3Response, error)
- func (s *ArcShapeServer) Draw(_ context.Context, req *pb.ArcShapeDrawRequest) (*pb.DrawResponse, error)
- func (s *ArcShapeServer) Equals(_ context.Context, req *pb.ArcShapeEqualsRequest) (*pb.EqualsResponse, error)
- func (s *ArcShapeServer) GetOutline(_ context.Context, req *pb.ArcShapeGetOutlineRequest) (*pb.GetOutlineResponse, error)
- func (s *ArcShapeServer) GetStartAngle(_ context.Context, req *pb.GetStartAngleRequest) (*pb.GetStartAngleResponse, error)
- func (s *ArcShapeServer) GetSweepAngle(_ context.Context, req *pb.GetSweepAngleRequest) (*pb.GetSweepAngleResponse, error)
- func (s *ArcShapeServer) HashCode(_ context.Context, req *pb.ArcShapeHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *ArcShapeServer) NewArcShape(_ context.Context, req *pb.NewArcShapeRequest) (*pb.NewArcShapeResponse, error)
- type OvalShapeServer
- func (s *OvalShapeServer) Clone0(_ context.Context, req *pb.OvalShapeClone0Request) (*pb.Clone0Response, error)
- func (s *OvalShapeServer) Clone0_1(_ context.Context, req *pb.OvalShapeClone0_1Request) (*pb.Clone0_1Response, error)
- func (s *OvalShapeServer) Clone0_2(_ context.Context, req *pb.Clone0_2Request) (*pb.Clone0_2Response, error)
- func (s *OvalShapeServer) Clone0_3(_ context.Context, req *pb.Clone0_3Request) (*pb.Clone0_3Response, error)
- func (s *OvalShapeServer) Draw(_ context.Context, req *pb.OvalShapeDrawRequest) (*pb.DrawResponse, error)
- func (s *OvalShapeServer) GetOutline(_ context.Context, req *pb.OvalShapeGetOutlineRequest) (*pb.GetOutlineResponse, error)
- func (s *OvalShapeServer) NewOvalShape(_ context.Context, req *pb.NewOvalShapeRequest) (*pb.NewOvalShapeResponse, error)
- type PathShapeServer
- func (s *PathShapeServer) Clone0(_ context.Context, req *pb.PathShapeClone0Request) (*pb.Clone0Response, error)
- func (s *PathShapeServer) Clone0_1(_ context.Context, req *pb.PathShapeClone0_1Request) (*pb.Clone0_1Response, error)
- func (s *PathShapeServer) Clone0_2(_ context.Context, req *pb.Clone0_2Request) (*pb.Clone0_2Response, error)
- func (s *PathShapeServer) Draw(_ context.Context, req *pb.PathShapeDrawRequest) (*pb.DrawResponse, error)
- func (s *PathShapeServer) Equals(_ context.Context, req *pb.PathShapeEqualsRequest) (*pb.EqualsResponse, error)
- func (s *PathShapeServer) HashCode(_ context.Context, req *pb.PathShapeHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *PathShapeServer) NewPathShape(_ context.Context, req *pb.NewPathShapeRequest) (*pb.NewPathShapeResponse, error)
- type RectShapeServer
- func (s *RectShapeServer) Clone0(_ context.Context, req *pb.RectShapeClone0Request) (*pb.Clone0Response, error)
- func (s *RectShapeServer) Clone0_1(_ context.Context, req *pb.RectShapeClone0_1Request) (*pb.Clone0_1Response, error)
- func (s *RectShapeServer) Clone0_2(_ context.Context, req *pb.Clone0_2Request) (*pb.Clone0_2Response, error)
- func (s *RectShapeServer) Draw(_ context.Context, req *pb.RectShapeDrawRequest) (*pb.DrawResponse, error)
- func (s *RectShapeServer) Equals(_ context.Context, req *pb.RectShapeEqualsRequest) (*pb.EqualsResponse, error)
- func (s *RectShapeServer) GetOutline(_ context.Context, req *pb.RectShapeGetOutlineRequest) (*pb.GetOutlineResponse, error)
- func (s *RectShapeServer) HashCode(_ context.Context, req *pb.RectShapeHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *RectShapeServer) NewRectShape(_ context.Context, req *pb.NewRectShapeRequest) (*pb.NewRectShapeResponse, error)
- type RoundRectShapeServer
- func (s *RoundRectShapeServer) Clone0(_ context.Context, req *pb.RoundRectShapeClone0Request) (*pb.Clone0Response, error)
- func (s *RoundRectShapeServer) Clone0_1(_ context.Context, req *pb.RoundRectShapeClone0_1Request) (*pb.Clone0_1Response, error)
- func (s *RoundRectShapeServer) Clone0_2(_ context.Context, req *pb.Clone0_2Request) (*pb.Clone0_2Response, error)
- func (s *RoundRectShapeServer) Clone0_3(_ context.Context, req *pb.Clone0_3Request) (*pb.Clone0_3Response, error)
- func (s *RoundRectShapeServer) Draw(_ context.Context, req *pb.RoundRectShapeDrawRequest) (*pb.DrawResponse, error)
- func (s *RoundRectShapeServer) Equals(_ context.Context, req *pb.RoundRectShapeEqualsRequest) (*pb.EqualsResponse, error)
- func (s *RoundRectShapeServer) GetOutline(_ context.Context, req *pb.RoundRectShapeGetOutlineRequest) (*pb.GetOutlineResponse, error)
- func (s *RoundRectShapeServer) HashCode(_ context.Context, req *pb.RoundRectShapeHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *RoundRectShapeServer) NewRoundRectShape(_ context.Context, req *pb.NewRoundRectShapeRequest) (*pb.NewRoundRectShapeResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArcShapeServer ¶
type ArcShapeServer struct {
pb.UnimplementedArcShapeServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ArcShapeServer implements pb.ArcShapeServiceServer.
func (*ArcShapeServer) Clone0 ¶
func (s *ArcShapeServer) Clone0(_ context.Context, req *pb.ArcShapeClone0Request) (*pb.Clone0Response, error)
func (*ArcShapeServer) Clone0_1 ¶
func (s *ArcShapeServer) Clone0_1(_ context.Context, req *pb.ArcShapeClone0_1Request) (*pb.Clone0_1Response, error)
func (*ArcShapeServer) Clone0_2 ¶
func (s *ArcShapeServer) Clone0_2(_ context.Context, req *pb.Clone0_2Request) (*pb.Clone0_2Response, error)
func (*ArcShapeServer) Clone0_3 ¶
func (s *ArcShapeServer) Clone0_3(_ context.Context, req *pb.Clone0_3Request) (*pb.Clone0_3Response, error)
func (*ArcShapeServer) Draw ¶
func (s *ArcShapeServer) Draw(_ context.Context, req *pb.ArcShapeDrawRequest) (*pb.DrawResponse, error)
func (*ArcShapeServer) Equals ¶
func (s *ArcShapeServer) Equals(_ context.Context, req *pb.ArcShapeEqualsRequest) (*pb.EqualsResponse, error)
func (*ArcShapeServer) GetOutline ¶
func (s *ArcShapeServer) GetOutline(_ context.Context, req *pb.ArcShapeGetOutlineRequest) (*pb.GetOutlineResponse, error)
func (*ArcShapeServer) GetStartAngle ¶
func (s *ArcShapeServer) GetStartAngle(_ context.Context, req *pb.GetStartAngleRequest) (*pb.GetStartAngleResponse, error)
func (*ArcShapeServer) GetSweepAngle ¶
func (s *ArcShapeServer) GetSweepAngle(_ context.Context, req *pb.GetSweepAngleRequest) (*pb.GetSweepAngleResponse, error)
func (*ArcShapeServer) HashCode ¶
func (s *ArcShapeServer) HashCode(_ context.Context, req *pb.ArcShapeHashCodeRequest) (*pb.HashCodeResponse, error)
func (*ArcShapeServer) NewArcShape ¶
func (s *ArcShapeServer) NewArcShape(_ context.Context, req *pb.NewArcShapeRequest) (*pb.NewArcShapeResponse, error)
type OvalShapeServer ¶
type OvalShapeServer struct {
pb.UnimplementedOvalShapeServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
OvalShapeServer implements pb.OvalShapeServiceServer.
func (*OvalShapeServer) Clone0 ¶
func (s *OvalShapeServer) Clone0(_ context.Context, req *pb.OvalShapeClone0Request) (*pb.Clone0Response, error)
func (*OvalShapeServer) Clone0_1 ¶
func (s *OvalShapeServer) Clone0_1(_ context.Context, req *pb.OvalShapeClone0_1Request) (*pb.Clone0_1Response, error)
func (*OvalShapeServer) Clone0_2 ¶
func (s *OvalShapeServer) Clone0_2(_ context.Context, req *pb.Clone0_2Request) (*pb.Clone0_2Response, error)
func (*OvalShapeServer) Clone0_3 ¶
func (s *OvalShapeServer) Clone0_3(_ context.Context, req *pb.Clone0_3Request) (*pb.Clone0_3Response, error)
func (*OvalShapeServer) Draw ¶
func (s *OvalShapeServer) Draw(_ context.Context, req *pb.OvalShapeDrawRequest) (*pb.DrawResponse, error)
func (*OvalShapeServer) GetOutline ¶
func (s *OvalShapeServer) GetOutline(_ context.Context, req *pb.OvalShapeGetOutlineRequest) (*pb.GetOutlineResponse, error)
func (*OvalShapeServer) NewOvalShape ¶
func (s *OvalShapeServer) NewOvalShape(_ context.Context, req *pb.NewOvalShapeRequest) (*pb.NewOvalShapeResponse, error)
type PathShapeServer ¶
type PathShapeServer struct {
pb.UnimplementedPathShapeServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
PathShapeServer implements pb.PathShapeServiceServer.
func (*PathShapeServer) Clone0 ¶
func (s *PathShapeServer) Clone0(_ context.Context, req *pb.PathShapeClone0Request) (*pb.Clone0Response, error)
func (*PathShapeServer) Clone0_1 ¶
func (s *PathShapeServer) Clone0_1(_ context.Context, req *pb.PathShapeClone0_1Request) (*pb.Clone0_1Response, error)
func (*PathShapeServer) Clone0_2 ¶
func (s *PathShapeServer) Clone0_2(_ context.Context, req *pb.Clone0_2Request) (*pb.Clone0_2Response, error)
func (*PathShapeServer) Draw ¶
func (s *PathShapeServer) Draw(_ context.Context, req *pb.PathShapeDrawRequest) (*pb.DrawResponse, error)
func (*PathShapeServer) Equals ¶
func (s *PathShapeServer) Equals(_ context.Context, req *pb.PathShapeEqualsRequest) (*pb.EqualsResponse, error)
func (*PathShapeServer) HashCode ¶
func (s *PathShapeServer) HashCode(_ context.Context, req *pb.PathShapeHashCodeRequest) (*pb.HashCodeResponse, error)
func (*PathShapeServer) NewPathShape ¶
func (s *PathShapeServer) NewPathShape(_ context.Context, req *pb.NewPathShapeRequest) (*pb.NewPathShapeResponse, error)
type RectShapeServer ¶
type RectShapeServer struct {
pb.UnimplementedRectShapeServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
RectShapeServer implements pb.RectShapeServiceServer.
func (*RectShapeServer) Clone0 ¶
func (s *RectShapeServer) Clone0(_ context.Context, req *pb.RectShapeClone0Request) (*pb.Clone0Response, error)
func (*RectShapeServer) Clone0_1 ¶
func (s *RectShapeServer) Clone0_1(_ context.Context, req *pb.RectShapeClone0_1Request) (*pb.Clone0_1Response, error)
func (*RectShapeServer) Clone0_2 ¶
func (s *RectShapeServer) Clone0_2(_ context.Context, req *pb.Clone0_2Request) (*pb.Clone0_2Response, error)
func (*RectShapeServer) Draw ¶
func (s *RectShapeServer) Draw(_ context.Context, req *pb.RectShapeDrawRequest) (*pb.DrawResponse, error)
func (*RectShapeServer) Equals ¶
func (s *RectShapeServer) Equals(_ context.Context, req *pb.RectShapeEqualsRequest) (*pb.EqualsResponse, error)
func (*RectShapeServer) GetOutline ¶
func (s *RectShapeServer) GetOutline(_ context.Context, req *pb.RectShapeGetOutlineRequest) (*pb.GetOutlineResponse, error)
func (*RectShapeServer) HashCode ¶
func (s *RectShapeServer) HashCode(_ context.Context, req *pb.RectShapeHashCodeRequest) (*pb.HashCodeResponse, error)
func (*RectShapeServer) NewRectShape ¶
func (s *RectShapeServer) NewRectShape(_ context.Context, req *pb.NewRectShapeRequest) (*pb.NewRectShapeResponse, error)
type RoundRectShapeServer ¶
type RoundRectShapeServer struct {
pb.UnimplementedRoundRectShapeServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
RoundRectShapeServer implements pb.RoundRectShapeServiceServer.
func (*RoundRectShapeServer) Clone0 ¶
func (s *RoundRectShapeServer) Clone0(_ context.Context, req *pb.RoundRectShapeClone0Request) (*pb.Clone0Response, error)
func (*RoundRectShapeServer) Clone0_1 ¶
func (s *RoundRectShapeServer) Clone0_1(_ context.Context, req *pb.RoundRectShapeClone0_1Request) (*pb.Clone0_1Response, error)
func (*RoundRectShapeServer) Clone0_2 ¶
func (s *RoundRectShapeServer) Clone0_2(_ context.Context, req *pb.Clone0_2Request) (*pb.Clone0_2Response, error)
func (*RoundRectShapeServer) Clone0_3 ¶
func (s *RoundRectShapeServer) Clone0_3(_ context.Context, req *pb.Clone0_3Request) (*pb.Clone0_3Response, error)
func (*RoundRectShapeServer) Draw ¶
func (s *RoundRectShapeServer) Draw(_ context.Context, req *pb.RoundRectShapeDrawRequest) (*pb.DrawResponse, error)
func (*RoundRectShapeServer) Equals ¶
func (s *RoundRectShapeServer) Equals(_ context.Context, req *pb.RoundRectShapeEqualsRequest) (*pb.EqualsResponse, error)
func (*RoundRectShapeServer) GetOutline ¶
func (s *RoundRectShapeServer) GetOutline(_ context.Context, req *pb.RoundRectShapeGetOutlineRequest) (*pb.GetOutlineResponse, error)
func (*RoundRectShapeServer) HashCode ¶
func (s *RoundRectShapeServer) HashCode(_ context.Context, req *pb.RoundRectShapeHashCodeRequest) (*pb.HashCodeResponse, error)
func (*RoundRectShapeServer) NewRoundRectShape ¶
func (s *RoundRectShapeServer) NewRoundRectShape(_ context.Context, req *pb.NewRoundRectShapeRequest) (*pb.NewRoundRectShapeResponse, error)
Click to show internal directories.
Click to hide internal directories.