package
0.0.0-20241030102259-7445b93c2901
Repository: https://github.com/cotopia-org/event-master.git
Documentation: pkg.go.dev
# Functions
ComplementSegments godoc @Summary calculates complement @Schemes list of LineSegments that represents a segment in 1D space with two endpoints (Start, End float64) @Description returns the complement of many line segments @Tags logic @Accept json @Produce json @Success 201 {} []LineSegment.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IntersectSegments godoc @Summary calculates intersection @Schemes list of LineSegments that represents a segment in 1D space with two endpoints (Start, End float64) @Description returns the intersection of many line segments @Tags logic @Accept json @Produce json @Success 201 {} []LineSegment @Router /logic/intersect [post].
UnionSegments godoc @Summary calculates union @Schemes list of LineSegments that represents a segment in 1D space with two endpoints (Start, End float64) @Description returns the union of many line segments @Tags logic @Accept json @Produce json @Success 201 {} []LineSegment @Router /logic/union [post].
UserCreate handles POST requests to create a new user.
UserDelete handles DELETE requests to remove a user by ID.
UserGetByID handles GET requests to fetch a user by ID.
UserUpdate handles PUT requests to update a user by ID.