package
0.0.0-20241018025433-f2eafed992ed
Repository: https://github.com/renanmedina/xgh-life.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
@Summary Get Axiom @Schemes @Description returns the XGH methodology axiom by its number @Tags Get Axiom @Accept json @Produce json @Success 200 {object} gohorse.Axiom @Failure 404 {object} ResponseError @Param axiomNumber path int true "Axiom Number" @Router /axioms/{axiomNumber} [get].
@Summary List Axioms @Schemes @Description returns a list of XGH methodology axioms @Tags List Axioms @Accept json @Produce json @Success 200 {array} gohorse.Axiom @Router /axioms [get].
No description provided by the author
No description provided by the author
@Summary Get Random Axiom @Schemes @Description returns the XGH methodology axiom randomly @Tags Get Axiom @Accept json @Produce json @Success 200 {object} gohorse.Axiom @Router /random [get].

# Structs

No description provided by the author
No description provided by the author