Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ArcShapeServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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)